Uses of Class
com.echothree.model.data.core.common.pk.EntityIntegerRangeDescriptionPK
Packages that use EntityIntegerRangeDescriptionPK
Package
Description
-
Uses of EntityIntegerRangeDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangeDescriptionPK -
Uses of EntityIntegerRangeDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeDescriptionPKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.getNextPK()
EntityIntegerRangeDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeDescriptionPKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityIntegerRangeDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityIntegerRangeDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeDescriptionPKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.getEntityFromCache
(Session session, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityIntegerRangeDescriptionPK pk) EntityIntegerRangeDescriptionFactory.getValueFromPK
(Session session, EntityIntegerRangeDescriptionPK pk) void
EntityIntegerRangeDescriptionFactory.remove
(Session session, EntityIntegerRangeDescriptionPK pk) boolean
EntityIntegerRangeDescriptionFactory.validPK
(Session session, EntityIntegerRangeDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeDescriptionPKModifier and TypeMethodDescriptionEntityIntegerRangeDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityIntegerRangeDescriptionPK> pks) EntityIntegerRangeDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityIntegerRangeDescriptionPK> pks) EntityIntegerRangeDescriptionFactory.getValuesFromPKs
(Session session, Collection<EntityIntegerRangeDescriptionPK> pks) void
EntityIntegerRangeDescriptionFactory.remove
(Session session, Collection<EntityIntegerRangeDescriptionPK> pks) void
EntityIntegerRangeDescriptionFactory.remove
(Collection<EntityIntegerRangeDescriptionPK> pks) -
Uses of EntityIntegerRangeDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityIntegerRangeDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityIntegerRangeDescriptionPKModifierConstructorDescriptionEntityIntegerRangeDescriptionValue
(EntityIntegerRangeDescriptionPK entityIntegerRangeDescriptionPK, EntityIntegerRangePK entityIntegerRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerRangeDescriptionValue