Uses of Class
com.echothree.model.data.offer.server.entity.OfferUse
Packages that use OfferUse
Package
Description
-
Uses of OfferUse in com.echothree.control.user.offer.server.command
Methods in com.echothree.control.user.offer.server.command that return OfferUseMethods in com.echothree.control.user.offer.server.command that return types with arguments of type OfferUseModifier and TypeMethodDescriptionprotected Collection<OfferUse>
GetOfferUsesCommand.getEntities()
Methods in com.echothree.control.user.offer.server.command with parameters of type OfferUseMethod parameters in com.echothree.control.user.offer.server.command with type arguments of type OfferUseModifier and TypeMethodDescriptionprotected BaseResult
GetOfferUsesCommand.getResult
(Collection<OfferUse> entities) -
Uses of OfferUse in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
ContentControl.countContentCatalogsByDefaultOfferUse
(OfferUse defaultOfferUse) long
ContentControl.countContentCategoriesByDefaultOfferUse
(OfferUse defaultOfferUse) long
ContentControl.countContentCollectionsByDefaultOfferUse
(OfferUse defaultOfferUse) ContentControl.createContentCatalog
(ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCategory
(ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCollection
(String contentCollectionName, OfferUse defaultOfferUse, BasePK createdBy) ContentControl.getContentCategoriesByDefaultOfferUse
(OfferUse defaultOfferUse) ContentControl.getContentCategoriesByDefaultOfferUseForUpdate
(OfferUse defaultOfferUse) -
Uses of OfferUse in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic that return OfferUseModifier and TypeMethodDescriptionContentLogic.getContentCategoryDefaultOfferUse
(ContentCategory contentCategory) For a given ContentCategory, find the OfferUse that is used for items added to it. -
Uses of OfferUse in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
CustomerControl.countCustomersByInitialOfferUse
(OfferUse initialOfferUse) long
CustomerControl.countCustomerTypesByDefaultOfferUse
(OfferUse defaultOfferUse) CustomerControl.createCustomer
(Party party, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, BasePK createdBy) CustomerControl.createCustomerType
(String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of OfferUse in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type OfferUseModifier and TypeMethodDescriptionCustomerTypeLogic.createCustomerType
(ExecutionErrorAccumulator eea, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of OfferUse in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferUseModifier and TypeMethodDescriptionOfferUseControl.createOfferUse
(Offer offer, Use use, Sequence salesOrderSequence, BasePK createdBy) OfferUseControl.getOfferUse
(Offer offer, Use use) OfferUseControl.getOfferUse
(Offer offer, Use use, EntityPermission entityPermission) OfferUseControl.getOfferUseForUpdate
(Offer offer, Use use) Methods in com.echothree.model.control.offer.server.control that return types with arguments of type OfferUseModifier and TypeMethodDescriptionOfferUseControl.getOfferUses()
OfferUseControl.getOfferUsesByOffer
(Offer offer) OfferUseControl.getOfferUsesByOfferForUpdate
(Offer offer) OfferUseControl.getOfferUsesBySalesOrderSequence
(Sequence salesOrderSequence) OfferUseControl.getOfferUsesBySalesOrderSequenceForUpdate
(Sequence salesOrderSequence) OfferUseControl.getOfferUsesByUse
(Use use) OfferUseControl.getOfferUsesByUseForUpdate
(Use use) OfferUseControl.getOfferUsesForUpdate()
Methods in com.echothree.model.control.offer.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
SourceControl.countSourcesByOfferUse
(OfferUse offerUse) SourceControl.createSource
(String sourceName, OfferUse offerUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
OfferUseControl.deleteOfferUse
(OfferUse offerUse, BasePK deletedBy) void
SourceControl.deleteSourcesByOfferUse
(OfferUse offerUse, BasePK deletedBy) OfferUseControl.getOfferUseDetailValueForUpdate
(OfferUse offerUse) OfferUseControl.getOfferUseTransfer
(UserVisit userVisit, OfferUse offerUse) SourceControl.getSourcesByOfferUse
(OfferUse offerUse) SourceControl.getSourcesByOfferUseForUpdate
(OfferUse offerUse) Method parameters in com.echothree.model.control.offer.server.control with type arguments of type OfferUseModifier and TypeMethodDescriptionvoid
OfferUseControl.deleteOfferUses
(List<OfferUse> offerUses, BasePK deletedBy) OfferUseControl.getOfferUseTransfers
(UserVisit userVisit, Collection<OfferUse> offerUses) -
Uses of OfferUse in com.echothree.model.control.offer.server.graphql
Constructors in com.echothree.model.control.offer.server.graphql with parameters of type OfferUse -
Uses of OfferUse in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic that return OfferUseModifier and TypeMethodDescriptionOfferUseLogic.getOfferUseByName
(ExecutionErrorAccumulator eea, String offerName, String useName) OfferUseLogic.getOfferUseByName
(ExecutionErrorAccumulator eea, String offerName, String useName, EntityPermission entityPermission) OfferUseLogic.getOfferUseByNameForUpdate
(ExecutionErrorAccumulator eea, String offerName, String useName) Methods in com.echothree.model.control.offer.server.logic with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
OfferUseLogic.deleteOfferUse
(ExecutionErrorAccumulator eea, OfferUse offerUse, BasePK deletedBy) -
Uses of OfferUse in com.echothree.model.control.offer.server.transfer
Methods in com.echothree.model.control.offer.server.transfer with parameters of type OfferUse -
Uses of OfferUse in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
SalesOrderControl.countSalesOrderLinesByOfferUse
(OfferUse offerUse) long
SalesOrderControl.countSalesOrdersByOfferUse
(OfferUse offerUse) SalesOrderControl.createSalesOrder
(Order order, OfferUse offerUse, AssociateReferral associateReferral, BasePK createdBy) SalesOrderControl.createSalesOrderLine
(OrderLine orderLine, OfferUse offerUse, AssociateReferral associateReferral, BasePK createdBy) -
Uses of OfferUse in com.echothree.model.control.sales.server.search
Methods in com.echothree.model.control.sales.server.search that return OfferUseMethods in com.echothree.model.control.sales.server.search with parameters of type OfferUseModifier and TypeMethodDescriptionSalesOrderSearchEvaluator.getEntityInstancePKHolderByOfferUse
(OfferUse offerUse) void
SalesOrderSearchEvaluator.setOfferUse
(OfferUse offerUse) -
Uses of OfferUse in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
UserControl.countUserVisitsByOfferUse
(OfferUse offerUse) UserControl.createUserVisit
(UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime) -
Uses of OfferUse in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type OfferUseModifier and TypeMethodDescriptionlong
WishlistControl.countWishlistLinesByOfferUse
(OfferUse offerUse) long
WishlistControl.countWishlistsByOfferUse
(OfferUse offerUse) WishlistControl.createWishlist
(Order order, OfferUse offerUse, WishlistType wishlistType, BasePK createdBy) WishlistControl.createWishlistLine
(OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, BasePK createdBy) -
Uses of OfferUse in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return OfferUseModifier and TypeMethodDescriptionContentCatalogDetail.getDefaultOfferUse()
ContentCatalogDetail.getDefaultOfferUse
(EntityPermission entityPermission) ContentCatalogDetail.getDefaultOfferUse
(Session session) ContentCatalogDetail.getDefaultOfferUse
(Session session, EntityPermission entityPermission) ContentCategoryDetail.getDefaultOfferUse()
ContentCategoryDetail.getDefaultOfferUse
(EntityPermission entityPermission) ContentCategoryDetail.getDefaultOfferUse
(Session session) ContentCategoryDetail.getDefaultOfferUse
(Session session, EntityPermission entityPermission) ContentCollectionDetail.getDefaultOfferUse()
ContentCollectionDetail.getDefaultOfferUse
(EntityPermission entityPermission) ContentCollectionDetail.getDefaultOfferUse
(Session session) ContentCollectionDetail.getDefaultOfferUse
(Session session, EntityPermission entityPermission) ContentCatalogDetail.getDefaultOfferUseForUpdate()
ContentCatalogDetail.getDefaultOfferUseForUpdate
(Session session) ContentCategoryDetail.getDefaultOfferUseForUpdate()
ContentCategoryDetail.getDefaultOfferUseForUpdate
(Session session) ContentCollectionDetail.getDefaultOfferUseForUpdate()
ContentCollectionDetail.getDefaultOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
ContentCatalogDetail.setDefaultOfferUse
(OfferUse entity) void
ContentCategoryDetail.setDefaultOfferUse
(OfferUse entity) void
ContentCollectionDetail.setDefaultOfferUse
(OfferUse entity) -
Uses of OfferUse in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionContentCatalogDetailFactory.create
(ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create
(Session session, ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(ContentCategory contentCategory, ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(Session session, ContentCategory contentCategory, ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create
(ContentCollection contentCollection, String contentCollectionName, OfferUse defaultOfferUse, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create
(Session session, ContentCollection contentCollection, String contentCollectionName, OfferUse defaultOfferUse, Long fromTime, Long thruTime) -
Uses of OfferUse in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return OfferUseModifier and TypeMethodDescriptionCustomerTypeDetail.getDefaultOfferUse()
CustomerTypeDetail.getDefaultOfferUse
(EntityPermission entityPermission) CustomerTypeDetail.getDefaultOfferUse
(Session session) CustomerTypeDetail.getDefaultOfferUse
(Session session, EntityPermission entityPermission) CustomerTypeDetail.getDefaultOfferUseForUpdate()
CustomerTypeDetail.getDefaultOfferUseForUpdate
(Session session) Customer.getInitialOfferUse()
Customer.getInitialOfferUse
(EntityPermission entityPermission) Customer.getInitialOfferUse
(Session session) Customer.getInitialOfferUse
(Session session, EntityPermission entityPermission) Customer.getInitialOfferUseForUpdate()
Customer.getInitialOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
CustomerTypeDetail.setDefaultOfferUse
(OfferUse entity) void
Customer.setInitialOfferUse
(OfferUse entity) -
Uses of OfferUse in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionCustomerFactory.create
(Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create
(Session session, Party party, String customerName, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(Session session, CustomerType customerType, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of OfferUse in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferUseModifier and TypeMethodDescriptionOfferUseDetail.getOfferUse()
OfferUseDetail.getOfferUse
(EntityPermission entityPermission) OfferUseDetail.getOfferUse
(Session session) OfferUseDetail.getOfferUse
(Session session, EntityPermission entityPermission) SourceDetail.getOfferUse()
SourceDetail.getOfferUse
(EntityPermission entityPermission) SourceDetail.getOfferUse
(Session session) SourceDetail.getOfferUse
(Session session, EntityPermission entityPermission) OfferUseDetail.getOfferUseForUpdate()
OfferUseDetail.getOfferUseForUpdate
(Session session) SourceDetail.getOfferUseForUpdate()
SourceDetail.getOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
OfferUseDetail.setOfferUse
(OfferUse entity) void
SourceDetail.setOfferUse
(OfferUse entity) -
Uses of OfferUse in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferUseModifier and TypeMethodDescriptionOfferUseFactory.create()
OfferUseFactory.create
(OfferUseDetailPK activeDetailPK, OfferUseDetailPK lastDetailPK) OfferUseFactory.create
(OfferUseDetail activeDetail, OfferUseDetail lastDetail) OfferUseFactory.create
(Session session, OfferUseDetailPK activeDetailPK, OfferUseDetailPK lastDetailPK) OfferUseFactory.create
(Session session, OfferUseDetail activeDetail, OfferUseDetail lastDetail) OfferUseFactory.getEntityFromCache
(Session session, OfferUsePK pk) OfferUseFactory.getEntityFromPK
(EntityPermission entityPermission, OfferUsePK pk) OfferUseFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OfferUsePK pk) OfferUseFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OfferUseFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferUseFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferUseFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferUseFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferUseFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferUseFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferUseFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) OfferUseFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) OfferUseFactory.getEntityFromValue
(EntityPermission entityPermission, OfferUseValue value) OfferUseFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OfferUseValue value) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferUseModifier and TypeMethodDescriptionOfferUseFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OfferUsePK> pks) OfferUseFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OfferUsePK> pks) OfferUseFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OfferUseFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferUseFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferUseFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferUseFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OfferUseFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OfferUseFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OfferUseFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) OfferUseFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionOfferUseDetailFactory.create
(OfferUse offerUse, Offer offer, Use use, Sequence salesOrderSequence, Long fromTime, Long thruTime) OfferUseDetailFactory.create
(Session session, OfferUse offerUse, Offer offer, Use use, Sequence salesOrderSequence, Long fromTime, Long thruTime) SourceDetailFactory.create
(Source source, String sourceName, OfferUse offerUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) SourceDetailFactory.create
(Session session, Source source, String sourceName, OfferUse offerUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferUseModifier and TypeMethodDescriptionvoid
OfferUseFactory.store
(Session session, Collection<OfferUse> entities) void
OfferUseFactory.store
(Collection<OfferUse> entities) -
Uses of OfferUse in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return OfferUseModifier and TypeMethodDescriptionSalesOrder.getOfferUse()
SalesOrder.getOfferUse
(EntityPermission entityPermission) SalesOrder.getOfferUse
(Session session) SalesOrder.getOfferUse
(Session session, EntityPermission entityPermission) SalesOrderLine.getOfferUse()
SalesOrderLine.getOfferUse
(EntityPermission entityPermission) SalesOrderLine.getOfferUse
(Session session) SalesOrderLine.getOfferUse
(Session session, EntityPermission entityPermission) SalesOrder.getOfferUseForUpdate()
SalesOrder.getOfferUseForUpdate
(Session session) SalesOrderLine.getOfferUseForUpdate()
SalesOrderLine.getOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.sales.server.entity with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
SalesOrder.setOfferUse
(OfferUse entity) void
SalesOrderLine.setOfferUse
(OfferUse entity) -
Uses of OfferUse in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionSalesOrderFactory.create
(Order order, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) SalesOrderFactory.create
(Session session, Order order, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) SalesOrderLineFactory.create
(OrderLine orderLine, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) SalesOrderLineFactory.create
(Session session, OrderLine orderLine, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) -
Uses of OfferUse in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return OfferUseModifier and TypeMethodDescriptionUserVisit.getOfferUse()
UserVisit.getOfferUse
(EntityPermission entityPermission) UserVisit.getOfferUse
(Session session) UserVisit.getOfferUse
(Session session, EntityPermission entityPermission) UserVisit.getOfferUseForUpdate()
UserVisit.getOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type OfferUse -
Uses of OfferUse in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionUserVisitFactory.create
(UserVisitGroup userVisitGroup, UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long lastCommandTime, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime, Long fromTime, Long thruTime) UserVisitFactory.create
(Session session, UserVisitGroup userVisitGroup, UserKey userKey, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, Long lastCommandTime, OfferUse offerUse, AssociateReferral associateReferral, Long retainUntilTime, Long fromTime, Long thruTime) -
Uses of OfferUse in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return OfferUseModifier and TypeMethodDescriptionWishlist.getOfferUse()
Wishlist.getOfferUse
(EntityPermission entityPermission) Wishlist.getOfferUse
(Session session) Wishlist.getOfferUse
(Session session, EntityPermission entityPermission) WishlistLine.getOfferUse()
WishlistLine.getOfferUse
(EntityPermission entityPermission) WishlistLine.getOfferUse
(Session session) WishlistLine.getOfferUse
(Session session, EntityPermission entityPermission) Wishlist.getOfferUseForUpdate()
Wishlist.getOfferUseForUpdate
(Session session) WishlistLine.getOfferUseForUpdate()
WishlistLine.getOfferUseForUpdate
(Session session) Methods in com.echothree.model.data.wishlist.server.entity with parameters of type OfferUseModifier and TypeMethodDescriptionvoid
Wishlist.setOfferUse
(OfferUse entity) void
WishlistLine.setOfferUse
(OfferUse entity) -
Uses of OfferUse in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type OfferUseModifier and TypeMethodDescriptionWishlistFactory.create
(Order order, OfferUse offerUse, WishlistType wishlistType, Long fromTime, Long thruTime) WishlistFactory.create
(Session session, Order order, OfferUse offerUse, WishlistType wishlistType, Long fromTime, Long thruTime) WishlistLineFactory.create
(OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, Long fromTime, Long thruTime) WishlistLineFactory.create
(Session session, OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, Long fromTime, Long thruTime)