Uses of Class
com.echothree.model.data.core.common.pk.EntityLongRangeDescriptionPK
Packages that use EntityLongRangeDescriptionPK
Package
Description
-
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongRangeDescriptionPK -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getNextPK()EntityLongRangeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) EntityLongRangeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getEntityFromCache(Session session, EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getValueFromPK(Session session, EntityLongRangeDescriptionPK pk) voidEntityLongRangeDescriptionFactory.remove(Session session, EntityLongRangeDescriptionPK pk) booleanEntityLongRangeDescriptionFactory.validPK(Session session, EntityLongRangeDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityLongRangeDescriptionPK> pks) EntityLongRangeDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityLongRangeDescriptionPK> pks) EntityLongRangeDescriptionFactory.getValuesFromPKs(Session session, Collection<EntityLongRangeDescriptionPK> pks) voidEntityLongRangeDescriptionFactory.remove(Session session, Collection<EntityLongRangeDescriptionPK> pks) voidEntityLongRangeDescriptionFactory.remove(Collection<EntityLongRangeDescriptionPK> pks) -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongRangeDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityLongRangeDescriptionPKModifierConstructorDescriptionEntityLongRangeDescriptionValue(EntityLongRangeDescriptionPK entityLongRangeDescriptionPK, EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDescriptionValue