Uses of Class
com.echothree.model.data.core.common.pk.EntityLongRangePK
Packages that use EntityLongRangePK
Package
Description
-
Uses of EntityLongRangePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeDescription.getEntityLongRangePK()
EntityLongRangeDetail.getEntityLongRangePK()
EntityLongRange.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type EntityLongRangePKModifier and TypeMethodDescriptionvoid
EntityLongRangeDescription.setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) void
EntityLongRangeDetail.setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) -
Uses of EntityLongRangePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeFactory.getNextPK()
EntityLongRangeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityLongRangeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityLongRangeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityLongRangeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityLongRangeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.create
(EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityLongRangeDescriptionFactory.create
(Session session, EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) EntityLongRangeDetailFactory.create
(EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityLongRangeDetailFactory.create
(Session session, EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityLongRangeFactory.getEntityFromCache
(Session session, EntityLongRangePK pk) EntityLongRangeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityLongRangePK pk) EntityLongRangeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityLongRangePK pk) EntityLongRangeFactory.getValueFromPK
(Session session, EntityLongRangePK pk) void
EntityLongRangeFactory.remove
(Session session, EntityLongRangePK pk) boolean
EntityLongRangeFactory.validPK
(Session session, EntityLongRangePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityLongRangePK> pks) EntityLongRangeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityLongRangePK> pks) EntityLongRangeFactory.getValuesFromPKs
(Session session, Collection<EntityLongRangePK> pks) void
EntityLongRangeFactory.remove
(Session session, Collection<EntityLongRangePK> pks) void
EntityLongRangeFactory.remove
(Collection<EntityLongRangePK> pks) -
Uses of EntityLongRangePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongRangePKModifier and TypeMethodDescriptionEntityLongRangeDescriptionValue.getEntityLongRangePK()
EntityLongRangeDetailValue.getEntityLongRangePK()
EntityLongRangeValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type EntityLongRangePKModifier and TypeMethodDescriptionvoid
EntityLongRangeDescriptionValue.setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) void
EntityLongRangeDetailValue.setEntityLongRangePK
(EntityLongRangePK entityLongRangePK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityLongRangePKModifierConstructorDescriptionEntityLongRangeDescriptionValue
(EntityLongRangeDescriptionPK entityLongRangeDescriptionPK, EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDescriptionValueEntityLongRangeDescriptionValue
(EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDescriptionValueEntityLongRangeDetailValue
(EntityLongRangeDetailPK entityLongRangeDetailPK, EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDetailValueEntityLongRangeDetailValue
(EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDetailValueEntityLongRangeValue
(EntityLongRangePK entityLongRangePK, EntityLongRangeDetailPK activeDetailPK, EntityLongRangeDetailPK lastDetailPK) Creates a new instance of EntityLongRangeValue