Uses of Interface
net.anotheria.asg.data.DataObject
-
-
Uses of DataObject in net.anotheria.anodoc.query2
Methods in net.anotheria.anodoc.query2 with parameters of type DataObject Modifier and Type Method Description java.util.List<QueryResultEntry>DocumentQuery. match(DataObject doc)Returns a list of possible results for an object. -
Uses of DataObject in net.anotheria.anodoc.query2.string
Methods in net.anotheria.anodoc.query2.string with parameters of type DataObject Modifier and Type Method Description java.util.List<QueryResultEntry>ContainsStringQuery. match(DataObject obj)Returns a list of possible results for an object.java.util.List<QueryResultEntry>ContainsWordsQuery. match(DataObject obj)Returns a list of possible results for an object.java.util.List<QueryResultEntry>SimpleContainsStringQuery. match(DataObject obj)Returns a list of possible results for an object. -
Uses of DataObject in net.anotheria.asg.data
Classes in net.anotheria.asg.data with type parameters of type DataObject Modifier and Type Interface Description interfaceBuilder<T extends DataObject>Generic interface for DataObject Builders.Classes in net.anotheria.asg.data that implement DataObject Modifier and Type Class Description classAbstractASGDocumentRoot object for all generated classes of type Document (instead of ano-doc Document used previously).classAbstractFederatedVOAbstract AbstractFederatedVO class.classAbstractVOThe base class for Value Objects which are DataObjects stored in Databases.Constructors in net.anotheria.asg.data with parameters of type DataObject Constructor Description ObjectInfo(DataObject object)Creates a new ObjectInfo for a DataObject. -
Uses of DataObject in net.anotheria.asg.service
Classes in net.anotheria.asg.service with type parameters of type DataObject Modifier and Type Class Description classInMemoryObjectWrapper<T extends DataObject>InMemoryObjectWrapper class.Methods in net.anotheria.asg.service with parameters of type DataObject Modifier and Type Method Description protected voidAbstractASGService. fireObjectCreatedEvent(DataObject created)Fires the create event.protected voidAbstractASGService. fireObjectDeletedEvent(DataObject deleted)Fires the delete event.protected voidAbstractASGService. fireObjectImportedEvent(DataObject imported)Fires the import event.protected voidAbstractASGService. fireObjectUpdatedEvent(DataObject oldVersion, DataObject newVersion)Fires the create event. -
Uses of DataObject in net.anotheria.asg.util.bean
Constructors in net.anotheria.asg.util.bean with parameters of type DataObject Constructor Description LinkToMeBean(DataObject doc, java.lang.String propertyName)Constructor for LinkToMeBean. -
Uses of DataObject in net.anotheria.asg.util.data
Methods in net.anotheria.asg.util.data with type parameters of type DataObject Modifier and Type Method Description static <T extends DataObject>
java.util.Map<java.lang.String,T>DataObjectUtils. createMapById(java.util.List<T> dataObjects)Creates Map of dataObjects by their IDs.static <T extends DataObject,P>
java.util.Map<P,T>DataObjectUtils. createMapByKeyProperty(java.lang.String propertyName, java.lang.Class<P> propertyClass, java.util.List<T> dataObjects)Creates Map of dataObjects by specified property.static <T extends DataObject,P>
java.util.Map<P,T[]>DataObjectUtils. createMapByProperty(java.lang.String propertyName, java.lang.Class<P> propertyClass, java.util.List<T> dataObjects)Creates Map of groups (arrays) of dataObjects by specified property.static <T extends DataObject>
java.util.List<java.lang.String>DataObjectUtils. getIds(java.util.List<T> dataObjects)Creates for the List of dataObjects same ordered List of dataObjects' IDs except the case when null id was happened.static <T extends DataObject,P>
java.util.List<P>DataObjectUtils. getProperties(java.lang.String propertyName, java.lang.Class<P> propertyClass, java.util.List<T> dataObjects)Returns for the dataObjects the List that is filled with specified property values of each dataObject. -
Uses of DataObject in net.anotheria.asg.util.decorators
Methods in net.anotheria.asg.util.decorators with parameters of type DataObject Modifier and Type Method Description java.lang.StringDateTimeDecorator. decorate(DataObject obj, java.lang.String attributeName, java.lang.String rule)Returns the decorated form.java.lang.StringEditLinkDecorator. decorate(DataObject obj, java.lang.String attributeName, java.lang.String rule)Returns the decorated form.java.lang.StringIAttributeDecorator. decorate(DataObject doc, java.lang.String attributeName, java.lang.String rule)Returns the decorated form.java.lang.StringIDItoADecorator. decorate(DataObject doc, java.lang.String attributeName, java.lang.String rule)Returns the decorated form.java.lang.StringItoADecorator. decorate(DataObject doc, java.lang.String attributeName, java.lang.String rule)Returns the decorated form. -
Uses of DataObject in net.anotheria.asg.util.filter
Methods in net.anotheria.asg.util.filter with parameters of type DataObject Modifier and Type Method Description booleanAZDocumentFilter. mayPass(DataObject document, java.lang.String attributeName, java.lang.String filterParameter)Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.booleanDocumentFilter. mayPass(DataObject document, java.lang.String attributeName, java.lang.String filterParameter)Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.booleanMissingAnyTranslationFilter. mayPass(DataObject document, java.lang.String attributeName, java.lang.String filterParameter)Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.booleanMissingTranslationFilter. mayPass(DataObject document, java.lang.String attributeName, java.lang.String filterParameter)Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule. -
Uses of DataObject in net.anotheria.asg.util.helper.cmsview
Methods in net.anotheria.asg.util.helper.cmsview with parameters of type DataObject Modifier and Type Method Description java.lang.StringCMSViewHelper. getFieldExplanation(java.lang.String documentPath, DataObject object, java.lang.String property)getFieldExplanation.static java.lang.StringCMSViewHelperUtil. getFieldExplanation(java.lang.String documentPath, DataObject object, java.lang.String property)getFieldExplanation. -
Uses of DataObject in net.anotheria.asg.util.listener
Methods in net.anotheria.asg.util.listener with parameters of type DataObject Modifier and Type Method Description voidContentChangeTrackerListener. documentCreated(DataObject doc)Called if new document is created.voidIServiceListener. documentCreated(DataObject doc)Called if new document is created.voidServiceListenerAdapter. documentCreated(DataObject doc)Called if new document is created.voidSysOutServiceListener. documentCreated(DataObject doc)Called if new document is created.voidContentChangeTrackerListener. documentDeleted(DataObject doc)Called if a document has been deleted.voidIServiceListener. documentDeleted(DataObject doc)Called if a document has been deleted.voidServiceListenerAdapter. documentDeleted(DataObject doc)Called if a document has been deleted.voidSysOutServiceListener. documentDeleted(DataObject doc)Called if a document has been deleted.voidContentChangeTrackerListener. documentImported(DataObject doc)called if document has been imported.voidIServiceListener. documentImported(DataObject doc)called if document has been imported.voidServiceListenerAdapter. documentImported(DataObject doc)called if document has been imported.voidSysOutServiceListener. documentImported(DataObject doc)called if document has been imported.voidContentChangeTrackerListener. documentUpdated(DataObject oldVersion, DataObject newVersion)Called if a document has been updated.voidIServiceListener. documentUpdated(DataObject oldVersion, DataObject newVersion)Called if a document has been updated.voidServiceListenerAdapter. documentUpdated(DataObject oldVersion, DataObject newVersion)Called if a document has been updated.voidSysOutServiceListener. documentUpdated(DataObject oldVersion, DataObject newVersion)Called if a document has been updated.
-