Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationDescriptionPK
Packages that use LocationDescriptionPK
Package
Description
-
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationDescriptionPK -
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getNextPK()
LocationDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getEntityFromCache
(Session session, LocationDescriptionPK pk) LocationDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, LocationDescriptionPK pk) LocationDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationDescriptionPK pk) LocationDescriptionFactory.getValueFromPK
(Session session, LocationDescriptionPK pk) void
LocationDescriptionFactory.remove
(Session session, LocationDescriptionPK pk) boolean
LocationDescriptionFactory.validPK
(Session session, LocationDescriptionPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationDescriptionPKModifier and TypeMethodDescriptionLocationDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationDescriptionPK> pks) LocationDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationDescriptionPK> pks) LocationDescriptionFactory.getValuesFromPKs
(Session session, Collection<LocationDescriptionPK> pks) void
LocationDescriptionFactory.remove
(Session session, Collection<LocationDescriptionPK> pks) void
LocationDescriptionFactory.remove
(Collection<LocationDescriptionPK> pks) -
Uses of LocationDescriptionPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationDescriptionPKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationDescriptionPKModifierConstructorDescriptionLocationDescriptionValue
(LocationDescriptionPK locationDescriptionPK, LocationPK locationPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationDescriptionValue