Uses of Class
com.echothree.model.data.shipment.server.entity.FreeOnBoard
Packages that use FreeOnBoard
Package
Description
-
Uses of FreeOnBoard in com.echothree.control.user.shipment.server.command
Methods in com.echothree.control.user.shipment.server.command that return FreeOnBoardModifier and TypeMethodDescriptionEditFreeOnBoardCommand.getEntity
(EditFreeOnBoardResult result) protected FreeOnBoard
GetFreeOnBoardCommand.getEntity()
EditFreeOnBoardCommand.getLockEntity
(FreeOnBoard freeOnBoard) Methods in com.echothree.control.user.shipment.server.command that return types with arguments of type FreeOnBoardModifier and TypeMethodDescriptionprotected Collection<FreeOnBoard>
GetFreeOnBoardsCommand.getEntities()
Methods in com.echothree.control.user.shipment.server.command with parameters of type FreeOnBoardModifier and TypeMethodDescriptionvoid
EditFreeOnBoardCommand.canUpdate
(FreeOnBoard freeOnBoard) void
EditFreeOnBoardCommand.doLock
(FreeOnBoardEdit edit, FreeOnBoard freeOnBoard) void
EditFreeOnBoardCommand.doUpdate
(FreeOnBoard freeOnBoard) void
EditFreeOnBoardCommand.fillInResult
(EditFreeOnBoardResult result, FreeOnBoard freeOnBoard) EditFreeOnBoardCommand.getLockEntity
(FreeOnBoard freeOnBoard) protected BaseResult
GetFreeOnBoardCommand.getResult
(FreeOnBoard freeOnBoard) Method parameters in com.echothree.control.user.shipment.server.command with type arguments of type FreeOnBoardModifier and TypeMethodDescriptionprotected BaseResult
GetFreeOnBoardsCommand.getResult
(Collection<FreeOnBoard> entities) -
Uses of FreeOnBoard in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type FreeOnBoardModifier and TypeMethodDescriptionCustomerControl.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 FreeOnBoard in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type FreeOnBoardModifier 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 FreeOnBoard in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type FreeOnBoardModifier and TypeMethodDescriptionInvoiceControl.createInvoice
(InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, BasePK createdBy) -
Uses of FreeOnBoard in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic that return FreeOnBoardModifier and TypeMethodDescriptionInvoiceLogic.getInvoiceFreeOnBoard
(ExecutionErrorAccumulator eea, Party billFrom, FreeOnBoard freeOnBoard) Methods in com.echothree.model.control.invoice.server.logic with parameters of type FreeOnBoardModifier and TypeMethodDescriptionInvoiceLogic.createInvoice
(Session session, ExecutionErrorAccumulator eea, String invoiceTypeName, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, BasePK createdBy) PurchaseInvoiceLogic.createInvoice
(Session session, ExecutionErrorAccumulator eea, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, String workflowEntranceName, BasePK createdBy) InvoiceLogic.getInvoiceFreeOnBoard
(ExecutionErrorAccumulator eea, Party billFrom, FreeOnBoard freeOnBoard) -
Uses of FreeOnBoard in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type FreeOnBoardModifier and TypeMethodDescriptionOrderControl.createOrder
(OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) -
Uses of FreeOnBoard in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type FreeOnBoardModifier and TypeMethodDescriptionOrderLogic.createOrder
(ExecutionErrorAccumulator eea, OrderType orderType, Sequence sequence, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) -
Uses of FreeOnBoard in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic with parameters of type FreeOnBoardModifier and TypeMethodDescriptionPurchaseOrderLogic.createPurchaseOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Party vendorParty, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, String workflowEntranceName, Party createdByParty) Create a new Purchase Order using appropriate defaults where possible for Optional parameters. -
Uses of FreeOnBoard in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type FreeOnBoardModifier 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. -
Uses of FreeOnBoard in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardControl.createFreeOnBoard
(String freeOnBoardName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FreeOnBoardControl.getDefaultFreeOnBoard()
FreeOnBoardControl.getDefaultFreeOnBoard
(EntityPermission entityPermission) FreeOnBoardControl.getDefaultFreeOnBoardForUpdate()
FreeOnBoardControl.getFreeOnBoardByEntityInstance
(EntityInstance entityInstance) FreeOnBoardControl.getFreeOnBoardByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.FreeOnBoardFreeOnBoardControl.getFreeOnBoardByEntityInstanceForUpdate
(EntityInstance entityInstance) FreeOnBoardControl.getFreeOnBoardByName
(String freeOnBoardName) FreeOnBoardControl.getFreeOnBoardByName
(String freeOnBoardName, EntityPermission entityPermission) FreeOnBoardControl.getFreeOnBoardByNameForUpdate
(String freeOnBoardName) Methods in com.echothree.model.control.shipment.server.control that return types with arguments of type FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardControl.getFreeOnBoards()
FreeOnBoardControl.getFreeOnBoardsForUpdate()
Methods in com.echothree.model.control.shipment.server.control with parameters of type FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardControl.createFreeOnBoardDescription
(FreeOnBoard freeOnBoard, Language language, String description, BasePK createdBy) PartyFreeOnBoardControl.createPartyFreeOnBoard
(Party party, FreeOnBoard freeOnBoard, BasePK createdBy) void
FreeOnBoardControl.deleteFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) void
FreeOnBoardControl.deleteFreeOnBoardDescriptionsByFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) void
PartyFreeOnBoardControl.deletePartyFreeOnBoardsByFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) FreeOnBoardControl.getBestFreeOnBoardDescription
(FreeOnBoard freeOnBoard, Language language) FreeOnBoardControl.getFreeOnBoardDescription
(FreeOnBoard freeOnBoard, Language language) FreeOnBoardControl.getFreeOnBoardDescriptionForUpdate
(FreeOnBoard freeOnBoard, Language language) FreeOnBoardControl.getFreeOnBoardDescriptionsByFreeOnBoard
(FreeOnBoard freeOnBoard) FreeOnBoardControl.getFreeOnBoardDescriptionsByFreeOnBoardForUpdate
(FreeOnBoard freeOnBoard) FreeOnBoardControl.getFreeOnBoardDescriptionTransfersByFreeOnBoard
(UserVisit userVisit, FreeOnBoard freeOnBoard) FreeOnBoardControl.getFreeOnBoardDescriptionValueForUpdate
(FreeOnBoard freeOnBoard, Language language) FreeOnBoardControl.getFreeOnBoardDetailValueForUpdate
(FreeOnBoard freeOnBoard) FreeOnBoardControl.getFreeOnBoardTransfer
(UserVisit userVisit, FreeOnBoard freeOnBoard) PartyFreeOnBoardControl.getPartyFreeOnBoardsByFreeOnBoard
(FreeOnBoard freeOnBoard) PartyFreeOnBoardControl.getPartyFreeOnBoardsByFreeOnBoardForUpdate
(FreeOnBoard freeOnBoard) Method parameters in com.echothree.model.control.shipment.server.control with type arguments of type FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardControl.getFreeOnBoardTransfers
(UserVisit userVisit, Collection<FreeOnBoard> freeOnBoards) -
Uses of FreeOnBoard in com.echothree.model.control.shipment.server.graphql
Constructors in com.echothree.model.control.shipment.server.graphql with parameters of type FreeOnBoard -
Uses of FreeOnBoard in com.echothree.model.control.shipment.server.logic
Methods in com.echothree.model.control.shipment.server.logic that return FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardLogic.createFreeOnBoard
(ExecutionErrorAccumulator eea, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FreeOnBoardLogic.getDefaultFreeOnBoard
(ExecutionErrorAccumulator eea) FreeOnBoardLogic.getFreeOnBoardByName
(ExecutionErrorAccumulator eea, String freeOnBoardName) FreeOnBoardLogic.getFreeOnBoardByName
(ExecutionErrorAccumulator eea, String freeOnBoardName, EntityPermission entityPermission) FreeOnBoardLogic.getFreeOnBoardByNameForUpdate
(ExecutionErrorAccumulator eea, String freeOnBoardName) FreeOnBoardLogic.getFreeOnBoardByUniversalSpec
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) FreeOnBoardLogic.getFreeOnBoardByUniversalSpec
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) FreeOnBoardLogic.getFreeOnBoardByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, FreeOnBoardUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.shipment.server.logic with parameters of type FreeOnBoardModifier and TypeMethodDescriptionvoid
FreeOnBoardLogic.deleteFreeOnBoard
(ExecutionErrorAccumulator eea, FreeOnBoard freeOnBoard, BasePK deletedBy) -
Uses of FreeOnBoard in com.echothree.model.control.shipment.server.transfer
Methods in com.echothree.model.control.shipment.server.transfer with parameters of type FreeOnBoard -
Uses of FreeOnBoard in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type FreeOnBoardModifier and TypeMethodDescriptionVendorControl.createVendorType
(String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of FreeOnBoard in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type FreeOnBoardModifier and TypeMethodDescriptionVendorTypeLogic.createVendorType
(ExecutionErrorAccumulator eea, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of FreeOnBoard in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return FreeOnBoardModifier and TypeMethodDescriptionCustomerTypeDetail.getDefaultFreeOnBoard()
CustomerTypeDetail.getDefaultFreeOnBoard
(EntityPermission entityPermission) CustomerTypeDetail.getDefaultFreeOnBoard
(Session session) CustomerTypeDetail.getDefaultFreeOnBoard
(Session session, EntityPermission entityPermission) CustomerTypeDetail.getDefaultFreeOnBoardForUpdate()
CustomerTypeDetail.getDefaultFreeOnBoardForUpdate
(Session session) Methods in com.echothree.model.data.customer.server.entity with parameters of type FreeOnBoardModifier and TypeMethodDescriptionvoid
CustomerTypeDetail.setDefaultFreeOnBoard
(FreeOnBoard entity) -
Uses of FreeOnBoard in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type FreeOnBoardModifier and TypeMethodDescriptionCustomerTypeDetailFactory.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 FreeOnBoard in com.echothree.model.data.invoice.server.entity
Methods in com.echothree.model.data.invoice.server.entity that return FreeOnBoardModifier and TypeMethodDescriptionInvoiceDetail.getFreeOnBoard()
InvoiceDetail.getFreeOnBoard
(EntityPermission entityPermission) InvoiceDetail.getFreeOnBoard
(Session session) InvoiceDetail.getFreeOnBoard
(Session session, EntityPermission entityPermission) InvoiceDetail.getFreeOnBoardForUpdate()
InvoiceDetail.getFreeOnBoardForUpdate
(Session session) Methods in com.echothree.model.data.invoice.server.entity with parameters of type FreeOnBoard -
Uses of FreeOnBoard in com.echothree.model.data.invoice.server.factory
Methods in com.echothree.model.data.invoice.server.factory with parameters of type FreeOnBoardModifier and TypeMethodDescriptionInvoiceDetailFactory.create
(Invoice invoice, InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long fromTime, Long thruTime) InvoiceDetailFactory.create
(Session session, Invoice invoice, InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long fromTime, Long thruTime) -
Uses of FreeOnBoard in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return FreeOnBoardModifier and TypeMethodDescriptionOrderDetail.getFreeOnBoard()
OrderDetail.getFreeOnBoard
(EntityPermission entityPermission) OrderDetail.getFreeOnBoard
(Session session) OrderDetail.getFreeOnBoard
(Session session, EntityPermission entityPermission) OrderDetail.getFreeOnBoardForUpdate()
OrderDetail.getFreeOnBoardForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type FreeOnBoard -
Uses of FreeOnBoard in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type FreeOnBoardModifier and TypeMethodDescriptionOrderDetailFactory.create
(Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) -
Uses of FreeOnBoard in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardDescription.getFreeOnBoard()
FreeOnBoardDescription.getFreeOnBoard
(EntityPermission entityPermission) FreeOnBoardDescription.getFreeOnBoard
(Session session) FreeOnBoardDescription.getFreeOnBoard
(Session session, EntityPermission entityPermission) FreeOnBoardDetail.getFreeOnBoard()
FreeOnBoardDetail.getFreeOnBoard
(EntityPermission entityPermission) FreeOnBoardDetail.getFreeOnBoard
(Session session) FreeOnBoardDetail.getFreeOnBoard
(Session session, EntityPermission entityPermission) PartyFreeOnBoard.getFreeOnBoard()
PartyFreeOnBoard.getFreeOnBoard
(EntityPermission entityPermission) PartyFreeOnBoard.getFreeOnBoard
(Session session) PartyFreeOnBoard.getFreeOnBoard
(Session session, EntityPermission entityPermission) FreeOnBoardDescription.getFreeOnBoardForUpdate()
FreeOnBoardDescription.getFreeOnBoardForUpdate
(Session session) FreeOnBoardDetail.getFreeOnBoardForUpdate()
FreeOnBoardDetail.getFreeOnBoardForUpdate
(Session session) PartyFreeOnBoard.getFreeOnBoardForUpdate()
PartyFreeOnBoard.getFreeOnBoardForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type FreeOnBoardModifier and TypeMethodDescriptionvoid
FreeOnBoardDescription.setFreeOnBoard
(FreeOnBoard entity) void
FreeOnBoardDetail.setFreeOnBoard
(FreeOnBoard entity) void
PartyFreeOnBoard.setFreeOnBoard
(FreeOnBoard entity) -
Uses of FreeOnBoard in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardFactory.create()
FreeOnBoardFactory.create
(FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) FreeOnBoardFactory.create
(FreeOnBoardDetail activeDetail, FreeOnBoardDetail lastDetail) FreeOnBoardFactory.create
(Session session, FreeOnBoardDetailPK activeDetailPK, FreeOnBoardDetailPK lastDetailPK) FreeOnBoardFactory.create
(Session session, FreeOnBoardDetail activeDetail, FreeOnBoardDetail lastDetail) FreeOnBoardFactory.getEntityFromCache
(Session session, FreeOnBoardPK pk) FreeOnBoardFactory.getEntityFromPK
(EntityPermission entityPermission, FreeOnBoardPK pk) FreeOnBoardFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, FreeOnBoardPK pk) FreeOnBoardFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FreeOnBoardFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) FreeOnBoardFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) FreeOnBoardFactory.getEntityFromValue
(EntityPermission entityPermission, FreeOnBoardValue value) FreeOnBoardFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, FreeOnBoardValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FreeOnBoardPK> pks) FreeOnBoardFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FreeOnBoardPK> pks) FreeOnBoardFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FreeOnBoardFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FreeOnBoardFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FreeOnBoardFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FreeOnBoardFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) FreeOnBoardFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type FreeOnBoardModifier and TypeMethodDescriptionFreeOnBoardDescriptionFactory.create
(FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) FreeOnBoardDescriptionFactory.create
(Session session, FreeOnBoard freeOnBoard, Language language, String description, Long fromTime, Long thruTime) FreeOnBoardDetailFactory.create
(FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FreeOnBoardDetailFactory.create
(Session session, FreeOnBoard freeOnBoard, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.create
(Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) PartyFreeOnBoardFactory.create
(Session session, Party party, FreeOnBoard freeOnBoard, Long fromTime, Long thruTime) void
FreeOnBoardFactory.remove
(Session session, FreeOnBoard entity) void
FreeOnBoardFactory.store
(Session session, FreeOnBoard entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type FreeOnBoardModifier and TypeMethodDescriptionvoid
FreeOnBoardFactory.store
(Session session, Collection<FreeOnBoard> entities) void
FreeOnBoardFactory.store
(Collection<FreeOnBoard> entities) -
Uses of FreeOnBoard in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return FreeOnBoardModifier and TypeMethodDescriptionVendorTypeDetail.getDefaultFreeOnBoard()
VendorTypeDetail.getDefaultFreeOnBoard
(EntityPermission entityPermission) VendorTypeDetail.getDefaultFreeOnBoard
(Session session) VendorTypeDetail.getDefaultFreeOnBoard
(Session session, EntityPermission entityPermission) VendorTypeDetail.getDefaultFreeOnBoardForUpdate()
VendorTypeDetail.getDefaultFreeOnBoardForUpdate
(Session session) Methods in com.echothree.model.data.vendor.server.entity with parameters of type FreeOnBoardModifier and TypeMethodDescriptionvoid
VendorTypeDetail.setDefaultFreeOnBoard
(FreeOnBoard entity) -
Uses of FreeOnBoard in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type FreeOnBoardModifier and TypeMethodDescriptionVendorTypeDetailFactory.create
(VendorType vendorType, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) VendorTypeDetailFactory.create
(Session session, VendorType vendorType, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime)