Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationNameElementPK
Packages that use LocationNameElementPK
Package
Description
-
Uses of LocationNameElementPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementDescription.getLocationNameElementPK()
LocationNameElementDetail.getLocationNameElementPK()
LocationNameElement.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationNameElementPKModifier and TypeMethodDescriptionvoid
LocationNameElementDescription.setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) void
LocationNameElementDetail.setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) -
Uses of LocationNameElementPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementFactory.getNextPK()
LocationNameElementFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationNameElementFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationNameElementFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationNameElementFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationNameElementFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.create
(LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LocationNameElementDescriptionFactory.create
(Session session, LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) LocationNameElementDetailFactory.create
(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) LocationNameElementDetailFactory.create
(Session session, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) LocationNameElementFactory.getEntityFromCache
(Session session, LocationNameElementPK pk) LocationNameElementFactory.getEntityFromPK
(EntityPermission entityPermission, LocationNameElementPK pk) LocationNameElementFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationNameElementPK pk) LocationNameElementFactory.getValueFromPK
(Session session, LocationNameElementPK pk) void
LocationNameElementFactory.remove
(Session session, LocationNameElementPK pk) boolean
LocationNameElementFactory.validPK
(Session session, LocationNameElementPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationNameElementPK> pks) LocationNameElementFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationNameElementPK> pks) LocationNameElementFactory.getValuesFromPKs
(Session session, Collection<LocationNameElementPK> pks) void
LocationNameElementFactory.remove
(Session session, Collection<LocationNameElementPK> pks) void
LocationNameElementFactory.remove
(Collection<LocationNameElementPK> pks) -
Uses of LocationNameElementPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationNameElementPKModifier and TypeMethodDescriptionLocationNameElementDescriptionValue.getLocationNameElementPK()
LocationNameElementDetailValue.getLocationNameElementPK()
LocationNameElementValue.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.value with parameters of type LocationNameElementPKModifier and TypeMethodDescriptionvoid
LocationNameElementDescriptionValue.setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) void
LocationNameElementDetailValue.setLocationNameElementPK
(LocationNameElementPK locationNameElementPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationNameElementPKModifierConstructorDescriptionLocationNameElementDescriptionValue
(LocationNameElementDescriptionPK locationNameElementDescriptionPK, LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDescriptionValueLocationNameElementDescriptionValue
(LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDescriptionValueLocationNameElementDetailValue
(LocationNameElementDetailPK locationNameElementDetailPK, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDetailValueLocationNameElementDetailValue
(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDetailValueLocationNameElementValue
(LocationNameElementPK locationNameElementPK, LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) Creates a new instance of LocationNameElementValue