Uses of Class
com.echothree.model.data.core.common.pk.EntityIntegerRangeDetailPK
Packages that use EntityIntegerRangeDetailPK
Package
Description
-
Uses of EntityIntegerRangeDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRange.getActiveDetailPK()EntityIntegerRange.getLastDetailPK()EntityIntegerRangeDetail.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionvoidEntityIntegerRange.setActiveDetailPK(EntityIntegerRangeDetailPK activeDetailPK) voidEntityIntegerRange.setLastDetailPK(EntityIntegerRangeDetailPK lastDetailPK) -
Uses of EntityIntegerRangeDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRangeDetailFactory.getNextPK()EntityIntegerRangeDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRangeDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityIntegerRangeDetailFactory.getPKsFromResultSetAsList(ResultSet rs) EntityIntegerRangeDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRangeFactory.create(EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) EntityIntegerRangeFactory.create(Session session, EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) EntityIntegerRangeDetailFactory.getEntityFromCache(Session session, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getEntityFromPK(EntityPermission entityPermission, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityIntegerRangeDetailPK pk) EntityIntegerRangeDetailFactory.getValueFromPK(Session session, EntityIntegerRangeDetailPK pk) voidEntityIntegerRangeDetailFactory.remove(Session session, EntityIntegerRangeDetailPK pk) booleanEntityIntegerRangeDetailFactory.validPK(Session session, EntityIntegerRangeDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRangeDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityIntegerRangeDetailPK> pks) EntityIntegerRangeDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityIntegerRangeDetailPK> pks) EntityIntegerRangeDetailFactory.getValuesFromPKs(Session session, Collection<EntityIntegerRangeDetailPK> pks) voidEntityIntegerRangeDetailFactory.remove(Session session, Collection<EntityIntegerRangeDetailPK> pks) voidEntityIntegerRangeDetailFactory.remove(Collection<EntityIntegerRangeDetailPK> pks) -
Uses of EntityIntegerRangeDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionEntityIntegerRangeValue.getActiveDetailPK()EntityIntegerRangeValue.getLastDetailPK()EntityIntegerRangeDetailValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type EntityIntegerRangeDetailPKModifier and TypeMethodDescriptionvoidEntityIntegerRangeValue.setActiveDetailPK(EntityIntegerRangeDetailPK activeDetailPK) voidEntityIntegerRangeValue.setLastDetailPK(EntityIntegerRangeDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type EntityIntegerRangeDetailPKModifierConstructorDescriptionEntityIntegerRangeDetailValue(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 EntityIntegerRangeDetailValueEntityIntegerRangeValue(EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) Creates a new instance of EntityIntegerRangeValueEntityIntegerRangeValue(EntityIntegerRangePK entityIntegerRangePK, EntityIntegerRangeDetailPK activeDetailPK, EntityIntegerRangeDetailPK lastDetailPK) Creates a new instance of EntityIntegerRangeValue