Uses of Class
com.echothree.model.data.offer.common.pk.UsePK
Packages that use UsePK
Package
Description
-
Uses of UsePK in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UsePKModifier and TypeMethodDescriptionUse.getPrimaryKey()
OfferUseDetail.getUsePK()
UseDescription.getUsePK()
UseDetail.getUsePK()
Methods in com.echothree.model.data.offer.server.entity with parameters of type UsePK -
Uses of UsePK in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UsePKModifier and TypeMethodDescriptionUseFactory.getNextPK()
UseFactory.getPKFromQuery
(PreparedStatement ps, Object... params) UseFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UsePKModifier and TypeMethodDescriptionUseFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) UseFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) UseFactory.getPKsFromResultSetAsList
(ResultSet rs) UseFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UsePKModifier and TypeMethodDescriptionOfferUseDetailFactory.create
(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) OfferUseDetailFactory.create
(Session session, OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) UseDescriptionFactory.create
(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) UseDescriptionFactory.create
(Session session, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) UseDetailFactory.create
(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) UseDetailFactory.create
(Session session, UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) UseFactory.getEntityFromCache
(Session session, UsePK pk) UseFactory.getEntityFromPK
(EntityPermission entityPermission, UsePK pk) UseFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, UsePK pk) UseFactory.getValueFromPK
(Session session, UsePK pk) void
boolean
Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UsePKModifier and TypeMethodDescriptionUseFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<UsePK> pks) UseFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<UsePK> pks) UseFactory.getValuesFromPKs
(Session session, Collection<UsePK> pks) void
UseFactory.remove
(Session session, Collection<UsePK> pks) void
UseFactory.remove
(Collection<UsePK> pks) -
Uses of UsePK in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UsePKModifier and TypeMethodDescriptionUseValue.getPrimaryKey()
OfferUseDetailValue.getUsePK()
UseDescriptionValue.getUsePK()
UseDetailValue.getUsePK()
Methods in com.echothree.model.data.offer.server.value with parameters of type UsePKModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.echothree.model.data.offer.server.value with parameters of type UsePKModifierConstructorDescriptionOfferUseDetailValue
(OfferUseDetailPK offerUseDetailPK, OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueOfferUseDetailValue
(OfferUsePK offerUsePK, OfferPK offerPK, UsePK usePK, SequencePK salesOrderSequencePK, Long fromTime, Long thruTime) Creates a new instance of OfferUseDetailValueUseDescriptionValue
(UseDescriptionPK useDescriptionPK, UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValueUseDescriptionValue
(UsePK usePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of UseDescriptionValueUseDetailValue
(UseDetailPK useDetailPK, UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValueUseDetailValue
(UsePK usePK, String useName, UseTypePK useTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of UseDetailValueUseValue
(UsePK usePK, UseDetailPK activeDetailPK, UseDetailPK lastDetailPK) Creates a new instance of UseValue