Interface VendorEdit
- All Superinterfaces:
BaseEdit,BaseForm,BaseSpec,PartyEdit,PartyGroupEdit,VendorSpec,VendorTypeSpec
- All Known Subinterfaces:
CreateVendorForm
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowBackorders(String allowBackorders) voidsetAllowCombiningShipments(String allowCombiningShipments) voidsetAllowReferenceDuplicates(String allowReferenceDuplicates) voidsetAllowSubstitutions(String allowSubstitutions) voidsetApGlAccountName(String apGlAccountName) voidsetCancellationPolicyName(String cancellationPolicyName) voidsetDefaultItemAliasTypeName(String defaultItemAliasTypeName) voidsetHoldUntilComplete(String holdUntilComplete) voidsetMaximumPurchaseOrderAmount(String maximumPurchaseOrderAmount) voidsetMaximumPurchaseOrderLines(String maximumPurchaseOrderLines) voidsetMinimumPurchaseOrderAmount(String minimumPurchaseOrderAmount) voidsetMinimumPurchaseOrderLines(String minimumPurchaseOrderLines) voidsetReferenceValidationPattern(String referenceValidationPattern) voidsetRequireReference(String requireReference) voidsetReturnPolicyName(String returnPolicyName) voidsetUseItemPurchasingCategories(String useItemPurchasingCategories) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toStringMethods inherited from interface com.echothree.control.user.party.common.edit.PartyEdit
getFirstName, getLastName, getMiddleName, getNameSuffixId, getPersonalTitleId, getPreferredCurrencyIsoName, getPreferredDateTimeFormatName, getPreferredJavaTimeZoneName, getPreferredLanguageIsoName, setFirstName, setLastName, setMiddleName, setNameSuffixId, setPersonalTitleId, setPreferredCurrencyIsoName, setPreferredDateTimeFormatName, setPreferredJavaTimeZoneName, setPreferredLanguageIsoNameMethods inherited from interface com.echothree.control.user.party.common.edit.PartyGroupEdit
getName, setNameMethods inherited from interface com.echothree.control.user.vendor.common.spec.VendorSpec
getVendorName, setVendorNameMethods inherited from interface com.echothree.control.user.vendor.common.spec.VendorTypeSpec
getVendorTypeName, setVendorTypeName
-
Method Details
-
getMinimumPurchaseOrderLines
-
setMinimumPurchaseOrderLines
-
getMaximumPurchaseOrderLines
-
setMaximumPurchaseOrderLines
-
getMinimumPurchaseOrderAmount
-
setMinimumPurchaseOrderAmount
-
getMaximumPurchaseOrderAmount
-
setMaximumPurchaseOrderAmount
-
getUseItemPurchasingCategories
-
setUseItemPurchasingCategories
-
getDefaultItemAliasTypeName
-
setDefaultItemAliasTypeName
-
getCancellationPolicyName
-
setCancellationPolicyName
-
getReturnPolicyName
-
setReturnPolicyName
-
getApGlAccountName
-
setApGlAccountName
-
getHoldUntilComplete
-
setHoldUntilComplete
-
getAllowBackorders
-
setAllowBackorders
-
getAllowSubstitutions
-
setAllowSubstitutions
-
getAllowCombiningShipments
-
setAllowCombiningShipments
-
getRequireReference
-
setRequireReference
-
getAllowReferenceDuplicates
-
setAllowReferenceDuplicates
-
getReferenceValidationPattern
-
setReferenceValidationPattern
-