Uses of Class
com.echothree.model.data.cancellationpolicy.common.pk.CancellationPolicyPK
Packages that use CancellationPolicyPK
Package
Description
-
Uses of CancellationPolicyPK in com.echothree.model.data.cancellationpolicy.server.entity
Methods in com.echothree.model.data.cancellationpolicy.server.entity that return CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyDetail.getCancellationPolicyPK()
CancellationPolicyReason.getCancellationPolicyPK()
CancellationPolicyTranslation.getCancellationPolicyPK()
PartyCancellationPolicy.getCancellationPolicyPK()
CancellationPolicy.getPrimaryKey()
Methods in com.echothree.model.data.cancellationpolicy.server.entity with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
CancellationPolicyDetail.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CancellationPolicyReason.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CancellationPolicyTranslation.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
PartyCancellationPolicy.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) -
Uses of CancellationPolicyPK in com.echothree.model.data.cancellationpolicy.server.factory
Methods in com.echothree.model.data.cancellationpolicy.server.factory that return CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyFactory.getNextPK()
CancellationPolicyFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CancellationPolicyFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory that return types with arguments of type CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CancellationPolicyFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CancellationPolicyFactory.getPKsFromResultSetAsList
(ResultSet rs) CancellationPolicyFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.cancellationpolicy.server.factory with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyDetailFactory.create
(CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyDetailFactory.create
(Session session, CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyReasonFactory.create
(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyReasonFactory.create
(Session session, CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CancellationPolicyTranslationFactory.create
(CancellationPolicyPK cancellationPolicyPK, LanguagePK languagePK, String description, MimeTypePK policyMimeTypePK, String policy, Long fromTime, Long thruTime) CancellationPolicyTranslationFactory.create
(Session session, CancellationPolicyPK cancellationPolicyPK, LanguagePK languagePK, String description, MimeTypePK policyMimeTypePK, String policy, Long fromTime, Long thruTime) PartyCancellationPolicyFactory.create
(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) PartyCancellationPolicyFactory.create
(Session session, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) CancellationPolicyFactory.getEntityFromCache
(Session session, CancellationPolicyPK pk) CancellationPolicyFactory.getEntityFromPK
(EntityPermission entityPermission, CancellationPolicyPK pk) CancellationPolicyFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CancellationPolicyPK pk) CancellationPolicyFactory.getValueFromPK
(Session session, CancellationPolicyPK pk) void
CancellationPolicyFactory.remove
(Session session, CancellationPolicyPK pk) boolean
CancellationPolicyFactory.validPK
(Session session, CancellationPolicyPK pk) Method parameters in com.echothree.model.data.cancellationpolicy.server.factory with type arguments of type CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CancellationPolicyPK> pks) CancellationPolicyFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CancellationPolicyPK> pks) CancellationPolicyFactory.getValuesFromPKs
(Session session, Collection<CancellationPolicyPK> pks) void
CancellationPolicyFactory.remove
(Session session, Collection<CancellationPolicyPK> pks) void
CancellationPolicyFactory.remove
(Collection<CancellationPolicyPK> pks) -
Uses of CancellationPolicyPK in com.echothree.model.data.cancellationpolicy.server.value
Methods in com.echothree.model.data.cancellationpolicy.server.value that return CancellationPolicyPKModifier and TypeMethodDescriptionCancellationPolicyDetailValue.getCancellationPolicyPK()
CancellationPolicyReasonValue.getCancellationPolicyPK()
CancellationPolicyTranslationValue.getCancellationPolicyPK()
PartyCancellationPolicyValue.getCancellationPolicyPK()
CancellationPolicyValue.getPrimaryKey()
Methods in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
CancellationPolicyDetailValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CancellationPolicyReasonValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CancellationPolicyTranslationValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
PartyCancellationPolicyValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) Constructors in com.echothree.model.data.cancellationpolicy.server.value with parameters of type CancellationPolicyPKModifierConstructorDescriptionCancellationPolicyDetailValue
(CancellationPolicyDetailPK cancellationPolicyDetailPK, CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyDetailValueCancellationPolicyDetailValue
(CancellationPolicyPK cancellationPolicyPK, CancellationKindPK cancellationKindPK, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyDetailValueCancellationPolicyReasonValue
(CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValueCancellationPolicyReasonValue
(CancellationPolicyReasonPK cancellationPolicyReasonPK, CancellationPolicyPK cancellationPolicyPK, CancellationReasonPK cancellationReasonPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyReasonValueCancellationPolicyTranslationValue
(CancellationPolicyPK cancellationPolicyPK, LanguagePK languagePK, String description, MimeTypePK policyMimeTypePK, String policy, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyTranslationValueCancellationPolicyTranslationValue
(CancellationPolicyTranslationPK cancellationPolicyTranslationPK, CancellationPolicyPK cancellationPolicyPK, LanguagePK languagePK, String description, MimeTypePK policyMimeTypePK, String policy, Long fromTime, Long thruTime) Creates a new instance of CancellationPolicyTranslationValueCancellationPolicyValue
(CancellationPolicyPK cancellationPolicyPK, CancellationPolicyDetailPK activeDetailPK, CancellationPolicyDetailPK lastDetailPK) Creates a new instance of CancellationPolicyValuePartyCancellationPolicyValue
(PartyCancellationPolicyPK partyCancellationPolicyPK, PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValuePartyCancellationPolicyValue
(PartyPK partyPK, CancellationPolicyPK cancellationPolicyPK, Long fromTime, Long thruTime) Creates a new instance of PartyCancellationPolicyValue -
Uses of CancellationPolicyPK in com.echothree.model.data.customer.server.entity
Methods in com.echothree.model.data.customer.server.entity that return CancellationPolicyPKModifier and TypeMethodDescriptionCustomer.getCancellationPolicyPK()
CustomerTypeDetail.getDefaultCancellationPolicyPK()
Methods in com.echothree.model.data.customer.server.entity with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
Customer.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CustomerTypeDetail.setDefaultCancellationPolicyPK
(CancellationPolicyPK defaultCancellationPolicyPK) -
Uses of CancellationPolicyPK in com.echothree.model.data.customer.server.factory
Methods in com.echothree.model.data.customer.server.factory with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionCustomerFactory.create
(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerFactory.create
(Session session, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) CustomerTypeDetailFactory.create
(Session session, CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of CancellationPolicyPK in com.echothree.model.data.customer.server.value
Methods in com.echothree.model.data.customer.server.value that return CancellationPolicyPKModifier and TypeMethodDescriptionCustomerValue.getCancellationPolicyPK()
CustomerTypeDetailValue.getDefaultCancellationPolicyPK()
Methods in com.echothree.model.data.customer.server.value with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
CustomerValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
CustomerTypeDetailValue.setDefaultCancellationPolicyPK
(CancellationPolicyPK defaultCancellationPolicyPK) Constructors in com.echothree.model.data.customer.server.value with parameters of type CancellationPolicyPKModifierConstructorDescriptionCustomerTypeDetailValue
(CustomerTypeDetailPK customerTypeDetailPK, CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeDetailValueCustomerTypeDetailValue
(CustomerTypePK customerTypePK, String customerTypeName, SequencePK customerSequencePK, OfferUsePK defaultOfferUsePK, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, WorkflowEntrancePK defaultCustomerStatusPK, WorkflowEntrancePK defaultCustomerCreditStatusPK, GlAccountPK defaultArGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriorityPK allocationPriorityPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of CustomerTypeDetailValueCustomerValue
(CustomerPK customerPK, PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValueCustomerValue
(PartyPK partyPK, String customerName, CustomerTypePK customerTypePK, OfferUsePK initialOfferUsePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK arGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Long fromTime, Long thruTime) Creates a new instance of CustomerValue -
Uses of CancellationPolicyPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return CancellationPolicyPKMethods in com.echothree.model.data.item.server.entity with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
ItemDetail.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) -
Uses of CancellationPolicyPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionItemDetailFactory.create
(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) ItemDetailFactory.create
(Session session, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) -
Uses of CancellationPolicyPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return CancellationPolicyPKMethods in com.echothree.model.data.item.server.value with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
ItemDetailValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) Constructors in com.echothree.model.data.item.server.value with parameters of type CancellationPolicyPKModifierConstructorDescriptionItemDetailValue
(ItemDetailPK itemDetailPK, ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValueItemDetailValue
(ItemPK itemPK, String itemName, ItemTypePK itemTypePK, ItemUseTypePK itemUseTypePK, ItemCategoryPK itemCategoryPK, ItemAccountingCategoryPK itemAccountingCategoryPK, ItemPurchasingCategoryPK itemPurchasingCategoryPK, PartyPK companyPartyPK, ItemDeliveryTypePK itemDeliveryTypePK, ItemInventoryTypePK itemInventoryTypePK, Boolean inventorySerialized, SequencePK serialNumberSequencePK, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKindPK unitOfMeasureKindPK, ItemPriceTypePK itemPriceTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, StylePathPK stylePathPK, Long fromTime, Long thruTime) Creates a new instance of ItemDetailValue -
Uses of CancellationPolicyPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return CancellationPolicyPKModifier and TypeMethodDescriptionOrderDetail.getCancellationPolicyPK()
OrderLineDetail.getCancellationPolicyPK()
Methods in com.echothree.model.data.order.server.entity with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
OrderDetail.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
OrderLineDetail.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) -
Uses of CancellationPolicyPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionOrderDetailFactory.create
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderLineDetailFactory.create
(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) OrderLineDetailFactory.create
(Session session, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) -
Uses of CancellationPolicyPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return CancellationPolicyPKModifier and TypeMethodDescriptionOrderDetailValue.getCancellationPolicyPK()
OrderLineDetailValue.getCancellationPolicyPK()
Methods in com.echothree.model.data.order.server.value with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
OrderDetailValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
OrderLineDetailValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) Constructors in com.echothree.model.data.order.server.value with parameters of type CancellationPolicyPKModifierConstructorDescriptionOrderDetailValue
(OrderDetailPK orderDetailPK, OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderDetailValue
(OrderPK orderPK, OrderTypePK orderTypePK, String orderName, OrderPriorityPK orderPriorityPK, CurrencyPK currencyPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, TermPK termPK, FreeOnBoardPK freeOnBoardPK, String reference, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderDetailValueOrderLineDetailValue
(OrderLineDetailPK orderLineDetailPK, OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValueOrderLineDetailValue
(OrderLinePK orderLinePK, OrderPK orderPK, Integer orderLineSequence, OrderLinePK parentOrderLinePK, OrderShipmentGroupPK orderShipmentGroupPK, ItemPK itemPK, InventoryConditionPK inventoryConditionPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long quantity, Long unitAmount, String description, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Boolean taxable, Long fromTime, Long thruTime) Creates a new instance of OrderLineDetailValue -
Uses of CancellationPolicyPK in com.echothree.model.data.vendor.server.entity
Methods in com.echothree.model.data.vendor.server.entity that return CancellationPolicyPKModifier and TypeMethodDescriptionVendor.getCancellationPolicyPK()
VendorItemDetail.getCancellationPolicyPK()
VendorTypeDetail.getDefaultCancellationPolicyPK()
Methods in com.echothree.model.data.vendor.server.entity with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
Vendor.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
VendorItemDetail.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
VendorTypeDetail.setDefaultCancellationPolicyPK
(CancellationPolicyPK defaultCancellationPolicyPK) -
Uses of CancellationPolicyPK in com.echothree.model.data.vendor.server.factory
Methods in com.echothree.model.data.vendor.server.factory with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionVendorFactory.create
(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorFactory.create
(Session session, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) VendorItemDetailFactory.create
(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) VendorItemDetailFactory.create
(Session session, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) VendorTypeDetailFactory.create
(VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, 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, VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of CancellationPolicyPK in com.echothree.model.data.vendor.server.value
Methods in com.echothree.model.data.vendor.server.value that return CancellationPolicyPKModifier and TypeMethodDescriptionVendorItemDetailValue.getCancellationPolicyPK()
VendorValue.getCancellationPolicyPK()
VendorTypeDetailValue.getDefaultCancellationPolicyPK()
Methods in com.echothree.model.data.vendor.server.value with parameters of type CancellationPolicyPKModifier and TypeMethodDescriptionvoid
VendorItemDetailValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
VendorValue.setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
VendorTypeDetailValue.setDefaultCancellationPolicyPK
(CancellationPolicyPK defaultCancellationPolicyPK) Constructors in com.echothree.model.data.vendor.server.value with parameters of type CancellationPolicyPKModifierConstructorDescriptionVendorItemDetailValue
(VendorItemDetailPK vendorItemDetailPK, VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorItemDetailValue
(VendorItemPK vendorItemPK, ItemPK itemPK, PartyPK vendorPartyPK, String vendorItemName, String description, Integer priority, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, Long fromTime, Long thruTime) Creates a new instance of VendorItemDetailValueVendorTypeDetailValue
(VendorTypeDetailPK vendorTypeDetailPK, VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of VendorTypeDetailValueVendorTypeDetailValue
(VendorTypePK vendorTypePK, String vendorTypeName, TermPK defaultTermPK, FreeOnBoardPK defaultFreeOnBoardPK, CancellationPolicyPK defaultCancellationPolicyPK, ReturnPolicyPK defaultReturnPolicyPK, GlAccountPK defaultApGlAccountPK, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of VendorTypeDetailValueVendorValue
(PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValueVendorValue
(VendorPK vendorPK, PartyPK partyPK, String vendorName, VendorTypePK vendorTypePK, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasTypePK defaultItemAliasTypePK, CancellationPolicyPK cancellationPolicyPK, ReturnPolicyPK returnPolicyPK, GlAccountPK apGlAccountPK, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, SelectorPK vendorItemSelectorPK, FilterPK vendorItemCostFilterPK, Long fromTime, Long thruTime) Creates a new instance of VendorValue