Uses of Class
com.echothree.model.data.core.server.entity.EntityAttributeGroupDescription
Packages that use EntityAttributeGroupDescription
Package
Description
-
Uses of EntityAttributeGroupDescription in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionEditEntityAttributeGroupDescriptionCommand.getEntity(EditEntityAttributeGroupDescriptionResult result) Methods in com.echothree.control.user.core.server.command with parameters of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionvoidEditEntityAttributeGroupDescriptionCommand.doLock(EntityAttributeGroupDescriptionEdit edit, EntityAttributeGroupDescription entityAttributeGroupDescription) voidEditEntityAttributeGroupDescriptionCommand.doUpdate(EntityAttributeGroupDescription entityAttributeGroupDescription) voidEditEntityAttributeGroupDescriptionCommand.fillInResult(EditEntityAttributeGroupDescriptionResult result, EntityAttributeGroupDescription entityAttributeGroupDescription) EditEntityAttributeGroupDescriptionCommand.getLockEntity(EntityAttributeGroupDescription entityAttributeGroupDescription) -
Uses of EntityAttributeGroupDescription in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionCoreControl.createEntityAttributeGroupDescription(EntityAttributeGroup entityAttributeGroup, Language language, String description, BasePK createdBy) CoreControl.getEntityAttributeGroupDescription(EntityAttributeGroup entityAttributeGroup, Language language) CoreControl.getEntityAttributeGroupDescriptionForUpdate(EntityAttributeGroup entityAttributeGroup, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionCoreControl.getEntityAttributeGroupDescriptionsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup) CoreControl.getEntityAttributeGroupDescriptionsByEntityAttributeGroupForUpdate(EntityAttributeGroup entityAttributeGroup) Methods in com.echothree.model.control.core.server.control with parameters of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityAttributeGroupDescription(EntityAttributeGroupDescription entityAttributeGroupDescription, BasePK deletedBy) CoreControl.getEntityAttributeGroupDescriptionTransfer(UserVisit userVisit, EntityAttributeGroupDescription entityAttributeGroupDescription, EntityInstance entityInstance) CoreControl.getEntityAttributeGroupDescriptionValue(EntityAttributeGroupDescription entityAttributeGroupDescription) -
Uses of EntityAttributeGroupDescription in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionTransferCache.getEntityAttributeGroupDescriptionTransfer(UserVisit userVisit, EntityAttributeGroupDescription entityAttributeGroupDescription, EntityInstance entityInstance) -
Uses of EntityAttributeGroupDescription in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.create(EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create(EntityAttributeGroup entityAttributeGroup, Language language, String description, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create(Session session, EntityAttributeGroupPK entityAttributeGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.create(Session session, EntityAttributeGroup entityAttributeGroup, Language language, String description, Long fromTime, Long thruTime) EntityAttributeGroupDescriptionFactory.getEntityFromCache(Session session, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeGroupDescriptionPK pk) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeGroupDescriptionFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) EntityAttributeGroupDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, EntityAttributeGroupDescriptionValue value) EntityAttributeGroupDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityAttributeGroupDescriptionValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionEntityAttributeGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeGroupDescriptionPK> pks) EntityAttributeGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeGroupDescriptionPK> pks) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityAttributeGroupDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityAttributeGroupDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityAttributeGroupDescriptionFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionvoidEntityAttributeGroupDescriptionFactory.remove(Session session, EntityAttributeGroupDescription entity) voidEntityAttributeGroupDescriptionFactory.store(Session session, EntityAttributeGroupDescription entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeGroupDescriptionModifier and TypeMethodDescriptionvoidEntityAttributeGroupDescriptionFactory.store(Session session, Collection<EntityAttributeGroupDescription> entities) voidEntityAttributeGroupDescriptionFactory.store(Collection<EntityAttributeGroupDescription> entities)