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) getApGlAccount(Session session) getApGlAccount(Session session, EntityPermission entityPermission) getApGlAccountForUpdate(Session session) booleangetCancellationPolicy(EntityPermission entityPermission) getCancellationPolicy(Session session) getCancellationPolicy(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate(Session session) booleangetDefaultItemAliasType(EntityPermission entityPermission) getDefaultItemAliasType(Session session) getDefaultItemAliasType(Session session, EntityPermission entityPermission) getDefaultItemAliasTypeForUpdate(Session session) booleanbooleanbooleanbooleanbooleanbooleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleangetReturnPolicy(EntityPermission entityPermission) getReturnPolicy(Session session) getReturnPolicy(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate(Session session) booleanbooleanbooleangetVendorItemCostFilter(EntityPermission entityPermission) getVendorItemCostFilter(Session session) getVendorItemCostFilter(Session session, EntityPermission entityPermission) getVendorItemCostFilterForUpdate(Session session) booleangetVendorItemSelector(EntityPermission entityPermission) getVendorItemSelector(Session session) getVendorItemSelector(Session session, EntityPermission entityPermission) getVendorItemSelectorForUpdate(Session session) booleanbooleangetVendorType(EntityPermission entityPermission) getVendorType(Session session) getVendorType(Session session, EntityPermission entityPermission) getVendorTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetAllowBackorders(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) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getVendorValue
-
setVendorValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getVendorName
-
setVendorName
public void setVendorName(String vendorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getVendorNameHasBeenModified
-
getVendorTypePK
-
getVendorType
-
getVendorType
-
getVendorType
-
getVendorType
-
getVendorTypeForUpdate
-
getVendorTypeForUpdate
-
setVendorTypePK
public void setVendorTypePK(VendorTypePK vendorTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorType
-
getVendorTypePKHasBeenModified
-
getMinimumPurchaseOrderLines
-
setMinimumPurchaseOrderLines
public void setMinimumPurchaseOrderLines(Integer minimumPurchaseOrderLines) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumPurchaseOrderLinesHasBeenModified
-
getMaximumPurchaseOrderLines
-
setMaximumPurchaseOrderLines
public void setMaximumPurchaseOrderLines(Integer maximumPurchaseOrderLines) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumPurchaseOrderLinesHasBeenModified
-
getMinimumPurchaseOrderAmount
-
setMinimumPurchaseOrderAmount
public void setMinimumPurchaseOrderAmount(Long minimumPurchaseOrderAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMinimumPurchaseOrderAmountHasBeenModified
-
getMaximumPurchaseOrderAmount
-
setMaximumPurchaseOrderAmount
public void setMaximumPurchaseOrderAmount(Long maximumPurchaseOrderAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumPurchaseOrderAmountHasBeenModified
-
getUseItemPurchasingCategories
-
setUseItemPurchasingCategories
public void setUseItemPurchasingCategories(Boolean useItemPurchasingCategories) throws PersistenceNotNullException, PersistenceReadOnlyException -
getUseItemPurchasingCategoriesHasBeenModified
-
getDefaultItemAliasTypePK
-
getDefaultItemAliasType
-
getDefaultItemAliasType
-
getDefaultItemAliasType
-
getDefaultItemAliasType
-
getDefaultItemAliasTypeForUpdate
-
getDefaultItemAliasTypeForUpdate
-
setDefaultItemAliasTypePK
public void setDefaultItemAliasTypePK(ItemAliasTypePK defaultItemAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDefaultItemAliasType
-
getDefaultItemAliasTypePKHasBeenModified
-
getCancellationPolicyPK
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicy
-
getCancellationPolicyForUpdate
-
getCancellationPolicyForUpdate
-
setCancellationPolicyPK
public void setCancellationPolicyPK(CancellationPolicyPK cancellationPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCancellationPolicy
-
getCancellationPolicyPKHasBeenModified
-
getReturnPolicyPK
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicy
-
getReturnPolicyForUpdate
-
getReturnPolicyForUpdate
-
setReturnPolicyPK
public void setReturnPolicyPK(ReturnPolicyPK returnPolicyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setReturnPolicy
-
getReturnPolicyPKHasBeenModified
-
getApGlAccountPK
-
getApGlAccount
-
getApGlAccount
-
getApGlAccount
-
getApGlAccount
-
getApGlAccountForUpdate
-
getApGlAccountForUpdate
-
setApGlAccountPK
public void setApGlAccountPK(GlAccountPK apGlAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setApGlAccount
-
getApGlAccountPKHasBeenModified
-
getHoldUntilComplete
-
setHoldUntilComplete
public void setHoldUntilComplete(Boolean holdUntilComplete) throws PersistenceNotNullException, PersistenceReadOnlyException -
getHoldUntilCompleteHasBeenModified
-
getAllowBackorders
-
setAllowBackorders
public void setAllowBackorders(Boolean allowBackorders) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowBackordersHasBeenModified
-
getAllowSubstitutions
-
setAllowSubstitutions
public void setAllowSubstitutions(Boolean allowSubstitutions) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowSubstitutionsHasBeenModified
-
getAllowCombiningShipments
-
setAllowCombiningShipments
public void setAllowCombiningShipments(Boolean allowCombiningShipments) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowCombiningShipmentsHasBeenModified
-
getRequireReference
-
setRequireReference
public void setRequireReference(Boolean requireReference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getRequireReferenceHasBeenModified
-
getAllowReferenceDuplicates
-
setAllowReferenceDuplicates
public void setAllowReferenceDuplicates(Boolean allowReferenceDuplicates) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAllowReferenceDuplicatesHasBeenModified
-
getReferenceValidationPattern
-
setReferenceValidationPattern
public void setReferenceValidationPattern(String referenceValidationPattern) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceValidationPatternHasBeenModified
-
getVendorItemSelectorPK
-
getVendorItemSelector
-
getVendorItemSelector
-
getVendorItemSelector
-
getVendorItemSelector
-
getVendorItemSelectorForUpdate
-
getVendorItemSelectorForUpdate
-
setVendorItemSelectorPK
public void setVendorItemSelectorPK(SelectorPK vendorItemSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItemSelector
-
getVendorItemSelectorPKHasBeenModified
-
getVendorItemCostFilterPK
-
getVendorItemCostFilter
-
getVendorItemCostFilter
-
getVendorItemCostFilter
-
getVendorItemCostFilter
-
getVendorItemCostFilterForUpdate
-
getVendorItemCostFilterForUpdate
-
setVendorItemCostFilterPK
public void setVendorItemCostFilterPK(FilterPK vendorItemCostFilterPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setVendorItemCostFilter
-
getVendorItemCostFilterPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-