Class PageDaoProviderEntityAccessor
java.lang.Object
ru.cg.webbpm.studio.database.impl.entity_accessor.AbstractEntityAccessor
ru.cg.webbpm.studio.database.impl.entity_accessor.PageDaoProviderEntityAccessor
- All Implemented Interfaces:
EntityAccessor
- Author:
- latypov
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.database.impl.entity_accessor.AbstractEntityAccessor
databaseManager, metadataManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(FieldMetadata fieldMetadata) getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) Methods inherited from class ru.cg.webbpm.studio.database.impl.entity_accessor.AbstractEntityAccessor
getEntitiesFromDaoField, getEntityColumns, getImplMetadata
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.database.api.EntityAccessor
weight
-
Constructor Details
-
PageDaoProviderEntityAccessor
public PageDaoProviderEntityAccessor()
-
-
Method Details
-
accept
-
getEntities
public List<QueryTable> getEntities(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
getEntityColumns
public List<EntityColumn> getEntityColumns(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue)
-