Uses of Class
com.echothree.model.data.offer.server.entity.Source
Packages that use Source
Package
Description
-
Uses of Source in com.echothree.control.user.offer.server.command
Methods in com.echothree.control.user.offer.server.command that return SourceModifier and TypeMethodDescriptionEditSourceCommand.getEntity
(EditSourceResult result) protected Source
GetSourceCommand.getEntity()
EditSourceCommand.getLockEntity
(Source source) Methods in com.echothree.control.user.offer.server.command that return types with arguments of type SourceMethods in com.echothree.control.user.offer.server.command with parameters of type SourceModifier and TypeMethodDescriptionvoid
void
EditSourceCommand.doLock
(SourceEdit edit, Source source) void
void
EditSourceCommand.fillInResult
(EditSourceResult result, Source source) EditSourceCommand.getLockEntity
(Source source) protected BaseResult
Method parameters in com.echothree.control.user.offer.server.command with type arguments of type SourceModifier and TypeMethodDescriptionprotected BaseResult
GetSourcesCommand.getResult
(Collection<Source> entities) -
Uses of Source in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return SourceModifier and TypeMethodDescriptionSourceControl.createSource
(String sourceName, OfferUse offerUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) SourceControl.getDefaultSource()
SourceControl.getDefaultSourceForUpdate()
SourceControl.getSourceByEntityInstance
(EntityInstance entityInstance) Assume that the entityInstance passed to this function is a ECHO_THREE.SourceSourceControl.getSourceByName
(String sourceName) SourceControl.getSourceByNameForUpdate
(String sourceName) Methods in com.echothree.model.control.offer.server.control that return types with arguments of type SourceModifier and TypeMethodDescriptionSourceControl.getSources()
SourceControl.getSourcesByOfferUse
(OfferUse offerUse) SourceControl.getSourcesByOfferUseForUpdate
(OfferUse offerUse) SourceControl.getSourcesForUpdate()
Methods in com.echothree.model.control.offer.server.control with parameters of type SourceModifier and TypeMethodDescriptionvoid
SourceControl.deleteSource
(Source source, BasePK deletedBy) SourceControl.getBestSourceDescription
(Source source, Language language) SourceControl.getSourceDetailValueForUpdate
(Source source) SourceControl.getSourceTransfer
(UserVisit userVisit, Source source) Method parameters in com.echothree.model.control.offer.server.control with type arguments of type SourceModifier and TypeMethodDescriptionvoid
SourceControl.deleteSources
(List<Source> sources, BasePK deletedBy) SourceControl.getSourceTransfers
(UserVisit userVisit, Collection<Source> sources) -
Uses of Source in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic that return SourceModifier and TypeMethodDescriptionSourceLogic.getSourceByName
(ExecutionErrorAccumulator eea, String sourceName) -
Uses of Source in com.echothree.model.control.offer.server.transfer
Methods in com.echothree.model.control.offer.server.transfer with parameters of type Source -
Uses of Source in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type SourceModifier and TypeMethodDescriptionSalesOrderLogic.createSalesOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters.SalesOrderLineLogic.createSalesOrderLine
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible. -
Uses of Source in com.echothree.model.control.wishlist.server.logic
Methods in com.echothree.model.control.wishlist.server.logic with parameters of type SourceModifier and TypeMethodDescriptionvoid
WishlistLogic.createWishlistLine
(Session session, ExecutionErrorAccumulator ema, UserVisit userVisit, Party party, Source source, OfferItemPrice offerItemPrice, WishlistType wishlistType, WishlistPriority wishlistPriority, Long quantity, String comment, PartyPK createdBy) -
Uses of Source in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SourceModifier and TypeMethodDescriptionSourceDetail.getSource()
SourceDetail.getSource
(EntityPermission entityPermission) SourceDetail.getSource
(Session session, EntityPermission entityPermission) SourceDetail.getSourceForUpdate()
SourceDetail.getSourceForUpdate
(Session session) Methods in com.echothree.model.data.offer.server.entity with parameters of type Source -
Uses of Source in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return SourceModifier and TypeMethodDescriptionSourceFactory.create()
SourceFactory.create
(SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) SourceFactory.create
(SourceDetail activeDetail, SourceDetail lastDetail) SourceFactory.create
(Session session, SourceDetailPK activeDetailPK, SourceDetailPK lastDetailPK) SourceFactory.create
(Session session, SourceDetail activeDetail, SourceDetail lastDetail) SourceFactory.getEntityFromCache
(Session session, SourcePK pk) SourceFactory.getEntityFromPK
(EntityPermission entityPermission, SourcePK pk) SourceFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SourcePK pk) SourceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) SourceFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) SourceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SourceFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SourceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SourceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SourceFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SourceFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) SourceFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) SourceFactory.getEntityFromValue
(EntityPermission entityPermission, SourceValue value) SourceFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SourceValue value) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type SourceModifier and TypeMethodDescriptionSourceFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SourcePK> pks) SourceFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SourcePK> pks) SourceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) SourceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) SourceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SourceFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SourceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SourceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SourceFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SourceFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) SourceFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type SourceModifier and TypeMethodDescriptionSourceDetailFactory.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 SourceModifier and TypeMethodDescriptionvoid
SourceFactory.store
(Session session, Collection<Source> entities) void
SourceFactory.store
(Collection<Source> entities)