Uses of Class
com.echothree.model.data.core.server.entity.EntityAttributeGroup
Packages that use EntityAttributeGroup
Package
Description
-
Uses of EntityAttributeGroup in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return EntityAttributeGroupModifier and TypeMethodDescriptionEditEntityAttributeGroupCommand.getEntity(EditEntityAttributeGroupResult result) protected EntityAttributeGroupGetEntityAttributeGroupCommand.getEntity()EditEntityAttributeGroupCommand.getLockEntity(EntityAttributeGroup entityAttributeGroup) EditEntityAttributeGroupDescriptionCommand.getLockEntity(EntityAttributeGroupDescription entityAttributeGroupDescription) Methods in com.echothree.control.user.core.server.command that return types with arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionprotected Collection<EntityAttributeGroup> GetEntityAttributeGroupsCommand.getEntities()Methods in com.echothree.control.user.core.server.command with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionvoidEditEntityAttributeGroupCommand.canUpdate(EntityAttributeGroup entityAttributeGroup) voidEditEntityAttributeGroupCommand.doLock(EntityAttributeGroupEdit edit, EntityAttributeGroup entityAttributeGroup) voidEditEntityAttributeGroupCommand.doUpdate(EntityAttributeGroup entityAttributeGroup) voidEditEntityAttributeGroupCommand.fillInResult(EditEntityAttributeGroupResult result, EntityAttributeGroup entityAttributeGroup) EditEntityAttributeGroupCommand.getLockEntity(EntityAttributeGroup entityAttributeGroup) protected BaseResultGetEntityAttributeGroupCommand.getResult(EntityAttributeGroup entityAttributeGroup) Method parameters in com.echothree.control.user.core.server.command with type arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionprotected BaseResultGetEntityAttributeGroupsCommand.getResult(Collection<EntityAttributeGroup> entities) -
Uses of EntityAttributeGroup in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeGroupModifier and TypeMethodDescriptionCoreControl.createEntityAttributeGroup(String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.getDefaultEntityAttributeGroup()CoreControl.getDefaultEntityAttributeGroupForUpdate()CoreControl.getEntityAttributeGroupByEntityInstance(EntityInstance entityInstance) CoreControl.getEntityAttributeGroupByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.EntityAttributeGroupCoreControl.getEntityAttributeGroupByEntityInstanceForUpdate(EntityInstance entityInstance) CoreControl.getEntityAttributeGroupByName(String entityAttributeGroupName) CoreControl.getEntityAttributeGroupByName(String entityAttributeGroupName, EntityPermission entityPermission) CoreControl.getEntityAttributeGroupByNameForUpdate(String entityAttributeGroupName) CoreControl.getEntityAttributeGroupByPK(EntityAttributeGroupPK pk) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroups()CoreControl.getEntityAttributeGroupsByEntityType(EntityType entityType) CoreControl.getEntityAttributeGroupsByEntityTypeForUpdate(EntityType entityType) CoreControl.getEntityAttributeGroupsForUpdate()Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionlongCoreControl.countEntityAttributeEntityAttributeGroupsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup) longCoreControl.countEntityAttributesByEntityAttributeGroupAndEntityType(EntityAttributeGroup entityAttributeGroup, EntityType entityType) CoreControl.createEntityAttributeEntityAttributeGroup(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup, Integer sortOrder, BasePK createdBy) CoreControl.createEntityAttributeGroupDescription(EntityAttributeGroup entityAttributeGroup, Language language, String description, BasePK createdBy) voidCoreControl.deleteEntityAttributeEntityAttributeGroupsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeGroupDescriptionsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) CoreControl.getBestEntityAttributeGroupDescription(EntityAttributeGroup entityAttributeGroup, Language language) CoreControl.getEntityAttributeEntityAttributeGroup(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeEntityAttributeGroupForUpdate(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeEntityAttributeGroupsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeEntityAttributeGroupsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, EntityPermission entityPermission) CoreControl.getEntityAttributeEntityAttributeGroupsByEntityAttributeGroupForUpdate(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeEntityAttributeGroupTransfersByEntityAttributeGroup(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) CoreControl.getEntityAttributeEntityAttributeGroupValueForUpdate(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeGroupDescription(EntityAttributeGroup entityAttributeGroup, Language language) CoreControl.getEntityAttributeGroupDescriptionForUpdate(EntityAttributeGroup entityAttributeGroup, Language language) CoreControl.getEntityAttributeGroupDescriptionsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeGroupDescriptionsByEntityAttributeGroupForUpdate(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeGroupDescriptionTransfers(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) CoreControl.getEntityAttributeGroupDescriptionValueForUpdate(EntityAttributeGroup entityAttributeGroup, Language language) CoreControl.getEntityAttributeGroupDetailValueForUpdate(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeGroupTransfer(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) CoreControl.getEntityAttributesByEntityAttributeGroupAndEntityType(EntityAttributeGroup entityAttributeGroup, EntityType entityType) CoreControl.getEntityAttributesByEntityAttributeGroupAndEntityTypeForUpdate(EntityAttributeGroup entityAttributeGroup, EntityType entityType) CoreControl.getEntityAttributeTransfersByEntityAttributeGroupAndEntityType(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityType entityType, EntityInstance entityInstance) Method parameters in com.echothree.model.control.core.server.control with type arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroupTransfers(UserVisit userVisit, Collection<EntityAttributeGroup> entityAttributeGroups, EntityInstance entityInstance) -
Uses of EntityAttributeGroup in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type EntityAttributeGroupModifierConstructorDescriptionEntityAttributeGroupObject(EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) -
Uses of EntityAttributeGroup in com.echothree.model.control.core.server.indexer
Methods in com.echothree.model.control.core.server.indexer that return EntityAttributeGroupModifier and TypeMethodDescriptionprotected EntityAttributeGroupEntityAttributeGroupIndexer.getEntity(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.indexer with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionprotected org.apache.lucene.document.DocumentEntityAttributeGroupIndexer.convertToDocument(EntityInstance entityInstance, EntityAttributeGroup entityAttributeGroup) -
Uses of EntityAttributeGroup in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeGroupLogic.createEntityAttributeGroup(ExecutionErrorAccumulator eea, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) EntityAttributeGroupLogic.getEntityAttributeGroupByName(ExecutionErrorAccumulator eea, String entityAttributeGroupName) EntityAttributeGroupLogic.getEntityAttributeGroupByName(ExecutionErrorAccumulator eea, String entityAttributeGroupName, EntityPermission entityPermission) EntityAttributeLogic.getEntityAttributeGroupByName(ExecutionErrorAccumulator eea, String entityAttributeGroupName) EntityAttributeGroupLogic.getEntityAttributeGroupByNameForUpdate(ExecutionErrorAccumulator eea, String entityAttributeGroupName) EntityAttributeGroupLogic.getEntityAttributeGroupByUniversalSpec(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec) EntityAttributeGroupLogic.getEntityAttributeGroupByUniversalSpec(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec, EntityPermission entityPermission) EntityAttributeGroupLogic.getEntityAttributeGroupByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec) EntityAttributeLogic.getEntityAttributeGroupByUuid(ExecutionErrorAccumulator eea, String uuid) EntityAttributeLogic.getEntityAttributeGroupByUuid(ExecutionErrorAccumulator eea, String uuid, EntityPermission entityPermission) EntityAttributeLogic.getEntityAttributeGroupByUuidForUpdate(ExecutionErrorAccumulator eea, String uuid) -
Uses of EntityAttributeGroup in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeGroupTransferCache.getEntityAttributeGroupTransfer(UserVisit userVisit, EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) -
Uses of EntityAttributeGroup in com.echothree.model.control.search.server.graphql
Constructors in com.echothree.model.control.search.server.graphql with parameters of type EntityAttributeGroupModifierConstructorDescriptionEntityAttributeGroupResultObject(EntityAttributeGroup entityAttributeGroup) -
Uses of EntityAttributeGroup in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroup.getEntityAttributeGroup()EntityAttributeEntityAttributeGroup.getEntityAttributeGroup(EntityPermission entityPermission) EntityAttributeGroupDescription.getEntityAttributeGroup()EntityAttributeGroupDescription.getEntityAttributeGroup(EntityPermission entityPermission) EntityAttributeGroupDetail.getEntityAttributeGroup()EntityAttributeGroupDetail.getEntityAttributeGroup(EntityPermission entityPermission) EntityAttributeEntityAttributeGroup.getEntityAttributeGroupForUpdate()EntityAttributeGroupDescription.getEntityAttributeGroupForUpdate()EntityAttributeGroupDetail.getEntityAttributeGroupForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionvoidEntityAttributeEntityAttributeGroup.setEntityAttributeGroup(EntityAttributeGroup entity) voidEntityAttributeGroupDescription.setEntityAttributeGroup(EntityAttributeGroup entity) voidEntityAttributeGroupDetail.setEntityAttributeGroup(EntityAttributeGroup entity) -
Uses of EntityAttributeGroup in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeGroupFactory.create()EntityAttributeGroupFactory.create(EntityAttributeGroupDetailPK activeDetailPK, EntityAttributeGroupDetailPK lastDetailPK) EntityAttributeGroupFactory.create(EntityAttributeGroupDetail activeDetail, EntityAttributeGroupDetail lastDetail) EntityAttributeGroupFactory.getEntityFromCache(EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeGroupPK pk) EntityAttributeGroupFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeGroupFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeGroupValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeGroupFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeGroupPK> pks) EntityAttributeGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupModifier and TypeMethodDescriptionEntityAttributeEntityAttributeGroupFactory.create(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup, Integer sortOrder, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create(EntityAttributeGroup entityAttributeGroup, Language language, String description, Long fromTime, Long thruTime) EntityAttributeGroupDetailFactory.create(EntityAttributeGroup entityAttributeGroup, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidEntityAttributeGroupFactory.remove(EntityAttributeGroup entity) voidEntityAttributeGroupFactory.store(EntityAttributeGroup entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupModifier and TypeMethodDescriptionvoidEntityAttributeGroupFactory.store(Collection<EntityAttributeGroup> entities)