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 TypeMethodDescriptionvoidEntityLongRangeDescription.setEntityLongRangePK(EntityLongRangePK entityLongRangePK) voidEntityLongRangeDetail.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) EntityLongRangeDetailFactory.create(EntityLongRangePK entityLongRangePK, EntityAttributePK entityAttributePK, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) EntityLongRangeFactory.getEntityFromCache(EntityLongRangePK pk) EntityLongRangeFactory.getEntityFromPK(EntityPermission entityPermission, EntityLongRangePK pk) EntityLongRangeFactory.getValueFromPK(EntityLongRangePK pk) voidEntityLongRangeFactory.remove(EntityLongRangePK pk) booleanEntityLongRangeFactory.validPK(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.getValuesFromPKs(Collection<EntityLongRangePK> pks) voidEntityLongRangeFactory.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 TypeMethodDescriptionvoidEntityLongRangeDescriptionValue.setEntityLongRangePK(EntityLongRangePK entityLongRangePK) voidEntityLongRangeDetailValue.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