Uses of Class
com.echothree.model.data.core.server.entity.EntityIntegerRangeDetail
Packages that use EntityIntegerRangeDetail
Package
Description
-
Uses of EntityIntegerRangeDetail in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangeDetailModifier and TypeMethodDescriptionEntityIntegerRange.getActiveDetail()
EntityIntegerRange.getActiveDetail
(EntityPermission entityPermission) EntityIntegerRange.getActiveDetail
(Session session) EntityIntegerRange.getActiveDetail
(Session session, EntityPermission entityPermission) EntityIntegerRange.getActiveDetailForUpdate()
EntityIntegerRange.getActiveDetailForUpdate
(Session session) EntityIntegerRange.getLastDetail()
EntityIntegerRange.getLastDetail
(EntityPermission entityPermission) EntityIntegerRange.getLastDetail
(Session session) EntityIntegerRange.getLastDetail
(Session session, EntityPermission entityPermission) EntityIntegerRange.getLastDetailForUpdate()
EntityIntegerRange.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangeDetailModifier and TypeMethodDescriptionvoid
EntityIntegerRange.setActiveDetail
(EntityIntegerRangeDetail entity) void
EntityIntegerRange.setLastDetail
(EntityIntegerRangeDetail entity) -
Uses of EntityIntegerRangeDetail in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeDetailModifier and TypeMethodDescriptionEntityIntegerRangeDetailFactory.create
(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.create
(EntityIntegerRange entityIntegerRange, EntityAttribute entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.create
(Session session, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.create
(Session session, EntityIntegerRange entityIntegerRange, EntityAttribute entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.getEntityFromCache
(Session session, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getEntityFromPK
(EntityPermission entityPermission, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) EntityIntegerRangeDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDetailFactory.getEntityFromValue
(EntityPermission entityPermission, EntityIntegerRangeDetailValue value) EntityIntegerRangeDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityIntegerRangeDetailValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeDetailModifier and TypeMethodDescriptionEntityIntegerRangeDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityIntegerRangeDetailPK> pks) EntityIntegerRangeDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityIntegerRangeDetailPK> pks) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityIntegerRangeDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityIntegerRangeDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) EntityIntegerRangeDetailFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeDetailModifier and TypeMethodDescriptionEntityIntegerRangeFactory.create
(EntityIntegerRangeDetail activeDetail, EntityIntegerRangeDetail lastDetail) EntityIntegerRangeFactory.create
(Session session, EntityIntegerRangeDetail activeDetail, EntityIntegerRangeDetail lastDetail) void
EntityIntegerRangeDetailFactory.remove
(Session session, EntityIntegerRangeDetail entity) void
EntityIntegerRangeDetailFactory.store
(Session session, EntityIntegerRangeDetail entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeDetailModifier and TypeMethodDescriptionvoid
EntityIntegerRangeDetailFactory.store
(Session session, Collection<EntityIntegerRangeDetail> entities) void
EntityIntegerRangeDetailFactory.store
(Collection<EntityIntegerRangeDetail> entities)