Uses of Class
com.storedobject.common.StringList
Packages that use StringList
Package
Description
-
Uses of StringList in com.storedobject.ai
Methods in com.storedobject.ai that return StringListModifier and TypeMethodDescriptionKnowledge.getAttributes(Class<? extends StoredObject> c) Retrieves a list of attributes associated with the specified class of typeStoredObject. -
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 StringListStringList.concat(StringList... lists) Concatenate an array of lists.static StringListStringList.concat(StringList first, StringList second) Concatenate 2 lists..Concatenate another list to this list.static StringListConcatenate an array of lists.StringList.concat(Collection<String> collection) Concatenate a collection to this list.static StringListStringList.create(StringList... list) Create a string list by concatenating one or more lists.static StringListCreate a string list from anIterable.static StringListCreate a string list.static StringListCreate a string list from an array of strings..static StringListStringList.create(Collection<String> collection) Create a string list from a collection.static StringListCreate a string list from anIterator.static StringListAddress.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 StringStringUtility.bitsValue(int value, StringList valueLabels) StringUtility.collect(T list, StringList items) StringList.concat(StringList another) Concatenate another list to this list.static StringListStringList.concat(StringList... lists) Concatenate an array of lists.static StringListStringList.concat(StringList first, StringList second) Concatenate 2 lists..static StringListStringList.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 StringListStoredObjectUtility.browseColumns(Class<? extends StoredObject> objectClass) static StringListStoredObjectUtility.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 aStringListfrom the JSON request.ObjectData.keys()static StringListStoredObjectUtility.links(Class<? extends StoredObject> masterClass) static StringListStoredObjectUtility.protectedColumns(Class<? extends StoredObject> objectClass) static StringListStoredObjectUtility.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 anObjectToStringimplementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create(Class<O> objectClass, StringList attributes, boolean showAttributes) Create anObjectToStringimplementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create(Class<O> objectClass, String delimiter, StringList attributes) Create anObjectToStringimplementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> ObjectToString.create(Class<O> objectClass, String delimiter, StringList attributes, boolean showAttributes) Create anObjectToStringimplementation 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 voidStoredObject.save(JSONMap map, StringList attributes) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, boolean includeReferences, boolean includeClassInfo) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, String valueName) Save this instance to a map.final voidStoredObject.save(JSONMap map, StringList attributes, String valueName, boolean includeReferences, boolean includeClassInfo, boolean stringify) Save this instance to a map.voidStoredObjectUtility.Link.setBrowserColumns(StringList columns) Method parameters in com.storedobject.core with type arguments of type StringListModifier and TypeMethodDescriptionfinal voidStoredObject.save(JSONMap map, String valueName, boolean includeClassInfo, boolean stringify, Function<Class<? extends StoredObject>, StringList> allowedAttributes) Save this instance to a map.voidReportDefinition.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 TypeMethodDescriptionvoidPDF.addTitles(PDFTable table, int pointSize, StringList titles) Add title texts to table.voidPDF.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 ofStoredObjectclass.ObjectTable(Class<T> objectClass, boolean withHeadings, StringList attributes) Create a table for the given type ofStoredObjectclass.ObjectTable(Class<T> objectClass, StringList attributes) Create a table for the given type ofStoredObjectclass. -
Uses of StringList in com.storedobject.tools
Methods in com.storedobject.tools that return StringList -
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 StringListSteppedDataForm.getFields(int step) Get field names for the step.protected StringListSteppedObjectForm.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) voidAbstractObjectField.setBrowseColumns(StringList browseColumns) Set browse columns of the searcher.voidAbstractObjectField.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.inventory
Constructors in com.storedobject.ui.inventory with parameters of type StringListModifierConstructorDescriptionLocationMonitoring(String caption, Class<I> itemClass, Class<L> locationClass, StringList columns) -
Uses of StringList in com.storedobject.ui.util
Methods in com.storedobject.ui.util that return StringListModifier and TypeMethodDescriptionSOFieldCreator.getAnchors()static StringListSOServlet.getOAuthProviders() -
Uses of StringList in com.storedobjects.crm
Methods in com.storedobjects.crm that return StringList