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 TypeMethodDescriptionvoidLocationNameElementDescription.setLocationNameElementPK(LocationNameElementPK locationNameElementPK) voidLocationNameElementDetail.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) LocationNameElementDetailFactory.create(LocationNameElementPK locationNameElementPK, LocationTypePK locationTypePK, String locationNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) LocationNameElementFactory.getEntityFromCache(LocationNameElementPK pk) LocationNameElementFactory.getEntityFromPK(EntityPermission entityPermission, LocationNameElementPK pk) LocationNameElementFactory.getValueFromPK(LocationNameElementPK pk) voidLocationNameElementFactory.remove(LocationNameElementPK pk) booleanLocationNameElementFactory.validPK(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.getValuesFromPKs(Collection<LocationNameElementPK> pks) voidLocationNameElementFactory.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 TypeMethodDescriptionvoidLocationNameElementDescriptionValue.setLocationNameElementPK(LocationNameElementPK locationNameElementPK) voidLocationNameElementDetailValue.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