Uses of Class
com.storedobject.core.StoredObject
Packages that use StoredObject
Package
Description
-
Uses of StoredObject in com.storedobject.accounts
Classes in com.storedobject.accounts with type parameters of type StoredObjectModifier and TypeClassDescriptionclass
AccountEntity<T extends StoredObject>
Entity class used by the accounting system.Subclasses of StoredObject in com.storedobject.accountsModifier and TypeClassDescriptionclass
final class
This class is used to configure accounts for posting transactions such as purchase and sales invoices.class
AccountEntity<T extends StoredObject>
Entity class used by the accounting system.final class
Business entity - Used byEntityAccount
.final class
class
class
class
EntityAccount is a subclass of com.storedobject.core.Account that represents an account associated with an entity.final class
class
class
final class
final class
Personal entity - Used byEntityAccount
.class
final class
This class is used to configure tax accounts. -
Uses of StoredObject in com.storedobject.calendar
Subclasses of StoredObject in com.storedobject.calendarMethod parameters in com.storedobject.calendar with type arguments of type StoredObjectModifier and TypeMethodDescriptionboolean
Entry.isDetailOf
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.core
Classes in com.storedobject.core with type parameters of type StoredObjectModifier and TypeClassDescriptionfinal class
ClassAttribute<T extends StoredObject>
Class attribute of aStoredObject
class contains metadata information about the class that is not applicable to normal Java classes.class
Document<T extends StoredObject>
interface
FilterMethods<T extends StoredObject>
Interface defining filter methods to be used while loading objects from the DB.static final record
HasReference.Amend<T extends StoredObject>
class
ObjectCache<T extends StoredObject>
class
ObjectCacheList<T extends StoredObject>
interface
ObjectConsumer<T extends StoredObject>
interface
ObjectConverter<FROM extends StoredObject,
TO extends StoredObject> Converter that converts an object instance to another type.interface
ObjectConverter<FROM extends StoredObject,
TO extends StoredObject> Converter that converts an object instance to another type.class
ObjectData<T extends StoredObject>
class
ObjectForest<T extends StoredObject>
interface
ObjectGetter<T extends StoredObject>
Definition of an "object getter" - classes that provide an object of a specific type.class
ObjectIterator<O extends StoredObject>
Helper class that allows you to iterate through objects retrieved from the DB.interface
ObjectList<T extends StoredObject>
interface
ObjectLoader<T extends StoredObject>
Methods for loading instances ofStoredObject
.class
ObjectLoadFilter<T extends StoredObject>
Class that maintains filter conditions and associated details that can be used inStoredObject
's query/list/get methods andObjectLoader
s.class
ObjectMemoryList<T extends StoredObject>
interface
ObjectSearchBuilder<T extends StoredObject>
interface
ObjectSearcher<T extends StoredObject>
interface
ObjectSetter<T extends StoredObject>
Denotes consumer of an object.interface
ObjectsSetter<T extends StoredObject>
final class
ObjectText<T extends StoredObject>
Definition of a type that can be used as an attribute inStoredObject
class.interface
ObjectToString<T extends StoredObject>
Interface to convert aStoredObject
toString
.static class
ObjectToString.O2S<O extends StoredObject>
class
ObjectTree<T extends StoredObject>
static interface
ObjectTree.Builder<O extends StoredObject>
class
QueryBuilder<T extends StoredObject>
A builder class for constructing queries and retrievingStoredObject
instances based on various criteria.final class
ReferencePattern<O extends StoredObject>
interface
StoredObjectLink<T extends StoredObject>
static class
StoredObjectLink.Copy<O extends StoredObject>
static class
StoredObjectUtility.Link<L extends StoredObject>
final class
Class that encapsulates a link involved in a transaction.final class
Class that encapsulates an object involved in the transaction.Subclasses of StoredObject in com.storedobject.coreModifier and TypeClassDescriptionclass
class
class
class
class
class
This class represents an Account.final class
class
class
final class
final class
A virtual account to support multiple titles for a real account.class
class
You can insert an entry in this data class for handling application alerts.class
class
class
class
class
final class
class
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
class
class
class
This class handles the logic related to notifying changes in data.class
An abstract class that deals with data classes and their respective logic classes.class
class
class
Document<T extends StoredObject>
final class
final class
final class
This class represents a legal business entity.class
class
final class
class
final class
class
final class
class
final class
final class
final class
APN (Alternate Part Number) of a "Part Number".final class
An item can be an assembly, composed of one or more sub-items and each sub-item can also be an assembly.class
Represents a bin within a store where items can be stocked.final class
Represents an inventory location where the item is in the custody of some personnel.final class
Represents a "fitment position" (a position where an item can be fitted) of an assembled item.final class
GRN class.final class
Items in a GRN.class
Denotes an item in the inventory.class
An inventory item type denotes a "part number".final class
class
Represents a location where an item can be located or sourced.class
Base class for creating Purchase Orders (POs).class
final class
final class
final class
class
class
class
Represents a store where items can stocked at the bin locations (InventoryBin
) of the store.final class
The whole "inventory store" can be considered as on "huge" bin and this class represents that.class
class
class
final class
Represents all types of virtual locations for inventory items.final class
Representation of "Java Class".class
Representation of "Java Inner Logic".class
Represents a Journal Voucher (JV).final class
Class to keep track of the JVs to be exchanged with foreign financial systems.final class
final class
final class
Used for defining a menu option.class
Used for grouping of menu items (Logic
.class
final class
final class
class
class
final class
class
class
final class
final class
final class
class
final class
final class
final class
class
final class
final class
class
class
class
class
final class
class
final class
class
final class
class
class
final class
This class represents a PIN stored in the system corresponding to a StoredObject.class
Define "print logic" instances to be associated with aStoredObject
class.class
final class
final class
final class
final class
class
class
class
Report format determines various aspects of reports that are generated by the system.final class
final class
Cipher keys used for encryption/decryption.final class
final class
class
final class
class
class
class
class
final class
final class
Represents aStoredObject
class type.class
class
class
final class
This class represents an entity whose accounting system exists in this server.final class
This class represents a person who is also a system user.final class
final class
final class
class
final class
final class
final class
class
Text Contentfinal class
final class
final class
class
class
class
final class
final class
class
final class
final class
Fields in com.storedobject.core with type parameters of type StoredObjectModifier and TypeFieldDescriptionprotected final ClassAttribute
<? extends StoredObject> BulkDataDelete.ca
Methods in com.storedobject.core with type parameters of type StoredObjectModifier and TypeMethodDescription<T extends StoredObject>
voidIdIterable.addObjects
(Iterable<T> objects) static <T extends StoredObject>
booleanStoredObjectUtility.changed
(T newObject, T oldObject, StyledBuilder changes) static <T extends StoredObject>
ClassAttribute<T> StoredObjectUtility.classAttribute
(Class<T> objectClass) static <T extends StoredObject>
ClassAttribute<T> StoredObjectUtility.classAttribute
(T object) <TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.convert
(ObjectConverter<O, TO> converter) Convert this iterator to another type.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create()
Create an empty iterator.static <FROM extends StoredObject,
TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.create
(ObjectIterator<FROM> iterator, ObjectConverter<FROM, TO> converter) Create an iterator from the given iterator with conversion.static <FROM extends StoredObject,
TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.create
(ObjectIterator<FROM> iterator, ObjectConverter<FROM, TO> converter) Create an iterator from the given iterator with conversion.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(Collection<T> objects) Create an iterator from the given objects.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> Create an iterator from the given objects.static <T extends StoredObject>
ObjectIterator<T> Create an iterator from the given objects.static <TO extends StoredObject,
FROM>
ObjectIterator<TO> Create an iterator from some source.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(T object) Create an iterator from a single object.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(T... objects) Create an iterator from the given objects.static <O extends StoredObject>
ObjectText<O> Create an instance from an instance of theStoredObject
.static <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, StoredObjectUtility.MethodList displayMethod) Create anObjectToString
implementation for a given set of attributes.static <O extends StoredObject>
ObjectToString<O> 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 <O extends StoredObject>
StoredObjectLink<O> StoredObjectLink.create
(StoredObjectUtility.Link<O> link, StoredObject master) static <O extends StoredObject>
StringBuilderStoredObjectUtility.dump
(StoredObject object, StringBuilder buffer) protected <T extends StoredObject>
void<TO extends StoredObject>
ObjectIterator<TO> ObjectIterator.expand
(Function<O, ObjectIterator<TO>> function) Expand this iterator using the given function.static <O extends StoredObject>
intGet the family code of the given class.static <T extends StoredObject>
intstatic <O extends StoredObject>
QueryBuilder<O> Creates a newQueryBuilder
instance for the specified class type.static <O extends StoredObject>
ClassAttribute<O> Get the class attribute instance for the given object class.static <O extends StoredObject>
ClassAttribute<O> ClassAttribute.get
(O object) Get the class attribute instance for the given object instance.<T extends StoredObject>
T<T extends StoredObject>
TDBTransaction.get
(T object) static <T extends StoredObject>
PasswordPolicyPasswordPolicy.get
(T owner) <T extends StoredObject>
T<T extends StoredObject>
TPseudoTransaction.get
(T object) static <T extends StoredObject>
TStoredObject.get
(ObjectIterator<T> iterator) Get the instance from the database for instances specified in an iterator.static <T extends StoredObject>
TStoredObject.get
(ObjectIterator<T> list, boolean validateOne) Get the instance from the database for instances specified in an iterator.static <T extends StoredObject>
TStoredObject.get
(Transaction transaction, Class<T> objectClass, Id id) Get the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CStoredObject.get
(Transaction transaction, Class<T> objectClass, Id id, boolean any) Get the instance from the database for the given parameters.static <T extends StoredObject>
TStoredObject.get
(Transaction transaction, Class<T> objectClass, String condition) Get the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CStoredObject.get
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the instance from the database for the given parameters.static <T extends StoredObject>
TStoredObject.get
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CStoredObject.get
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the instance from the database for the given parameters.static <T extends StoredObject>
TGet the instance from the database for the given parameter.static <T extends StoredObject,
C extends T>
CGet the instance from the database for the given parameters.static <T extends StoredObject>
TGet the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CGet the instance from the database for the given parameters.static <T extends StoredObject>
TGet the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CGet the instance from the database for the given parameters.static <T extends StoredObject>
TGet the instance from the database for the given parameters.static <T extends StoredObject,
C extends T>
CGet the instance from the database for the given parameters.static <T extends StoredObject>
Tstatic <T extends StoredObject>
Tstatic <T extends StoredObject>
TStoredObjectUtility.get
(Class<T> objectClass, String nameField, String nameValue, String extraCondition) static <T extends StoredObject>
TStoredObjectUtility.get
(Class<T> objectClass, String nameField, String nameValue, String extraCondition, boolean any) <T extends StoredObject>
T<T extends StoredObject>
TTransaction.get
(T object) default <O extends StoredObject>
HasReference.Amend<O> HasReference.getAmend()
final <O extends StoredObject>
HasReference.Amend<O> InventoryPO.getAmend()
final <O extends StoredObject>
HasReference.Amend<O> InventoryTransfer.getAmend()
static <O extends StoredObject>
AuditTrailConfigurationAuditTrailConfiguration.getByClass
(Class<O> objectClass) final <T extends StoredObject>
ObjectIterator<T> StoredObject.getChildren()
Get the list of children of this class if exists.static <T extends StoredObject>
TStoredObject.getDeleted
(Class<T> objectClass, Id id) Get the deleted instance.static <O extends StoredObject>
StringQueryBuilder.getExistsCondition
(Class<O> objectClass, String attributeName) Create an "exists condition" that can be used for retrieving or queryingStoredObject
instances.static <O extends StoredObject>
StringQueryBuilder.getExistsCondition
(Class<O> objectClass, String attributeName, String condition) Create an "exists condition" that can be used for retrieving or queryingStoredObject
instances.static <O extends StoredObject>
StringStoredObject.getExistsCondition
(Class<O> objectClass, String attributeName) Deprecated.static <O extends StoredObject>
StringStoredObject.getExistsCondition
(Class<O> objectClass, String attributeName, String condition) Deprecated.static <T extends StoredObject>
PasswordPolicyPasswordPolicy.getForClass
(Class<T> owner) static <H extends StoredObject>
HStoredObject.getHistorical
(Class<H> objectClass, Id id) Retrieve an object from the database or from history if already deleted.static <O extends StoredObject>
StringQueryBuilder.getInCondition
(String attributeName, Class<O> objectClass) static <O extends StoredObject>
StringQueryBuilder.getInCondition
(String attributeName, Class<O> objectClass, boolean any) static <O extends StoredObject>
StringQueryBuilder.getInCondition
(String attributeName, Class<O> objectClass, String condition) static <O extends StoredObject>
StringQueryBuilder.getInCondition
(String attributeName, Class<O> objectClass, String condition, boolean any) final <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
TId.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
Tfinal <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, int linkType, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, String linkType, Class<T> objectClass) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TStoredObject.getMaster
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) For the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given parameter, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.final <T extends StoredObject>
TFor the given set of parameters, look for a single master for this instance.static <O extends StoredObject>
StringQueryBuilder.getNotExistsCondition
(Class<O> objectClass, String attributeName) Create a "not exists condition" that can be used for retrieving or queryingStoredObject
instances.static <O extends StoredObject>
StringQueryBuilder.getNotExistsCondition
(Class<O> objectClass, String attributeName, String condition) Create a "not exists condition" that can be used for retrieving or queryingStoredObject
instances.static <O extends StoredObject>
StringStoredObject.getNotExistsCondition
(Class<O> objectClass, String attributeName) Deprecated.static <O extends StoredObject>
StringStoredObject.getNotExistsCondition
(Class<O> objectClass, String attributeName, String condition) Deprecated.static <O extends StoredObject>
StringQueryBuilder.getNotInCondition
(String attributeName, Class<O> objectClass) static <O extends StoredObject>
StringQueryBuilder.getNotInCondition
(String attributeName, Class<O> objectClass, boolean any) static <O extends StoredObject>
StringQueryBuilder.getNotInCondition
(String attributeName, Class<O> objectClass, String condition) static <O extends StoredObject>
StringQueryBuilder.getNotInCondition
(String attributeName, Class<O> objectClass, String condition, boolean any) <O extends StoredObject>
TransactionInformation.TransactionObject<O> TransactionInformation.getObject
(O object) Get the involved object for the given object.final <T extends StoredObject>
TStoredObject.getParent()
Get the parent of this instance if exists.final <T extends StoredObject>
TGet the specific type of parent of this instance if exists.final <T extends StoredObject>
TGet the specific type of parent of this instance if exists.<T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder()
<T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder
(String extraCondition) <T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder
(String extraCondition, String orderBy) final <T extends StoredObject>
TStoredObject.getRelated
(Class<T> objectClass, Id id) Get the related instance from the database for the given parameters.final <T extends StoredObject>
TStoredObject.getRelated
(Class<T> objectClass, Id id, boolean any) Get the related instance from the database for the given parameters.<M extends StoredObject>
boolean<O extends StoredObject>
booleanStoredObjectUtility.MethodList.isAttribute()
<L extends StoredObject>
Stream<TransactionInformation.TransactionLink<L>> Get the links of this object involved in this transaction.<L extends StoredObject>
Stream<TransactionInformation.TransactionLink<L>> Get the links of this object involved in this transaction.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, ClassAttribute<T> ca, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.list
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameter.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> static <T extends StoredObject>
ObjectIterator<T> static <T extends StoredObject>
ObjectIterator<T> StoredObjectUtility.list
(Class<T> objectClass, String nameField, String nameValue, String extraCondition) static <T extends StoredObject>
ObjectIterator<T> StoredObjectUtility.list
(Class<T> objectClass, String nameField, String nameValue, String extraCondition, boolean any) final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> Id.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listLinks
(String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of links of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, boolean any) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, String order) final <T extends StoredObject>
ObjectIterator<T> Id.listMasters
(String linkType, Class<T> objectClass, String condition, String order, boolean any) final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, int linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, boolean any, int skip, int limit, int[] distinct) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Transaction transaction, String linkType, Class<T> objectClass, String condition, String order, int skip, int limit, int[] distinct) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, boolean any) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, String order) Get the list of masters of this instance from the database for the given parameters.final <T extends StoredObject>
ObjectIterator<T> StoredObject.listMasters
(String linkType, Class<T> objectClass, String condition, String order, boolean any) Get the list of masters of this instance from the database for the given parameters.<T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects()
<T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects
(String extraCondition) <T extends StoredObject>
ObjectIterator<T> ReportDefinition.listObjects
(String extraCondition, String orderBy) static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction) Get a tree under the give set of roots.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(ObjectIterator<T> roots, Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under the give set of roots.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction) Get a tree under this instance.<T extends StoredObject>
ObjectIterator<T> StoredObject.listTree
(Function<T, ObjectIterator<T>> childrenFunction, Predicate<T> filter) Get a tree under this instance.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Transaction transaction, Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.static <T extends StoredObject>
ObjectIterator<T> StoredObject.listViaQuery
(Class<T> objectClass, Query query) Get the list of instances from the database for the given parameters.<TO extends StoredObject>
ObjectIterator<TO> Convert this iterator to another type.<O extends StoredObject>
Stream<TransactionInformation.TransactionObject<O>> Get a particular type of objects involved in this transaction.static <O extends StoredObject>
OStoredObjectUtility.retrieveObject
(Class<O> objectClass, Object value) Retrieve an instance of theStoredObject
from the value provided.static <O extends StoredObject>
StringStoredObjectUtility.toString
(StoredObject object) static <O extends StoredObject>
StringStoredObjectUtility.toString
(StoredObject object, boolean showAttributes) Methods in com.storedobject.core that return StoredObjectModifier and TypeMethodDescriptionStoredObject.contemporary
(StoredObject other) Get the contemporary version of this instance with respect to another object instance.StoredObject.copy()
Return a copy of this instance.static StoredObject
StoredObject.create
(LineNumberReader in) Create an instance from the given reader.MessageTemplate.createGeneratedBy
(Object... parameters) static StoredObject
Get the instance from the database for the given Id.static StoredObject
StoredObject.get
(Transaction transaction, Id id) Get the instance from the database for the given parameters.default StoredObject
static StoredObject
StoredObject.getDeleted
(Id id) Get the deleted instance.LoginMessage.getGeneratedBy()
default StoredObject
ObjectLoader.getMaster()
Get the current master instance if available.ObjectLoadFilter.getMaster()
Get the master instance for this filter.StoredObjectLink.Copy.getMaster()
StoredObjectLink.getMaster()
DataChanged.getObject()
Retrieves the object instance that was changed.final StoredObject
Id.getObject()
ObjectForest.LinkObject.getObject()
PseudoTranDetail.getObject()
JournalVoucher.getOwner()
Get the owner.PIN.getOwner()
Gets the owner.UnpostedJournal.getOwner()
ObjectForest.LinkNode.getParent()
final StoredObject
StoredObject.getUnique()
Gets an instance of the object from the database with this object's unique index condition.final StoredObject
StoredObject.nextVersion()
Get next version of this object.final StoredObject
StoredObject.previousVersion()
Get previous version of this object.StoredObject.previousVersion
(StoredObject parent) Get previous version of this object not older than the parent.final StoredObject
StoredObject.reload()
Reload this instance from the database.final StoredObject
StoredObject.reload
(Transaction fromTransaction) Reload this instance from the database for a given transaction.Methods in com.storedobject.core that return types with arguments of type StoredObjectModifier and TypeMethodDescriptionstatic ClassAttribute
<? extends StoredObject> StoredObjectUtility.classAttribute
(int family) SystemUser.getChangeLog
(SystemUser.SessionLog sessionLog) Class
<? extends StoredObject> ReportDefinition.getClassForData()
final Class
<? extends StoredObject> DataLogic.getDataClass()
Returns the Data Class instance.Class
<? extends StoredObject> JSON.getDataClass
(String attribute) Helper method to retrieve aStoredObject
class value from the JSON request.final Class
<? extends StoredObject> PrintLogicDefinition.getDataClass()
Class
<? extends StoredObject> SerialConfigurator.getDataClass()
Class
<? extends StoredObject> ExtraInfoDefinition.getExtraInfoClass()
BiFunction
<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> ObjectForest.getListLinks()
BiFunction
<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> ObjectForest.getListLinks()
Class
<? extends StoredObject> StoredObjectUtility.Link.getMasterClass()
Class
<? extends StoredObject> AuditTrailConfiguration.getObjectClass()
final Class
<? extends StoredObject> Id.getObjectClass()
Class
<? extends StoredObject> Logic.getObjectClass()
static Class
<? extends StoredObject> StoredObjectUtility.getObjectClass
(String className) Class
<? extends StoredObject> UIFieldMetadata.getParameterAsClass
(Class<? extends StoredObject> defaultClass) Class
<? extends StoredObject> SOClass.getSOClass()
ReportColumnDefinition.getValue()
LoginMessage.listGeneratedBy()
ObjectIterator
<? extends StoredObject> StoredObject.listHistory()
List the previous versions of this object.Methods in com.storedobject.core with parameters of type StoredObjectModifier and TypeMethodDescriptionfinal void
StoredObject.addLink
(StoredObject object) Add a given object as a link to this instance.final void
StoredObject.addLink
(StoredObject object, int linkType) Add a given object as a link to this instance.final void
StoredObject.addLink
(Transaction transaction, StoredObject object) Add a given object as a link to this instance.final void
StoredObject.addLink
(Transaction transaction, StoredObject object, int linkType) Add a given object as a link to this instance.boolean
TransactionControl.addLink
(StoredObject parent, Id linkId) boolean
TransactionControl.addLink
(StoredObject parent, Id linkId, int linkType) boolean
TransactionControl.addLink
(StoredObject parent, StoredObject link) boolean
TransactionControl.addLink
(StoredObject parent, StoredObject link, int linkType) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, StoredObject generatedBy) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, StoredObject generatedBy, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, Class<?> processorClass) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, Class<?> processorClass, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, Class<?> processorClass, StoredObject generatedBy) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, StoredObject person, Class<?> processorClass, StoredObject generatedBy, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, StoredObject generatedBy, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy, int validityInDays) boolean
Authenticator.changePassword
(StoredObject passwordOwner, char[] currentPassword, char[] newPassword) Change the current password to a new one.default boolean
FallbackAuthenticator.changePassword
(StoredObject passwordOwner, char[] currentPassword, char[] newPassword) TransactionManager.checkType
(StoredObject host, Id id, Class<? extends StoredObject> objectClass) TransactionManager.checkType
(StoredObject host, Id id, Class<? extends StoredObject> objectClass, boolean allowEmpty) TransactionManager.checkTypeAny
(StoredObject host, Id id, Class<? extends StoredObject> objectClass) TransactionManager.checkTypeAny
(StoredObject host, Id id, Class<? extends StoredObject> objectClass, boolean allowEmpty) TaxRegion.computeTax
(Date date, StoredObject parent, InventoryItem item, Quantity quantity, Money unitCost, Currency localCurrency) TaxRegion.computeTax
(Date date, StoredObject parent, InventoryItemType itemType, Quantity quantity, Money unitCost, Currency localCurrency) StoredObject.contemporary
(StoredObject other) Get the contemporary version of this instance with respect to another object instance.boolean
StoredObject.copy
(StoredObject another) Copy the given object instance to this instance.int
QueryBuilder.countLinks
(StoredObject parent) Counts the number of links associated with the given parent object.int
QueryBuilder.countLinks
(StoredObject parent, int linkType) Counts the number of links of a specified type for a given parent object.int
QueryBuilder.countMasters
(StoredObject link) Counts the number of master objects associated with the given link.int
QueryBuilder.countMasters
(StoredObject link, int linkType) Counts the number of master objects associated with a given link and link type.static AuditTrail
AuditTrail.create
(StoredObject object) Create audit trail for the given instance.static <T extends StoredObject>
ObjectIterator<T> ObjectIterator.create
(T... objects) Create an iterator from the given objects.static <O extends StoredObject>
StoredObjectLink<O> StoredObjectLink.create
(StoredObjectUtility.Link<O> link, StoredObject master) boolean
TransactionControl.delete
(StoredObject object) static <O extends StoredObject>
StringBuilderStoredObjectUtility.dump
(StoredObject object, StringBuilder buffer) boolean
FallbackAuthenticator.exists
(StoredObject passwordOwner) Check if the password owner exists.final boolean
Id.existsLink
(int linkType, StoredObject link) final boolean
Id.existsLink
(StoredObject link) final boolean
Id.existsLink
(Transaction transaction, int linkType, StoredObject link) final boolean
Id.existsLink
(Transaction transaction, StoredObject link) boolean
StoredObject.existsLink
(int linkType, StoredObject link) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLink
(StoredObject link) Check the existence of the link under this instance for the given parameter.boolean
StoredObject.existsLink
(Transaction tran, int linkType, StoredObject link) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLink
(Transaction tran, StoredObject link) Check the existence of links under this instance for the given parameters.boolean
QueryBuilder.existsLinks
(StoredObject parent) Check whether link objects exists associated with the specified parent object.boolean
QueryBuilder.existsLinks
(StoredObject parent, int linkType) Check whether link objects exists associated with the specified parent object and of a specific link type.final boolean
Id.existsMaster
(StoredObject master) boolean
StoredObject.existsMaster
(StoredObject master) Check whether the given parameter is a masters of this instance or not.boolean
QueryBuilder.existsMasters
(StoredObject link) Check whether master objects exists related to the given stored object link.boolean
QueryBuilder.existsMasters
(StoredObject link, int linkType) Check whether master objects exists associated with a given stored object link and link type.ReferencePattern.get
(StoredObject so) static Money
LandedCost.getCost
(StoredObject forObject) PseudoTransaction.getId
(StoredObject object) QueryBuilder.getLink
(StoredObject master) Get the first link object.QueryBuilder.getLink
(StoredObject master, int linkType) Get the first link object.QueryBuilder.getMaster
(StoredObject link) Get the first master object.QueryBuilder.getMaster
(StoredObject link, int linkType) Get the first master object.boolean
PseudoTransaction.isInvolved
(StoredObject object) default boolean
Transaction.isInvolved
(StoredObject object) See if this object is involved in this transaction or not.static boolean
Id.isNull
(StoredObject object) void
FileData.linkTo
(Transaction transaction, StoredObject object, String attribute) StoredObjectUtility.Link.list
(StoredObject master) static ObjectIterator
<LandedCost> LandedCost.listCost
(StoredObject forObject) QueryBuilder.listLinks
(StoredObject parent) Returns an iterator over the linked objects of the specified parent object.QueryBuilder.listLinks
(StoredObject parent, int linkType) Retrieves an iterator over objects that are linked to the given parent object with the specified link type.QueryBuilder.listMasters
(StoredObject link) Retrieves an iterator over master objects linked to the specified stored object.QueryBuilder.listMasters
(StoredObject link, int linkType) Retrieves an iterator over the master objects linked to the specified stored object.static ObjectIterator
<LoginMessage> LoginMessage.listMine
(StoredObject generatedBy) void
ObjectCache.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) void
ObjectForest.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) default void
ObjectLoader.load
(int linkType, StoredObject master) Load the links of the given "master" instance.default void
ObjectLoader.load
(int linkType, StoredObject master, boolean any) Load the links of the given "master" instance.default void
ObjectLoader.load
(int linkType, StoredObject master, String condition) Load the links of the given "master" instance.default void
ObjectLoader.load
(int linkType, StoredObject master, String condition, boolean any) Load the links of the given "master" instance.default void
ObjectLoader.load
(int linkType, StoredObject master, String condition, String orderedBy) Load the links of the given "master" instance.default void
ObjectLoader.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) Load the links of the given "master" instance.default void
ObjectLoader.load
(StoredObject master, String condition) Load the links of the given "master" instance.default void
ObjectLoader.load
(StoredObject master, String condition, boolean any) Load the links of the given "master" instance.default void
ObjectLoader.load
(StoredObject master, String condition, String orderedBy) Load the links of the given "master" instance.default void
ObjectLoader.load
(StoredObject master, String condition, String orderedBy, boolean any) Load the links of the given "master" instance.default void
Load the given instances.void
ObjectMemoryList.load
(int linkType, StoredObject master, String condition, boolean any) void
ObjectTree.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) boolean
Authenticator.login
(StoredObject passwordOwner, char[] password) Authenticate the given password owner.default boolean
Authenticator.login
(StoredObject passwordOwner, char[] password, int authenticatorCode) Authenticate the given password owner.void
InventoryItem.migrate
(TransactionManager tm, StoredObject migratedInstance) void
InventoryItemType.migrate
(TransactionManager tm, StoredObject migratedInstance) void
StoredObject.migrate
(TransactionManager tm, StoredObject migratedInstance) Migrate this instance to another class instance.default void
ObjectChangeListener.objectCommitted
(StoredObject object) default void
ObjectChangeListener.objectDeleted
(StoredObject object, TransactionControl transactionControl) default void
ObjectChangeListener.objectRolledback
(StoredObject object) default void
ObjectChangeListener.objectSaved
(StoredObject object, TransactionControl transactionControl) StoredObject.previousVersion
(StoredObject parent) Get previous version of this object not older than the parent.StoredObjectUtility.Link.query
(StoredObject master) QueryBuilder.queryLinks
(StoredObject parent) Constructs a query to retrieve the links associated with the specified parent object.QueryBuilder.queryLinks
(StoredObject parent, int linkType) Constructs a query to retrieve the links associated with the specified parent object and of a specific link type.QueryBuilder.queryMasters
(StoredObject link) Queries and retrieves master objects related to the given stored object link.QueryBuilder.queryMasters
(StoredObject link, int linkType) Queries the master objects associated with a given stored object link and link type.boolean
TransactionControl.removeAllLinks
(StoredObject parent, Class<? extends StoredObject> linkClass) boolean
TransactionControl.removeAllLinks
(StoredObject parent, Class<? extends StoredObject> linkClass, int linkType) final void
StoredObject.removeLink
(StoredObject object) Remove the link of a given object from this instance.final void
StoredObject.removeLink
(StoredObject object, int linkType) Remove the link of a given object from this instance.final void
StoredObject.removeLink
(StoredObject object, String linkType) Remove the link of a given object from this instance.final void
StoredObject.removeLink
(Transaction transaction, StoredObject object) Remove the link of a given object from this instance.final void
StoredObject.removeLink
(Transaction transaction, StoredObject object, int linkType) Remove the link of a given object from this instance.final void
StoredObject.removeLink
(Transaction transaction, StoredObject object, String linkType) Remove the link of a given object from this instance.boolean
TransactionControl.removeLink
(StoredObject parent, Id linkId) boolean
TransactionControl.removeLink
(StoredObject parent, Id linkId, int linkType) boolean
TransactionControl.removeLink
(StoredObject parent, StoredObject link) boolean
TransactionControl.removeLink
(StoredObject parent, StoredObject link, int linkType) void
PseudoTransaction.replace
(Id idToReplace, StoredObject newObject) boolean
Authenticator.resetPassword
(StoredObject passwordOwner) Reset the password to the initial default password.default boolean
FallbackAuthenticator.resetPassword
(StoredObject passwordOwner) static boolean
StoredObjectUtility.sameContent
(TransactionManager tm, StoredObject one, StoredObject two) boolean
TransactionControl.save
(StoredObject object) void
LoginMessage.setGeneratedBy
(TransactionManager tm, StoredObject generatedBy) void
LoginMessage.setGeneratedBy
(Transaction transaction, StoredObject generatedBy) static void
NewObject.setLocalTime
(TransactionManager tm, StoredObject object) Set local time values corresponding to theTransactionManager
to the object passed if it's just created now.void
InventoryAPN.setMaster
(StoredObject parent, int linkType) default void
ObjectLoader.setMaster
(StoredObject master) Set the master instance.default void
ObjectLoader.setMaster
(StoredObject master, boolean load) Set the master instance.void
ObjectLoadFilter.setMaster
(StoredObject master) Set the master instance for this filter.void
StoredObject.setMaster
(StoredObject master, int linkType) Set the master.void
JournalVoucher.setOwner
(StoredObject owner) Set the owner of this JV.void
UnpostedJournal.setOwner
(StoredObject owner) static void
NewObject.setSystemEntity
(TransactionManager tm, StoredObject object) SetSystemEntity
from theTransactionManager
to the object passed if it's of typeOfEntity
and its system entity is not yet set.static <O extends StoredObject>
StringStoredObjectUtility.toString
(StoredObject object) static <O extends StoredObject>
StringStoredObjectUtility.toString
(StoredObject object, boolean showAttributes) void
AbstractCheckList.validateChildAttach
(StoredObject child, int linkType) void
AccountChart.validateChildAttach
(StoredObject child, int type) void
FileFolder.validateChildAttach
(StoredObject child, int linkType) void
InventoryGRN.validateChildAttach
(StoredObject child, int linkType) void
InventoryItemType.validateChildAttach
(StoredObject child, int linkType) void
InventoryPO.validateChildAttach
(StoredObject child, int linkType) void
InventoryVirtualLocation.validateChildAttach
(StoredObject child, int linkType) void
StoredObject.validateChildAttach
(StoredObject child, int linkType) Do validation when a child is attached.void
SystemUser.validateChildAttach
(StoredObject child) void
AbstractCheckList.validateChildDetach
(StoredObject child, int linkType) void
FileFolder.validateChildDetach
(StoredObject child, int linkType) void
StoredObject.validateChildDetach
(StoredObject child, int linkType) Do validation when a child is detached.void
SystemUser.validateChildDetach
(StoredObject child) void
AbstractCheckList.validateChildUpdate
(StoredObject child, int linkType) void
InventoryGRN.validateChildUpdate
(StoredObject child, int linkType) void
InventoryPO.validateChildUpdate
(StoredObject child, int linkType) void
StoredObject.validateChildUpdate
(StoredObject child, int linkType) Do validation when a child is updated.void
AccountChart.validateParentAttach
(StoredObject parent, int type) void
InventoryAPN.validateParentAttach
(StoredObject parent, int linkType) void
StoredObject.validateParentAttach
(StoredObject parent, int linkType) Do validation when this gets attached to a parent object.void
FileData.validateParentDetach
(StoredObject parent, int linkType) void
StoredObject.validateParentDetach
(StoredObject parent, int linkType) Do validation when this gets detached from a parent object.void
StoredObject.validateParentUpdate
(StoredObject parent, int linkType) Validate the parent when it is updated.final boolean
StoredObject.valueEquals
(StoredObject another) Check if the attribute values of this instance is exactly same as the values of another instance.Method parameters in com.storedobject.core with type arguments of type StoredObjectModifier and TypeMethodDescriptionstatic LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, StoredObject generatedBy, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, int validityInDays) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy) static LoginMessage
LoginMessage.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, Class<?> processorClass, StoredObject generatedBy, int validityInDays) static StringList
StoredObjectUtility.browseColumns
(Class<? extends StoredObject> objectClass) static String
StoredObjectUtility.browseOrder
(Class<? extends StoredObject> objectClass) TransactionManager.checkType
(StoredObject host, Id id, Class<? extends StoredObject> objectClass) TransactionManager.checkType
(StoredObject host, Id id, Class<? extends StoredObject> objectClass, boolean allowEmpty) TransactionManager.checkTypeAny
(StoredObject host, Id id, Class<? extends StoredObject> objectClass) TransactionManager.checkTypeAny
(StoredObject host, Id id, Class<? extends StoredObject> objectClass, boolean allowEmpty) static int
StoredObject.count
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Count the number of instances for the given set of parameters.static int
StoredObject.count
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the number of instances for the given set of parameters.static int
StoredObject.count
(Class<? extends StoredObject> objectClass) Count the number of instances for the given set of parameters.static int
StoredObject.count
(Class<? extends StoredObject> objectClass, boolean any) Count the number of instances for the given set of parameters.static int
StoredObject.count
(Class<? extends StoredObject> objectClass, String condition) Count the number of instances for the given set of parameters.static int
StoredObject.count
(Class<? extends StoredObject> objectClass, String condition, boolean any) Count the number of instances for the given set of parameters.final int
Id.countLinks
(int linkType, Class<? extends StoredObject> objectClass) final int
Id.countLinks
(int linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) final int
Id.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass) final int
Id.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) final int
Id.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countLinks
(Class<? extends StoredObject> objectClass) final int
Id.countLinks
(Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countLinks
(String linkType, Class<? extends StoredObject> objectClass) final int
Id.countLinks
(String linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
StoredObject.countLinks
(int linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(int linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Class<? extends StoredObject> objectClass) Count the links of this instance for the given parameter.final int
StoredObject.countLinks
(Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(String linkType, Class<? extends StoredObject> objectClass) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(String linkType, Class<? extends StoredObject> objectClass, boolean any) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition) Count the links of this instance for the given set of parameters.final int
StoredObject.countLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Count the links of this instance for the given set of parameters.final int
Id.countMasters
(int linkType, Class<? extends StoredObject> objectClass) final int
Id.countMasters
(int linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) final int
Id.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass) final int
Id.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) final int
Id.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countMasters
(Class<? extends StoredObject> objectClass) final int
Id.countMasters
(Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(Class<? extends StoredObject> objectClass, String condition, boolean any) final int
Id.countMasters
(String linkType, Class<? extends StoredObject> objectClass) final int
Id.countMasters
(String linkType, Class<? extends StoredObject> objectClass, boolean any) final int
Id.countMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition) final int
Id.countMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final int
StoredObject.countMasters
(int linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(int linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(String linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(String linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, count the masters for which this instance is a link.final int
StoredObject.countMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, count the masters for which this instance is a link.static ReportDefinition
ReportDefinition.create
(Class<? extends StoredObject> dataClass, Iterable<String> columns) static ReportDefinition
ReportDefinition.create
(Class<? extends StoredObject> dataClass, String... columns) static String[]
StoredObjectUtility.createDDL
(Class<? extends StoredObject> objectClass) AuditTrailLinkConfiguration.createLink
(Class<? extends StoredObject> masterClass) static StoredObjectUtility.Link
<?> StoredObjectUtility.createLink
(Class<? extends StoredObject> masterClass, String linkDetails) boolean
Database.createTable
(Class<? extends StoredObject> objectClass, String securityPassword) static StringList
StoredObjectUtility.displayColumns
(Class<? extends StoredObject> objectClass) static String[]
StoredObjectUtility.dropDDL
(Class<? extends StoredObject> objectClass) LoginMessage.escalate
(TransactionControl transactionControl, Iterable<? extends StoredObject> persons, int days) static boolean
StoredObject.exists
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition) Check the existence of any instances for the given set of parameters.static boolean
StoredObject.exists
(Transaction transaction, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of any instances for the given set of parameters.static boolean
StoredObject.exists
(Class<? extends StoredObject> objectClass, String condition) Check the existence of any instances for the given set of parameters.static boolean
StoredObject.exists
(Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of any instances for the given set of parameters.final boolean
Id.existsLinks
(int linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsLinks
(Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsLinks
(String linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) boolean
StoredObject.existsLinks
(int linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Transaction tran, String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameter.boolean
StoredObject.existsLinks
(Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(String linkType, Class<? extends StoredObject> objectClass) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, boolean any) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition) Check the existence of links under this instance for the given parameters.boolean
StoredObject.existsLinks
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) Check the existence of links under this instance for the given parameters.final boolean
Id.existsMasters
(int linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsMasters
(Class<? extends StoredObject> objectClass) final boolean
Id.existsMasters
(Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsMasters
(Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsMasters
(Class<? extends StoredObject> objectClass, String condition, boolean any) final boolean
Id.existsMasters
(String linkType, Class<? extends StoredObject> objectClass) final boolean
Id.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, boolean any) final boolean
Id.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition) final boolean
Id.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) boolean
StoredObject.existsMasters
(int linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(int linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(Class<? extends StoredObject> objectClass) For the given parameter, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(String linkType, Class<? extends StoredObject> objectClass) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, boolean any) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition) For the given set of parameters, check the existence of masters of this instance.boolean
StoredObject.existsMasters
(String linkType, Class<? extends StoredObject> objectClass, String condition, boolean any) For the given set of parameters, check the existence of masters of this instance.static String[]
StoredObjectUtility.foreignKeysDDL
(Class<? extends StoredObject> objectClass) static ObjectPermission
ObjectPermission.get
(SystemUser user, Class<? extends StoredObject> objectClass) static PrintLogicDefinition
PrintLogicDefinition.getFor
(Class<? extends StoredObject> dataCass, String label) static SerialConfigurator
SerialConfigurator.getFor
(Class<? extends StoredObject> dataCass) Class
<? extends StoredObject> UIFieldMetadata.getParameterAsClass
(Class<? extends StoredObject> defaultClass) final Id
StoredObject.getParentId
(Class<? extends StoredObject> parentClass) Get Id of the specific type of parent of this instance if exists.final Id
StoredObject.getParentId
(Class<? extends StoredObject> parentClass, int linkType) Get the Id of the specific type of parent of this instance if exists.static SOClass
SOClass.getSOClass
(Class<? extends StoredObject> soClass) static int
StoredObjectUtility.hints
(Class<? extends StoredObject> objectClass) static int
StoredObjectUtility.howBig
(Class<? extends StoredObject> objectClass, boolean any) final boolean
AbstractCheckListItem.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ApplicableDataLogic.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
AuditTrailLinkConfiguration.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
CheckListTemplateItem.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ConsignmentItem.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ConsignmentPacket.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
Contact.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
Detail.isDetailOf
(Class<? extends StoredObject> masterClass) Check if the given class is a "master" for this class.boolean
ExternalSystemUser.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
FileCirculation.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
FileData.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
FileFolder.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
InventoryAPN.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
InventoryGRNItem.isDetailOf
(Class<? extends StoredObject> masterClass) final boolean
InventoryPOItem.isDetailOf
(Class<? extends StoredObject> masterClass) final boolean
InventoryTransferItem.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
LandedCost.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
MaterialIssuedItem.isDetailOf
(Class<? extends StoredObject> masterClass) final boolean
MaterialRequestItem.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
MemoAttachment.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ModuleLogic.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
PseudoTranApproval.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
PseudoTranDetail.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ReportColumnDefinition.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ServerLink.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
StoredObjectUtility.Link.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
UIFieldMetadata.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
UnpostedJournalEntry.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
SOClass.isOf
(Class<? extends StoredObject> baseClass) static boolean
ObjectHint.isSmall
(Class<? extends StoredObject> objectClass) static boolean
ObjectHint.isSmallList
(Class<? extends StoredObject> objectClass, boolean any) static ArrayList
<StoredObjectUtility.Link<?>> StoredObjectUtility.linkDetails
(Class<? extends StoredObject> masterClass) static ArrayList
<StoredObjectUtility.Link<?>> StoredObjectUtility.linkDetails
(Class<? extends StoredObject> masterClass, StringList extraLinks) static StringList
StoredObjectUtility.links
(Class<? extends StoredObject> masterClass) static ObjectIterator
<SOClass> SOClass.listAll
(Class<? extends StoredObject> baseClass) static ObjectIterator
<SOClass> SOClass.listAll
(Class<? extends StoredObject> baseClass, boolean includeBaseClass, boolean includeAbstract) static ObjectIterator
<SOClass> SOClass.listAllActive
(Class<? extends StoredObject> baseClass) static ObjectIterator
<SOClass> SOClass.listAllActive
(Class<? extends StoredObject> baseClass, boolean includeBaseClass, boolean includeAbstract) static ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, boolean includeSpecial) static ObjectIterator
<PrintLogicDefinition> PrintLogicDefinition.listFor
(Class<? extends StoredObject> dataCass, String applicableDataLogicName) static String
ClassAttribute.moduleName
(Class<? extends StoredObject> objectClass) static StringList
StoredObjectUtility.protectedColumns
(Class<? extends StoredObject> objectClass) static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query for the given set of parameters.static Query
StoredObject.query
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query for the given set of parameters.final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, int skip, int limit, int[] distinct) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) Build a query to access the links of this instance for the given set of parameters.final Query
StoredObject.queryLinks
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) Build a query to access the links of this instance for the given set of parameters.final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) final Query
Id.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, int linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Transaction transaction, String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any, int skip, int limit, int[] distinct) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, boolean any) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order) For the given set of parameters, build a query on the masters of this instance.final Query
StoredObject.queryMasters
(String linkType, Class<? extends StoredObject> objectClass, String columns, String condition, String order, boolean any) For the given set of parameters, build a query on the masters of this instance.static String[]
StoredObjectUtility.reindex
(Class<? extends StoredObject> objectClass) final void
StoredObject.removeAllLinks
(Transaction transaction, Class<? extends StoredObject> objectClass) Remove all links of a given class type.final void
StoredObject.removeAllLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, int linkType) Remove all links of a given class type.final void
StoredObject.removeAllLinks
(Transaction transaction, Class<? extends StoredObject> objectClass, String linkType) Remove all links of a given class type.final void
StoredObject.removeAllLinks
(Class<? extends StoredObject> objectClass) Remove all links of a given class type.final void
StoredObject.removeAllLinks
(Class<? extends StoredObject> objectClass, int linkType) Remove all links of a given class type.final void
StoredObject.removeAllLinks
(Class<? extends StoredObject> objectClass, String linkType) Remove all links of a given class type.boolean
TransactionControl.removeAllLinks
(StoredObject parent, Class<? extends StoredObject> linkClass) boolean
TransactionControl.removeAllLinks
(StoredObject parent, Class<? extends StoredObject> linkClass, int linkType) static StringList
StoredObjectUtility.searchColumns
(Class<? extends StoredObject> objectClass) void
ObjectForest.setListLinks
(BiFunction<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> listLinks) void
ObjectForest.setListLinks
(BiFunction<StoredObjectUtility.Link<?>, StoredObject, ObjectIterator<? extends StoredObject>> listLinks) static int
StoredObjectUtility.statusUI
(Class<? extends StoredObject> objectClass) static String
ClassAttribute.tableName
(Class<? extends StoredObject> objectClass) Constructors in com.storedobject.core with parameters of type StoredObjectModifierConstructorDescriptionConsignment
(StoredObject parent) Design_Error
(Transaction transaction, StoredObject so) Design_Error
(Transaction transaction, StoredObject so, String message) JournalVoucher
(StoredObject owner) Constructor.Constructor parameters in com.storedobject.core with type arguments of type StoredObjectModifierConstructorDescriptionBulkDataDelete
(Class<? extends StoredObject> objectClass, String condition) BulkDataUpdate
(Class<? extends StoredObject> objectClass, String condition) Empty_Stream_Data
(Class<? extends StoredObject> hostClass) Link
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.core.converter
Methods in com.storedobject.core.converter that return StoredObjectMethods in com.storedobject.core.converter that return types with arguments of type StoredObjectConstructor parameters in com.storedobject.core.converter with type arguments of type StoredObject -
Uses of StoredObject in com.storedobject.iot
Subclasses of StoredObject in com.storedobject.iotModifier and TypeClassDescriptionclass
Represents an abstract unit within a system.final class
final class
Represents a Block (or a Building or something similar), which is a specific unit of functionality or data in the application framework, extending the capabilities ofAbstractUnit
.class
final class
class
Consumption<P extends PeriodType>
Represents consumption data associated with a specific resource, item, and a time period.final class
final class
final class
Represents daily consumption data tied to a specific item, resource, year, and day.final class
The DailyStatistics class represents daily statistical data and provides methods to define column structure, indices, and retrieve specific daily statistics details.class
Base class that represents data values that belong to aUnit
.class
final class
The HourlyConsumption class represents consumption data aggregated at an hourly level.final class
The HourlyStatistics class extends the Statistics class and adds functionality specific to hourly data.class
final class
Represents a monthly consumption entity that extends the base Consumption class.final class
Represents a statistical record for a specific month.class
Definition of MQTT connector.final class
final class
final class
Represents a Site entity that stores detailed information such as name, project affiliation, time zone, unique code, and its associated attributes.class
Statistics<P extends PeriodType>
Represents statistical data pertaining to units and periods.class
class
Represents a unit with various attributes and methods for handling its statistics, ordinality, block association, and other operations.final class
class
final class
final class
class
ValueDefinition<VT>
final class
final class
final class
final class
The WeeklyConsumption class extends the Consumption class to represent consumption data on a weekly basis.final class
The WeeklyStatistics class extends the Statistics class and provides functionality for managing and retrieving weekly statistical data.final class
Represents the yearly resource consumption details.final class
Represents statistics that are aggregated on a yearly basis.Methods in com.storedobject.iot with parameters of type StoredObjectModifier and TypeMethodDescriptionvoid
SuperUnit.validateChildAttach
(StoredObject child, int linkType) void
UnitDefinition.validateChildAttach
(StoredObject child, int linkType) Method parameters in com.storedobject.iot with type arguments of type StoredObjectModifier and TypeMethodDescriptionboolean
FullConsumption.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ValueDefinition.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
ValueImagePosition.isDetailOf
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.job
Subclasses of StoredObject in com.storedobject.jobModifier and TypeClassDescriptionclass
final class
final class
final class
class
Method parameters in com.storedobject.job with type arguments of type StoredObjectModifier and TypeMethodDescriptionboolean
MessageEscalation.isDetailOf
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.mail
Subclasses of StoredObject in com.storedobject.mailModifier and TypeClassDescriptionclass
class
class
class
Represents a Mail providing capabilities to manage and send emails with support for handling addresses, CC, sender information, message types, attachments, and error handling.class
class
class
Methods in com.storedobject.mail with parameters of type StoredObjectModifier and TypeMethodDescriptionstatic void
Mail.alert
(Transaction transaction, String message, StoredObject person) Sends an alert for the given transaction with a specified message and person information.static void
Mail.alert
(Transaction transaction, String message, StoredObject person, String subject) Sends an alert with the specified details.void
Mail.setCCAddress
(StoredObject person) Set the "CC address".void
Mail.setToAddress
(StoredObject person) Set the "to address".Method parameters in com.storedobject.mail with type arguments of type StoredObjectModifier and TypeMethodDescriptionstatic void
Mail.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons) Sends an alert with a specified message to a group of persons in the context of a given transaction.static void
Mail.alert
(Transaction transaction, String message, Iterable<? extends StoredObject> persons, String subject) Sends an alert email to the specified recipients with the provided message and subject.boolean
Attachment.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
Error.isDetailOf
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.office
Classes in com.storedobject.office with type parameters of type StoredObjectModifier and TypeClassDescriptionclass
ODTObjectReport<T extends StoredObject>
PDFObjectReport
andODTObjectReport
are used to define report logic to be used inPrintLogicDefinition
.Fields in com.storedobject.office declared as StoredObject -
Uses of StoredObject in com.storedobject.pdf
Classes in com.storedobject.pdf with type parameters of type StoredObjectModifier and TypeClassDescriptionclass
PDF.ObjectFormTable<T extends StoredObject>
Define a table whereStoredObject
instances can be added in a "form" style (Each attribute is printed in a separate row).class
PDF.ObjectTable<T extends StoredObject>
Define a table whereStoredObject
instances can be added as rows.class
PDFObjectReport<T extends StoredObject>
PDFObjectReport
andODTObjectReport
are used to define report logic to be used inPrintLogicDefinition
.Fields in com.storedobject.pdf declared as StoredObject -
Uses of StoredObject in com.storedobject.report
Classes in com.storedobject.report with type parameters of type StoredObjectModifier and TypeClassDescriptionclass
ObjectList<T extends StoredObject>
Generate a PDF with a list of objects.interface
ObjectLister<T extends StoredObject>
class
ObjectListExcel<T extends StoredObject>
Generate an Excel with list of objects.class
RDLister<T extends StoredObject>
Constructors in com.storedobject.report with parameters of type StoredObjectModifierConstructorDescriptionObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, StoredObject object) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, StoredObject object, boolean execute) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, Object objectSource, StoredObject object) ObjectReport
(Device device, PrintLogicDefinition printLogicDefinition, Object objectSource, StoredObject object, boolean execute) -
Uses of StoredObject in com.storedobject.sms
Subclasses of StoredObject in com.storedobject.sms -
Uses of StoredObject in com.storedobject.telegram
Subclasses of StoredObject in com.storedobject.telegram -
Uses of StoredObject in com.storedobject.tools
Subclasses of StoredObject in com.storedobject.toolsModifier and TypeClassDescriptionclass
class
class
class
class
Method parameters in com.storedobject.tools with type arguments of type StoredObjectModifier and TypeMethodDescriptionboolean
ColumnDefinition.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
IndexDefinition.isDetailOf
(Class<? extends StoredObject> masterClass) boolean
LinkDefinition.isDetailOf
(Class<? extends StoredObject> masterClass) -
Uses of StoredObject in com.storedobject.ui
Classes in com.storedobject.ui with type parameters of type StoredObjectModifier and TypeClassDescriptionclass
AbstractLinkGrid<T extends StoredObject>
class
AbstractObjectField<T extends StoredObject>
The base field for accepting aStoredObject
instance.class
AbstractObjectForest<T extends StoredObject>
class
BaseObjectForest<T extends StoredObject>
class
DetailLinkGrid<T extends StoredObject>
class
EditableObjectGrid<T extends StoredObject>
An editable grid of objects.class
EditableObjectListProvider<T extends StoredObject>
class
GridSearchField<T extends StoredObject>
interface
IdInput<T extends StoredObject>
Fields that can inputId
values.interface
LinkGrid<T extends StoredObject>
interface
LinkValue<T extends StoredObject>
class
MessageGrid<T extends StoredObject>
A grid to be shown in a window with an "Ok" button and it will be closed when the button is pressed.class
ObjectBrowser<T extends StoredObject>
class
ObjectBrowserEditor<T extends StoredObject>
class
ObjectBrowserViewer<T extends StoredObject>
interface
ObjectChangedListener<T extends StoredObject>
"Object Changed" listener to track changes to the object.class
ObjectCodeField<T extends StoredObject>
In many situations, aStoredObject
instance may contain a code attribute (a String attribute that looks like a code - part number of an inventory item for example) and this field accept such codes for inputting the object instance.class
ObjectComboField<T extends StoredObject>
class
ObjectComparisonGrid<T extends StoredObject>
class
ObjectEditor<T extends StoredObject>
The concrete base class for creating CRUD views forStoredObject
classes.class
ObjectEditorRefresher<T extends StoredObject>
An implementation of ObjectChangedListener that refreshes the editor whenever changes are saved.class
ObjectField<T extends StoredObject>
A field that can be used to acceptId
values.class
ObjectFilter<T extends StoredObject>
class
ObjectForest<T extends StoredObject>
class
ObjectForestBrowser<T extends StoredObject>
class
ObjectForestEditor<T extends StoredObject>
class
ObjectForestProvider<T extends StoredObject>
class
ObjectForestViewer<T extends StoredObject>
class
ObjectFormField<T extends StoredObject>
class
ObjectGetField<T extends StoredObject>
A field to accept instances ofStoredObject
s that are searchable using some keywords.static interface
ObjectGetField.GetProvider<O extends StoredObject>
TheObjectGetField
requires a "get provider" to provide objects or list of objects based on a search text.static class
ObjectGetField.GetSupplier<O extends StoredObject>
Implementation ofObjectGetField.GetProvider
for normalStoredObject
classes.static class
ObjectGetField.GetTypedSupplier<O extends StoredObject>
Implementation ofObjectGetField.GetProvider
forStoredObject
classes where additional type information is required (For example,InventoryItem
requires an instance of theInventoryItemType
while searching in order to narrow down the search).class
ObjectGrid<T extends StoredObject>
interface
ObjectGridData<T extends StoredObject,
ROOT> class
ObjectGridReport<T extends StoredObject>
Create a PDF report from the grid rows.class
ObjectHistoryGrid<T extends StoredObject>
interface
ObjectInput<T extends StoredObject>
Fields that can input a given type ofStoredObject
value.final class
ObjectLinkField<T extends StoredObject>
class
ObjectListEditor<T extends StoredObject>
This class can be used to edit a list ofStoredObject
s.class
ObjectListField<T extends StoredObject>
class
ObjectListGrid<T extends StoredObject>
Grid that can be used show a list ofStoredObject
instances.class
ObjectListProvider<T extends StoredObject>
interface
ObjectLoader<T extends StoredObject>
class
ObjectMemoryGrid<T extends StoredObject>
Grid that can be used show a list ofStoredObject
instances.interface
ObjectProvider<T extends StoredObject>
Provider of sme sort of object.class
ObjectSearchBrowser<T extends StoredObject>
A grid-view that is typically used for searching and setting a particular instance of aStoredObject
.class
ObjectSearcherField<T extends StoredObject>
class
ObjectSearchField<T extends StoredObject>
class
ObjectSearchForm<T extends StoredObject>
class
ObjectTable<T extends StoredObject>
class
ObjectTextField<T extends StoredObject>
class
ObjectTree<T extends StoredObject>
class
ObjectTreeBrowser<T extends StoredObject>
class
ObjectTreeEditor<T extends StoredObject>
class
ObjectTreeProvider<T extends StoredObject>
class
ObjectTreeViewer<T extends StoredObject>
class
ReferenceLinkGrid<T extends StoredObject>
class
ReferenceLinkListProvider<T extends StoredObject>
interface
SearchBuilder<T extends StoredObject>
class
SteppedObjectForm<T extends StoredObject>
A Form for editing an object that has multiple steps of content views.Methods in com.storedobject.ui with type parameters of type StoredObjectModifier and TypeMethodDescription<L extends StoredObject>
booleanObjectEditor.acceptValueChange
(ObjectLinkField<L> linkField, L item, int changeAction) Accept a change in the link field value.<T extends StoredObject>
voidMailForm.addAddress
(Class<T> personClass) <T extends StoredObject>
voidMailForm.addAddress
(Iterable<T> persons) <T extends StoredObject>
voidMailForm.addAllowedAddresses
(Class<T> personClass) <T extends StoredObject>
voidMailForm.addAllowedAddresses
(Iterable<T> persons) <T extends StoredObject>
voidMailForm.addAllowedCCs
(Class<T> personClass) <T extends StoredObject>
voidMailForm.addAllowedCCs
(Iterable<T> persons) <T extends StoredObject>
void<T extends StoredObject>
void<O extends StoredObject>
voidBaseObjectForest.addObjectChangedListener
(Class<O> objectClass, ObjectChangedListener<O> listener) static <O extends StoredObject>
booleanstatic <O extends StoredObject>
booleanCheck whether an instance of theObjectGetField
can be created for a given object class or not.static <O extends StoredObject>
ObjectBrowser<O> static <O extends StoredObject>
ObjectBrowser<O> static <O extends StoredObject>
ObjectBrowser<O> static <O extends StoredObject>
ObjectBrowser<O> static <O extends StoredObject>
ObjectBrowser<O> ObjectBrowser.create
(Class<O> objectClass, Iterable<String> browseColumns, int actions, Iterable<String> filterColumns) static <O extends StoredObject>
ObjectBrowser<O> ObjectBrowser.create
(Class<O> objectClass, Iterable<String> browseColumns, int actions, Iterable<String> filterColumns, String title) static <O extends StoredObject>
ObjectBrowser<O> ObjectBrowser.create
(Class<O> objectClass, Iterable<String> browseColumns, int actions, String title) static <O extends StoredObject>
ObjectBrowserEditor<O> static <O extends StoredObject>
ObjectBrowserEditor<O> static <O extends StoredObject>
ObjectBrowserEditor<O> static <O extends StoredObject>
ObjectBrowserEditor<O> ObjectBrowserEditor.create
(Class<O> objectClass, Iterable<String> browseColumns, int actions, String title) static <O extends StoredObject>
ObjectBrowserViewer<O> static <O extends StoredObject>
ObjectBrowserViewer<O> static <O extends StoredObject>
ObjectBrowserViewer<O> static <O extends StoredObject>
ObjectEditor<O> ObjectEditor.create
(ObjectInput<O> formField) Create an editor for the purpose of embedding an object field.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.static <O extends StoredObject>
ObjectEditor<O> Create an instance of the editor from the parameters passed.static <O extends StoredObject>
ObjectFilter<O> ObjectFilter.create
(Class<O> objectClass, StringList columns) static <O extends StoredObject>
ObjectForestBrowser<O> static <O extends StoredObject>
ObjectForestBrowser<O> ObjectForestBrowser.create
(Class<O> objectClass, Iterable<String> columns, int actions, String title) static <O extends StoredObject>
ObjectForestEditor<O> static <O extends StoredObject>
ObjectForestEditor<O> ObjectForestEditor.create
(Class<O> objectClass, Iterable<String> columns, int actions, String title) static <O extends StoredObject>
ObjectForestViewer<O> static <O extends StoredObject>
ObjectForestViewer<O> ObjectForestViewer.create
(Class<O> objectClass, Iterable<String> columns, boolean any, String title) static <O extends StoredObject>
ObjectSearchBrowser<O> ObjectSearchBrowser.create
(Class<O> objectClass, Iterable<String> browseColumns, String caption, Consumer<O> objectConsumer) Create a searcher from the given parameters.static <O extends StoredObject>
ObjectSearchBrowser<O> Create a searcher from the given parameters.static <O extends StoredObject>
ObjectSearcherField<O> static <O extends StoredObject>
ObjectSearcherField<O> static <O extends StoredObject>
ObjectTreeBrowser<O> static <O extends StoredObject>
ObjectTreeBrowser<O> static <O extends StoredObject>
ObjectTreeBrowser<O> static <O extends StoredObject>
ObjectTreeBrowser<O> static <O extends StoredObject>
ObjectTreeEditor<O> static <O extends StoredObject>
ObjectTreeEditor<O> static <O extends StoredObject>
ObjectTreeViewer<O> static <O extends StoredObject>
ObjectTreeViewer<O> static <O extends StoredObject>
ObjectTreeViewer<O> default <OBJECT_TYPE extends StoredObject>
ObjectEditor<OBJECT_TYPE> ObjectEditorProvider.createEditor
(Class<OBJECT_TYPE> objectClass) Create an editor for the given class.<O extends StoredObject>
ObjectEditor<O> ObjectEditor.createFormFieldEditor
(String fieldName, Class<O> fieldClass) Create the editor to be used for a givenObjectFormField
.protected <O extends StoredObject>
ObjectEditor<O> BaseObjectForest.createObjectEditor
(Class<O> objectClass) protected <O extends StoredObject>
ObjectSearcher<O> BaseObjectForest.createObjectSearcher
(Class<O> objectClass) static <O extends StoredObject>
ObjectField<O> ObjectField.createSingle
(String label, O object) Create a read-only instance of theObjectField
that has a pre-selected value.final <O extends StoredObject>
ObjectEditor<O> BaseObjectForest.getObjectEditor
(Class<O> objectClass) final <O extends StoredObject>
ObjectSearcher<O> BaseObjectForest.getObjectSearcher
(Class<O> objectClass) <M extends StoredObject>
booleanCheck whether to hide the specified link or not.static <C extends StoredObject>
booleanabstract <O extends StoredObject>
OBaseObjectForest.selected()
<O extends StoredObject>
OObjectForest.selected()
<T extends StoredObject>
voidMailForm.setAddress
(Class<T> personClass) <T extends StoredObject>
voidMailForm.setAddress
(Iterable<T> persons) <T extends StoredObject>
voidMailForm.setAllowedAddresses
(Class<T> personClass) <T extends StoredObject>
voidMailForm.setAllowedAddresses
(Iterable<T> persons) <T extends StoredObject>
voidMailForm.setAllowedCCs
(Class<T> personClass) <T extends StoredObject>
voidMailForm.setAllowedCCs
(Iterable<T> persons) <T extends StoredObject>
void<T extends StoredObject>
void<O extends StoredObject>
voidBaseObjectForest.setObjectEditor
(Class<O> objectClass, ObjectEditor<O> editor) Methods in com.storedobject.ui that return StoredObjectModifier and TypeMethodDescriptionfinal StoredObject
AbstractLinkGrid.getMaster()
LinkGrid.getMaster()
ObjectLinkField.getMaster()
final StoredObject
ObjectEditor.getParentObject()
Get the parent object previously set viaObjectEditor.setParentObject(StoredObject, int)
.ObjectGetField.GetTypedSupplier.getTypeObject()
Methods in com.storedobject.ui that return types with arguments of type StoredObjectModifier and TypeMethodDescriptionClass
<? extends StoredObject> ObjectLinkField.getMasterClass()
AbstractObjectForest.getSelectedObjects()
static ObjectIterator
<? extends StoredObject> FileViewer.list
(StoredObjectUtility.Link<?> link, StoredObject master) Methods in com.storedobject.ui with parameters of type StoredObjectModifier and TypeMethodDescriptionprotected boolean
FileManager.canAdd
(StoredObject parentObject) protected boolean
ObjectForestBrowser.canAdd
(StoredObject parentObject) protected boolean
FileManager.canDelete
(StoredObject object) protected boolean
ObjectForestBrowser.canDelete
(StoredObject object) protected boolean
FileManager.canEdit
(StoredObject object) protected boolean
ObjectForestBrowser.canEdit
(StoredObject object) default T
ObjectGridData.convert
(StoredObject so) void
ObjectBrowser.extraInfoCreated
(T object, StoredObject extraInfo) This is invoked when an "Extra Information" instance is created.void
ObjectEditor.extraInfoCreated
(StoredObject extraInfo) This is invoked when an "Extra Information" instance is created.void
ObjectBrowser.extraInfoLoaded
(T object, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is loaded for the current object.void
ObjectEditor.extraInfoLoaded
(StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is loaded for the current object.default void
AlertHandler.handleAlert
(StoredObject so) Handle the alert.void
ObjectEditor.handleAlert
(StoredObject so) void
ObjectViewer.handleAlert
(StoredObject object) static ObjectIterator
<? extends StoredObject> FileViewer.list
(StoredObjectUtility.Link<?> link, StoredObject master) void
ObjectBrowser.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) void
ObjectForestBrowser.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) void
ObjectForestProvider.load
(int linkType, StoredObject master, String condition, String orderBy, boolean any) void
ObjectListProvider.load
(int linkType, StoredObject master, String condition, String orderBy, boolean any) void
ObjectTreeBrowser.load
(int linkType, StoredObject master, String condition, String orderedBy, boolean any) void
ObjectTreeProvider.load
(int linkType, StoredObject master, String condition, String orderBy, boolean any) void
ObjectForest.refreshCurrentNode
(StoredObject select) Refresh all items under the current node and select the object that is passed.void
ObjectBrowser.savingExtraInfo
(T object, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is being saved.void
ObjectEditor.savingExtraInfo
(StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is being saved.final void
AbstractLinkGrid.setMaster
(StoredObject master, boolean load) void
LinkGrid.setMaster
(StoredObject master, boolean load) void
ObjectLinkField.setMaster
(StoredObject master) default void
IdInput.setObject
(StoredObject object) Set a raw object as the value.void
ObjectField.setObject
(StoredObject object) void
ObjectFormField.setObject
(StoredObject object) void
ObjectViewer.setObject
(StoredObject object) void
ObjectEditor.setParentObject
(StoredObject parentObject, int parentLinkType) Set the parent object.void
ObjectEditor.setRawObject
(StoredObject object) Set an instance of aStoredObject
if it is compatible with this editor.final void
final void
void
Application.view
(StoredObject object) void
Application.view
(StoredObject object, String actionName, Consumer<StoredObject> action) void
Application.view
(String caption, StoredObject object) void
Application.view
(String caption, StoredObject object, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(StoredObject object) void
ObjectViewer.view
(StoredObject object, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(String caption, StoredObject object) void
ObjectViewer.view
(String caption, StoredObject object, String actionName, Consumer<StoredObject> action) Method parameters in com.storedobject.ui with type arguments of type StoredObjectModifier and TypeMethodDescriptionstatic PrintButton
PrintButton.create
(Class<? extends StoredObject> objectClass, Supplier<StoredObject> objectSupplier) Create a "print button" for object supplier.static PrintButton
PrintButton.create
(Class<? extends StoredObject> objectClass, Supplier<StoredObject> objectSupplier) Create a "print button" for object supplier.void
Application.view
(Id objectId, String actionName, Consumer<StoredObject> action) void
Application.view
(StoredObject object, String actionName, Consumer<StoredObject> action) void
void
Application.view
(String caption, StoredObject object, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(Id objectId, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(StoredObject object, String actionName, Consumer<StoredObject> action) void
void
ObjectViewer.view
(String caption, StoredObject object, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(String caption, String actionName, Consumer<StoredObject> action) void
ObjectViewer.view
(String actionName, Consumer<StoredObject> action) -
Uses of StoredObject in com.storedobject.ui.common
Classes in com.storedobject.ui.common with type parameters of type StoredObjectMethods in com.storedobject.ui.common with type parameters of type StoredObjectModifier and TypeMethodDescription<T extends StoredObject>
TExcelDataUpload.convertObject
(Object value, Class<T> objectClass) Converts the given value to an object.<T extends StoredObject>
TConverts the given value to an object.Methods in com.storedobject.ui.common with parameters of type StoredObjectModifier and TypeMethodDescriptionvoid
MemoAlertHandler.handleAlert
(StoredObject so) void
MemoSystem.handleAlert
(StoredObject memo) Method parameters in com.storedobject.ui.common with type arguments of type StoredObjectModifier and TypeMethodDescriptionvoid
ExcelDataUpload.convertDataToChoice
(int index, Class<? extends StoredObject> objectClass, String choiceFieldName) Convert data to 'choice value'.void
ExcelDataUpload.convertDataToChoice
(int index, Class<? extends StoredObject> objectClass, String choiceFieldName, boolean mainRowsOnly) Convert data to 'choice value'. -
Uses of StoredObject in com.storedobject.ui.inventory
Methods in com.storedobject.ui.inventory with parameters of type StoredObjectModifier and TypeMethodDescriptiondefault void
ProducesGRN.extraGRNInfoCreated
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an "Extra Information" instance is created for a GRN.default void
ProducesGRN.extraGRNInfoLoaded
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is loaded for the current object.default void
ProducesGRN.savingGRNExtraInfo
(InventoryGRN grn, StoredObject extraInfo) This is invoked when an existing "Extra Information" instance is being saved.Constructors in com.storedobject.ui.inventory with parameters of type StoredObject -
Uses of StoredObject in com.storedobject.ui.support
Methods in com.storedobject.ui.support with parameters of type StoredObject -
Uses of StoredObject in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools that return types with arguments of type StoredObjectModifier and TypeMethodDescriptionClass
<? extends StoredObject> ClassNameField.getObjectClass()
Class
<? extends StoredObject> DataTransfer.getObjectClass()
Method parameters in com.storedobject.ui.tools with type arguments of type StoredObjectModifier and TypeMethodDescriptionvoid
DataTransfer.setObjectClass
(Class<? extends StoredObject> objectClass) Constructors in com.storedobject.ui.tools with parameters of type StoredObjectModifierConstructorDescriptionObjectBlockEditor
(StoredObject master, Map<String, StoredObject> details, String block, String caption) Constructor parameters in com.storedobject.ui.tools with type arguments of type StoredObjectModifierConstructorDescriptionObjectBlockEditor
(StoredObject master, Map<String, StoredObject> details, String block, String caption) -
Uses of StoredObject in com.storedobject.ui.util
Classes in com.storedobject.ui.util with type parameters of type StoredObjectModifier and TypeInterfaceDescriptioninterface
AbstractObjectInput<T extends StoredObject>
Methods used by fields for inputtingStoredObject
s orId
s.interface
DelegatedIdInput<T extends StoredObject>
interface
DelegatedObjectInput<T extends StoredObject>
class
ExtraInfo<T extends StoredObject>
class
ExtraInfoField<T extends StoredObject>
class
ExtraInfoValue<T extends StoredObject>
final class
LinkGridButtons<T extends StoredObject>
final class
LoadFilterButtons<T extends StoredObject>
class
ObjectAdder<O extends StoredObject>
A utility editor class to dynamically create and add a newStoredObject
instance to anObjectInput
field.Methods in com.storedobject.ui.util with type parameters of type StoredObjectModifier and TypeMethodDescriptionstatic <T extends StoredObject>
voidLogicParser.checkOverride
(ObjectEditor<T> editor) default <O extends StoredObject>
voidstatic <OT extends StoredObject>
ObjectAdder<OT> ObjectAdder.create
(Consumer<OT> consumer, ObjectInput<OT> field) Static method to create the adder instance.static <O extends StoredObject>
ObjectBrowser<O> LogicParser.createInternalBrowser
(Class<O> objectClass, Iterable<String> browseColumns, int actions, Iterable<String> filterColumns, String title) static <O extends StoredObject>
ObjectEditor<O> LogicParser.createInternalEditor
(Class<O> objectClass, int actions, String title) Methods in com.storedobject.ui.util that return StoredObjectModifier and TypeMethodDescriptionContactData.getMaster()
ExtraInfoValue.getMaster()
StreamAttachmentData.getMaster()
Methods in com.storedobject.ui.util with parameters of type StoredObjectModifier and TypeMethodDescriptiondefault T
AbstractObjectInput.convert
(StoredObject object) Convert a raw object to the type that is accepted.void
ExtraInfo.reloadMaster
(StoredObject master) void
ContactData.setMaster
(StoredObject master) void
ExtraInfo.setMaster
(StoredObject master) void
StreamAttachmentData.setMaster
(StoredObject master) -
Uses of StoredObject in com.storedobjects.support
Subclasses of StoredObject in com.storedobjects.supportModifier and TypeClassDescriptionclass
class
class
class
final class
final class
QueryBuilder.getExistsCondition(Class, String)