Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationNameElementDetailPK
Packages that use LocationNameElementDetailPK
Package
Description
-
Uses of LocationNameElementDetailPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElement.getActiveDetailPK()
LocationNameElement.getLastDetailPK()
LocationNameElementDetail.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationNameElementDetailPKModifier and TypeMethodDescriptionvoid
LocationNameElement.setActiveDetailPK
(LocationNameElementDetailPK activeDetailPK) void
LocationNameElement.setLastDetailPK
(LocationNameElementDetailPK lastDetailPK) -
Uses of LocationNameElementDetailPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElementDetailFactory.getNextPK()
LocationNameElementDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationNameElementDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElementDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationNameElementDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationNameElementDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationNameElementDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElementFactory.create
(LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) LocationNameElementFactory.create
(Session session, LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) LocationNameElementDetailFactory.getEntityFromCache
(Session session, LocationNameElementDetailPK pk) LocationNameElementDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LocationNameElementDetailPK pk) LocationNameElementDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationNameElementDetailPK pk) LocationNameElementDetailFactory.getValueFromPK
(Session session, LocationNameElementDetailPK pk) void
LocationNameElementDetailFactory.remove
(Session session, LocationNameElementDetailPK pk) boolean
LocationNameElementDetailFactory.validPK
(Session session, LocationNameElementDetailPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElementDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationNameElementDetailPK> pks) LocationNameElementDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationNameElementDetailPK> pks) LocationNameElementDetailFactory.getValuesFromPKs
(Session session, Collection<LocationNameElementDetailPK> pks) void
LocationNameElementDetailFactory.remove
(Session session, Collection<LocationNameElementDetailPK> pks) void
LocationNameElementDetailFactory.remove
(Collection<LocationNameElementDetailPK> pks) -
Uses of LocationNameElementDetailPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationNameElementDetailPKModifier and TypeMethodDescriptionLocationNameElementValue.getActiveDetailPK()
LocationNameElementValue.getLastDetailPK()
LocationNameElementDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.warehouse.server.value with parameters of type LocationNameElementDetailPKModifier and TypeMethodDescriptionvoid
LocationNameElementValue.setActiveDetailPK
(LocationNameElementDetailPK activeDetailPK) void
LocationNameElementValue.setLastDetailPK
(LocationNameElementDetailPK lastDetailPK) Constructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationNameElementDetailPKModifierConstructorDescriptionLocationNameElementDetailValue
(LocationNameElementDetailPK locationNameElementDetailPK, LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDetailValueLocationNameElementValue
(LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) Creates a new instance of LocationNameElementValueLocationNameElementValue
(LocationNameElementPK locationNameElementPK, LocationNameElementDetailPK activeDetailPK, LocationNameElementDetailPK lastDetailPK) Creates a new instance of LocationNameElementValue