Uses of Class
com.echothree.model.data.offer.common.pk.OfferNameElementPK
Packages that use OfferNameElementPK
Package
Description
-
Uses of OfferNameElementPK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementDescription.getOfferNameElementPK()OfferNameElementDetail.getOfferNameElementPK()OfferNameElement.getPrimaryKey()Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferNameElementPKModifier and TypeMethodDescriptionvoidOfferNameElementDescription.setOfferNameElementPK(OfferNameElementPK offerNameElementPK) voidOfferNameElementDetail.setOfferNameElementPK(OfferNameElementPK offerNameElementPK) -
Uses of OfferNameElementPK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementFactory.getNextPK()OfferNameElementFactory.getPKFromQuery(PreparedStatement ps, Object... params) OfferNameElementFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OfferNameElementFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OfferNameElementFactory.getPKsFromResultSetAsList(ResultSet rs) OfferNameElementFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementDescriptionFactory.create(OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) OfferNameElementDetailFactory.create(OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) OfferNameElementFactory.getEntityFromCache(OfferNameElementPK pk) OfferNameElementFactory.getEntityFromPK(EntityPermission entityPermission, OfferNameElementPK pk) OfferNameElementFactory.getValueFromPK(OfferNameElementPK pk) voidOfferNameElementFactory.remove(OfferNameElementPK pk) booleanOfferNameElementFactory.validPK(OfferNameElementPK pk) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OfferNameElementPK> pks) OfferNameElementFactory.getValuesFromPKs(Collection<OfferNameElementPK> pks) voidOfferNameElementFactory.remove(Collection<OfferNameElementPK> pks) -
Uses of OfferNameElementPK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferNameElementPKModifier and TypeMethodDescriptionOfferNameElementDescriptionValue.getOfferNameElementPK()OfferNameElementDetailValue.getOfferNameElementPK()OfferNameElementValue.getPrimaryKey()Methods in com.echothree.model.data.offer.server.value with parameters of type OfferNameElementPKModifier and TypeMethodDescriptionvoidOfferNameElementDescriptionValue.setOfferNameElementPK(OfferNameElementPK offerNameElementPK) voidOfferNameElementDetailValue.setOfferNameElementPK(OfferNameElementPK offerNameElementPK) Constructors in com.echothree.model.data.offer.server.value with parameters of type OfferNameElementPKModifierConstructorDescriptionOfferNameElementDescriptionValue(OfferNameElementDescriptionPK offerNameElementDescriptionPK, OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDescriptionValueOfferNameElementDescriptionValue(OfferNameElementPK offerNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDescriptionValueOfferNameElementDetailValue(OfferNameElementDetailPK offerNameElementDetailPK, OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDetailValueOfferNameElementDetailValue(OfferNameElementPK offerNameElementPK, String offerNameElementName, Integer offset, Integer length, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of OfferNameElementDetailValueOfferNameElementValue(OfferNameElementPK offerNameElementPK, OfferNameElementDetailPK activeDetailPK, OfferNameElementDetailPK lastDetailPK) Creates a new instance of OfferNameElementValue