Uses of Class
com.echothree.model.data.core.server.entity.EntityIntegerRangeDescription
Packages that use EntityIntegerRangeDescription
Package
Description
-
Uses of EntityIntegerRangeDescription in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionEditEntityIntegerRangeDescriptionCommand.getEntity(EditEntityIntegerRangeDescriptionResult result) Methods in com.echothree.control.user.core.server.command with parameters of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionvoidEditEntityIntegerRangeDescriptionCommand.doLock(EntityIntegerRangeDescriptionEdit edit, EntityIntegerRangeDescription entityIntegerRangeDescription) voidEditEntityIntegerRangeDescriptionCommand.doUpdate(EntityIntegerRangeDescription entityIntegerRangeDescription) voidEditEntityIntegerRangeDescriptionCommand.fillInResult(EditEntityIntegerRangeDescriptionResult result, EntityIntegerRangeDescription entityIntegerRangeDescription) EditEntityIntegerRangeDescriptionCommand.getLockEntity(EntityIntegerRangeDescription entityIntegerRangeDescription) -
Uses of EntityIntegerRangeDescription in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionCoreControl.createEntityIntegerRangeDescription(EntityIntegerRange entityIntegerRange, Language language, String description, BasePK createdBy) CoreControl.getEntityIntegerRangeDescription(EntityIntegerRange entityIntegerRange, Language language) CoreControl.getEntityIntegerRangeDescriptionForUpdate(EntityIntegerRange entityIntegerRange, Language language) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionCoreControl.getEntityIntegerRangeDescriptionsByEntityIntegerRange(EntityIntegerRange entityIntegerRange) CoreControl.getEntityIntegerRangeDescriptionsByEntityIntegerRangeForUpdate(EntityIntegerRange entityIntegerRange) Methods in com.echothree.model.control.core.server.control with parameters of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionvoidCoreControl.deleteEntityIntegerRangeDescription(EntityIntegerRangeDescription entityIntegerRangeDescription, BasePK deletedBy) CoreControl.getEntityIntegerRangeDescriptionTransfer(UserVisit userVisit, EntityIntegerRangeDescription entityIntegerRangeDescription, EntityInstance entityInstance) CoreControl.getEntityIntegerRangeDescriptionValue(EntityIntegerRangeDescription entityIntegerRangeDescription) -
Uses of EntityIntegerRangeDescription in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionTransferCache.getEntityIntegerRangeDescriptionTransfer(UserVisit userVisit, EntityIntegerRangeDescription entityIntegerRangeDescription, EntityInstance entityInstance) -
Uses of EntityIntegerRangeDescription in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.create(EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityIntegerRangeDescriptionFactory.create(EntityIntegerRange entityIntegerRange, Language language, String description, Long fromTime, Long thruTime) EntityIntegerRangeDescriptionFactory.create(Session session, EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityIntegerRangeDescriptionFactory.create(Session session, EntityIntegerRange entityIntegerRange, Language language, String description, Long fromTime, Long thruTime) EntityIntegerRangeDescriptionFactory.getEntityFromCache(Session session, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDescriptionFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDescriptionFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, EntityIntegerRangeDescriptionValue value) EntityIntegerRangeDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityIntegerRangeDescriptionValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityIntegerRangeDescriptionPK> pks) EntityIntegerRangeDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityIntegerRangeDescriptionPK> pks) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDescriptionFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDescriptionFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionvoidEntityIntegerRangeDescriptionFactory.remove(Session session, EntityIntegerRangeDescription entity) voidEntityIntegerRangeDescriptionFactory.store(Session session, EntityIntegerRangeDescription entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeDescriptionModifier and TypeMethodDescriptionvoidEntityIntegerRangeDescriptionFactory.store(Session session, Collection<EntityIntegerRangeDescription> entities) voidEntityIntegerRangeDescriptionFactory.store(Collection<EntityIntegerRangeDescription> entities)