Class Vendor
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.vendor.server.entity.Vendor
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionVendor()Creates a new instance of VendorVendor(VendorValue value, EntityPermission entityPermission) Creates a new instance of Vendor -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetApGlAccount(EntityPermission entityPermission) booleangetCancellationPolicy(EntityPermission entityPermission) booleangetDefaultItemAliasType(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) booleanbooleanbooleangetReturnPolicy(EntityPermission entityPermission) booleanbooleanbooleangetVendorItemCostFilter(EntityPermission entityPermission) booleangetVendorItemSelector(EntityPermission entityPermission) booleanbooleangetVendorType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetAllowBackorders(Boolean allowBackorders) voidsetAllowCombiningShipments(Boolean allowCombiningShipments) voidsetAllowReferenceDuplicates(Boolean allowReferenceDuplicates) voidsetAllowSubstitutions(Boolean allowSubstitutions) voidsetApGlAccount(GlAccount entity) voidsetApGlAccountPK(GlAccountPK apGlAccountPK) voidvoidsetCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) voidsetDefaultItemAliasType(ItemAliasType entity) voidsetDefaultItemAliasTypePK(ItemAliasTypePK defaultItemAliasTypePK) voidsetFromTime(Long fromTime) voidsetHoldUntilComplete(Boolean holdUntilComplete) voidsetMaximumPurchaseOrderAmount(Long maximumPurchaseOrderAmount) voidsetMaximumPurchaseOrderLines(Integer maximumPurchaseOrderLines) voidsetMinimumPurchaseOrderAmount(Long minimumPurchaseOrderAmount) voidsetMinimumPurchaseOrderLines(Integer minimumPurchaseOrderLines) voidvoidsetPartyPK(PartyPK partyPK) voidsetReferenceValidationPattern(String referenceValidationPattern) voidsetRequireReference(Boolean requireReference) voidsetReturnPolicy(ReturnPolicy entity) voidsetReturnPolicyPK(ReturnPolicyPK returnPolicyPK) voidsetThruTime(Long thruTime) voidsetUseItemPurchasingCategories(Boolean useItemPurchasingCategories) voidsetVendorItemCostFilter(Filter entity) voidsetVendorItemCostFilterPK(FilterPK vendorItemCostFilterPK) voidsetVendorItemSelector(Selector entity) voidsetVendorItemSelectorPK(SelectorPK vendorItemSelectorPK) voidsetVendorName(String vendorName) voidsetVendorType(VendorType entity) voidsetVendorTypePK(VendorTypePK vendorTypePK) voidsetVendorValue(VendorValue value) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
Vendor
Creates a new instance of Vendor- Throws:
PersistenceException
-
Vendor
Creates a new instance of Vendor
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getVendorValue
-
setVendorValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(@Nonnull PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getVendorName
-
setVendorName
public void setVendorName(@Nonnull String vendorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVendorNameHasBeenModified
-
getVendorTypePK
-
getVendorType
-
getVendorType
-
getVendorTypeForUpdate
-
setVendorTypePK
public void setVendorTypePK(@Nonnull VendorTypePK vendorTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorType
-
getVendorTypePKHasBeenModified
-
getMinimumPurchaseOrderLines
-
setMinimumPurchaseOrderLines
public void setMinimumPurchaseOrderLines(@Nullable Integer minimumPurchaseOrderLines) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumPurchaseOrderLinesHasBeenModified
-
getMaximumPurchaseOrderLines
-
setMaximumPurchaseOrderLines
public void setMaximumPurchaseOrderLines(@Nullable Integer maximumPurchaseOrderLines) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumPurchaseOrderLinesHasBeenModified
-
getMinimumPurchaseOrderAmount
-
setMinimumPurchaseOrderAmount
public void setMinimumPurchaseOrderAmount(@Nullable Long minimumPurchaseOrderAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumPurchaseOrderAmountHasBeenModified
-
getMaximumPurchaseOrderAmount
-
setMaximumPurchaseOrderAmount
public void setMaximumPurchaseOrderAmount(@Nullable Long maximumPurchaseOrderAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumPurchaseOrderAmountHasBeenModified
-
getUseItemPurchasingCategories
-
setUseItemPurchasingCategories
public void setUseItemPurchasingCategories(@Nonnull Boolean useItemPurchasingCategories) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUseItemPurchasingCategoriesHasBeenModified
-
getDefaultItemAliasTypePK
-
getDefaultItemAliasType
-
getDefaultItemAliasType
-
getDefaultItemAliasTypeForUpdate
-
setDefaultItemAliasTypePK
public void setDefaultItemAliasTypePK(@Nullable ItemAliasTypePK defaultItemAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultItemAliasType
-
getDefaultItemAliasTypePKHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(@Nullable CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(@Nullable ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getApGlAccountPK
-
getApGlAccount
-
getApGlAccount
-
getApGlAccountForUpdate
-
setApGlAccountPK
public void setApGlAccountPK(@Nullable GlAccountPK apGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApGlAccount
-
getApGlAccountPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
public void setHoldUntilComplete(@Nonnull Boolean holdUntilComplete) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
public void setAllowBackorders(@Nonnull Boolean allowBackorders) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
public void setAllowSubstitutions(@Nonnull Boolean allowSubstitutions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(@Nonnull Boolean allowCombiningShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCombiningShipmentsHasBeenModified
-
getRequireReference
-
setRequireReference
public void setRequireReference(@Nonnull Boolean requireReference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getRequireReferenceHasBeenModified
-
getAllowReferenceDuplicates
-
setAllowReferenceDuplicates
public void setAllowReferenceDuplicates(@Nonnull Boolean allowReferenceDuplicates) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowReferenceDuplicatesHasBeenModified
-
getReferenceValidationPattern
-
setReferenceValidationPattern
public void setReferenceValidationPattern(@Nullable String referenceValidationPattern) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceValidationPatternHasBeenModified
-
getVendorItemSelectorPK
-
getVendorItemSelector
-
getVendorItemSelector
-
getVendorItemSelectorForUpdate
-
setVendorItemSelectorPK
public void setVendorItemSelectorPK(@Nullable SelectorPK vendorItemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItemSelector
-
getVendorItemSelectorPKHasBeenModified
-
getVendorItemCostFilterPK
-
getVendorItemCostFilter
-
getVendorItemCostFilter
-
getVendorItemCostFilterForUpdate
-
setVendorItemCostFilterPK
public void setVendorItemCostFilterPK(@Nullable FilterPK vendorItemCostFilterPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItemCostFilter
-
getVendorItemCostFilterPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-