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 TypeMethodDescriptionvoidEntityIntegerRangeDescription.setEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) voidEntityIntegerRangeDetail.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) voidEntityIntegerRangeFactory.remove(Session session, EntityIntegerRangePK pk) booleanEntityIntegerRangeFactory.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) voidEntityIntegerRangeFactory.remove(Session session, Collection<EntityIntegerRangePK> pks) voidEntityIntegerRangeFactory.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 TypeMethodDescriptionvoidEntityIntegerRangeDescriptionValue.setEntityIntegerRangePK(EntityIntegerRangePK entityIntegerRangePK) voidEntityIntegerRangeDetailValue.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