Uses of Class
com.echothree.model.data.core.common.pk.EntityIntegerRangePK
Packages that use EntityIntegerRangePK
Package
Description
-
Uses of EntityIntegerRangePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeDescription.getEntityIntegerRangePK()
EntityIntegerRangeDetail.getEntityIntegerRangePK()
EntityIntegerRange.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangePKModifier and TypeMethodDescriptionvoid
EntityIntegerRangeDescription.setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) void
EntityIntegerRangeDetail.setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) -
Uses of EntityIntegerRangePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getNextPK()
EntityIntegerRangeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityIntegerRangeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityIntegerRangeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityIntegerRangeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityIntegerRangeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.create
(EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityIntegerRangeDescriptionFactory.create
(Session session, EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityIntegerRangeDetailFactory.create
(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, 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) EntityIntegerRangeFactory.getEntityFromCache
(Session session, EntityIntegerRangePK pk) EntityIntegerRangeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityIntegerRangePK pk) EntityIntegerRangeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityIntegerRangePK pk) EntityIntegerRangeFactory.getValueFromPK
(Session session, EntityIntegerRangePK pk) void
EntityIntegerRangeFactory.remove
(Session session, EntityIntegerRangePK pk) boolean
EntityIntegerRangeFactory.validPK
(Session session, EntityIntegerRangePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityIntegerRangePK> pks) EntityIntegerRangeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityIntegerRangePK> pks) EntityIntegerRangeFactory.getValuesFromPKs
(Session session, Collection<EntityIntegerRangePK> pks) void
EntityIntegerRangeFactory.remove
(Session session, Collection<EntityIntegerRangePK> pks) void
EntityIntegerRangeFactory.remove
(Collection<EntityIntegerRangePK> pks) -
Uses of EntityIntegerRangePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityIntegerRangePKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionValue.getEntityIntegerRangePK()
EntityIntegerRangeDetailValue.getEntityIntegerRangePK()
EntityIntegerRangeValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type EntityIntegerRangePKModifier and TypeMethodDescriptionvoid
EntityIntegerRangeDescriptionValue.setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) void
EntityIntegerRangeDetailValue.setEntityIntegerRangePK
(EntityIntegerRangePK entityIntegerRangePK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityIntegerRangePKModifierConstructorDescriptionEntityIntegerRangeDescriptionValue
(EntityIntegerRangeDescriptionPK entityIntegerRangeDescriptionPK, EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDescriptionValueEntityIntegerRangeDescriptionValue
(EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDescriptionValueEntityIntegerRangeDetailValue
(EntityIntegerRangeDetailPK entityIntegerRangeDetailPK, EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValueEntityIntegerRangeDetailValue
(EntityIntegerRangePK entityIntegerRangePK, EntityAttributePK entityAttributePK, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDetailValueEntityIntegerRangeValue
(EntityIntegerRangePK entityIntegerRangePK, EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) Creates a new instance of EntityIntegerRangeValue