Uses of Class
com.storedobject.common.StringList
Packages that use StringList
Package
Description
-
Uses of StringList in com.storedobject.common
Fields in com.storedobject.common declared as StringListMethods in com.storedobject.common that return StringListModifier and TypeMethodDescriptionStringList.concat
(StringList another) Concatenate another list to this list.static StringList
StringList.concat
(StringList... lists) Concatenate an array of lists.static StringList
StringList.concat
(StringList first, StringList second) Concatenate 2 lists..Concatenate another list to this list.static StringList
Concatenate an array of lists.StringList.concat
(Collection<String> collection) Concatenate a collection to this list.static StringList
StringList.create
(StringList... list) Create a string list by concatenating one or more lists.static StringList
Create a string list from anIterable
.static StringList
Create a string list.static StringList
Create a string list from an array of strings..static StringList
StringList.create
(Collection<String> collection) Create a string list from a collection.static StringList
Create a string list from anIterator
.static StringList
Address.getTypeValues()
Get the type of addresses.DataSet.keys()
Get the keys a list.HashDataSet.keys()
Create another instance by mapping the elements of this list via a converter function.StringList.minus
(StringList another) Remove elements from this list that are elements of another list.Remove an element from the list.StringList.subList
(int index) Get a sub-list.StringList.subList
(int start, int end) Get a sub-list.Methods in com.storedobject.common with parameters of type StringListModifier and TypeMethodDescriptionstatic String
StringUtility.bitsValue
(int value, StringList valueLabels) StringUtility.collect
(T list, StringList items) StringList.concat
(StringList another) Concatenate another list to this list.static StringList
StringList.concat
(StringList... lists) Concatenate an array of lists.static StringList
StringList.concat
(StringList first, StringList second) Concatenate 2 lists..static StringList
StringList.create
(StringList... list) Create a string list by concatenating one or more lists.StringList.minus
(StringList another) Remove elements from this list that are elements of another list.Constructors in com.storedobject.common with parameters of type StringList -
Uses of StringList in com.storedobject.core
Methods in com.storedobject.core that return StringListModifier and TypeMethodDescriptionstatic StringList
StoredObjectUtility.browseColumns
(Class<? extends StoredObject> objectClass) static StringList
StoredObjectUtility.displayColumns
(Class<? extends StoredObject> objectClass) ClassAttribute.getAnchors()
Get anchors defined for this.ClassAttribute.getAttributes()
Get the list of attributes.StoredObjectUtility.Link.getBrowseColumns()
ClassAttribute.getExtraFields()
Get extra fields of this.ParameterService.getMandatoryParameters()
Gets the mandatory set of parameters to be present when calling this service.JSON.getStringList
(String attribute) Helper method to retrieve aStringList
from the JSON request.ObjectData.keys()
static StringList
StoredObjectUtility.links
(Class<? extends StoredObject> masterClass) static StringList
StoredObjectUtility.protectedColumns
(Class<? extends StoredObject> objectClass) static StringList
StoredObjectUtility.searchColumns
(Class<? extends StoredObject> objectClass) Methods in com.storedobject.core with parameters of type StringListModifier and TypeMethodDescriptionstatic <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StringList attributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, StringList attributes, boolean showAttributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, String delimiter, StringList attributes) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create
(Class<O> objectClass, String delimiter, StringList attributes, boolean showAttributes) Create anObjectToString
implementation for a given set of attributes.static StoredObjectUtility.MethodList[]
StoredObjectUtility.createMethodLists
(Class<?> objectClass, StringList attributeNames) static ArrayList
<StoredObjectUtility.Link<?>> StoredObjectUtility.linkDetails
(Class<? extends StoredObject> masterClass, StringList extraLinks) final void
StoredObject.save
(Map<String, Object> map, StringList attributes) Save this instance to a map.final void
StoredObject.save
(Map<String, Object> map, StringList attributes, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final void
Save this instance to a map.final void
StoredObject.save
(Map<String, Object> map, StringList attributes, String valueName, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.void
StoredObjectUtility.Link.setBrowserColumns
(StringList columns) Method parameters in com.storedobject.core with type arguments of type StringListModifier and TypeMethodDescriptionvoid
ReportDefinition.setCustomColumnSupplier
(Supplier<StringList> customColumnSupplier) Constructors in com.storedobject.core with parameters of type StringListModifierConstructorDescriptionO2S
(Class<O> objectClass, String delimiter, StringList attributes) O2S
(Class<O> objectClass, String delimiter, StringList attributes, boolean showAttributes) ObjectData
(Class<T> objectClass, StringList fieldNames) ObjectData
(T object, StringList fieldNames) -
Uses of StringList in com.storedobject.mail
Methods in com.storedobject.mail that return StringList -
Uses of StringList in com.storedobject.pdf
Methods in com.storedobject.pdf with parameters of type StringListModifier and TypeMethodDescriptionvoid
PDF.addTitles
(PDFTable table, int pointSize, StringList titles) Add title texts to table.void
PDF.addTitles
(PDFTable table, StringList titles) Add title texts to table.Constructors in com.storedobject.pdf with parameters of type StringListModifierConstructorDescriptionObjectFormTable
(Class<T> objectClass, StringList attributes) Create a table for the given type ofStoredObject
class.ObjectTable
(Class<T> objectClass, boolean withHeadings, StringList attributes) Create a table for the given type ofStoredObject
class.ObjectTable
(Class<T> objectClass, StringList attributes) Create a table for the given type ofStoredObject
class. -
Uses of StringList in com.storedobject.ui
Methods in com.storedobject.ui that return StringListModifier and TypeMethodDescriptionAbstractObjectField.getBrowseColumns()
Get browse columns of the searcher.protected StringList
SteppedDataForm.getFields
(int step) Get field names for the step.protected StringList
SteppedObjectForm.getFields
(int step) Get field names for the step.AbstractObjectField.getSearchColumns()
Get search columns.Methods in com.storedobject.ui with parameters of type StringListModifier and TypeMethodDescriptionstatic <O extends StoredObject>
ObjectFilter<O> ObjectFilter.create
(Class<O> objectClass, StringList columns) FileViewer.createSearchBuilder
(StringList searchColumns, Consumer<ObjectSearchBuilder<FileFolder>> changeConsumer) default ObjectSearchBuilder
<T> ObjectGridData.createSearchBuilder
(StringList searchColumns, Consumer<ObjectSearchBuilder<T>> changeConsumer) final ObjectSearchBuilder
<T> ObjectSearchForm.createSearchBuilder
(Class<T> objectClass, StringList searchColumns, Consumer<ObjectSearchBuilder<T>> changeConsumer) SearchBuilder.createSearchBuilder
(Class<T> objectClass, StringList searchColumns, Consumer<ObjectSearchBuilder<T>> changeConsumer) void
AbstractObjectField.setBrowseColumns
(StringList browseColumns) Set browse columns of the searcher.void
AbstractObjectField.setSearchColumns
(StringList searchColumns) Set search columns.Constructors in com.storedobject.ui with parameters of type StringListModifierConstructorDescriptionObjectFilter
(Class<T> objectClass, StringList columns) ObjectFilter
(Class<T> objectClass, StringList columns, Consumer<ObjectSearchBuilder<T>> changeConsumer) ObjectHistoryGrid
(T object, StringList browseColumns) ObjectHistoryGrid
(T object, StringList browseColumns, BiPredicate<T, T> viewFilter) -
Uses of StringList in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return StringListModifier and TypeMethodDescriptionSOFieldCreator.getAnchors()
static StringList
SOServlet.getOAuthProviders()