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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getApGlAccount
(EntityPermission entityPermission) getApGlAccount
(Session session) getApGlAccount
(Session session, EntityPermission entityPermission) getApGlAccountForUpdate
(Session session) boolean
getCancellationPolicy
(EntityPermission entityPermission) getCancellationPolicy
(Session session) getCancellationPolicy
(Session session, EntityPermission entityPermission) getCancellationPolicyForUpdate
(Session session) boolean
getDefaultItemAliasType
(EntityPermission entityPermission) getDefaultItemAliasType
(Session session) getDefaultItemAliasType
(Session session, EntityPermission entityPermission) getDefaultItemAliasTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
boolean
getParty()
getParty
(EntityPermission entityPermission) getParty
(Session session, EntityPermission entityPermission) getPartyForUpdate
(Session session) boolean
boolean
boolean
getReturnPolicy
(EntityPermission entityPermission) getReturnPolicy
(Session session) getReturnPolicy
(Session session, EntityPermission entityPermission) getReturnPolicyForUpdate
(Session session) boolean
boolean
boolean
getVendorItemCostFilter
(EntityPermission entityPermission) getVendorItemCostFilter
(Session session) getVendorItemCostFilter
(Session session, EntityPermission entityPermission) getVendorItemCostFilterForUpdate
(Session session) boolean
getVendorItemSelector
(EntityPermission entityPermission) getVendorItemSelector
(Session session) getVendorItemSelector
(Session session, EntityPermission entityPermission) getVendorItemSelectorForUpdate
(Session session) boolean
boolean
getVendorType
(EntityPermission entityPermission) getVendorType
(Session session) getVendorType
(Session session, EntityPermission entityPermission) getVendorTypeForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setAllowBackorders
(Boolean allowBackorders) void
setAllowCombiningShipments
(Boolean allowCombiningShipments) void
setAllowReferenceDuplicates
(Boolean allowReferenceDuplicates) void
setAllowSubstitutions
(Boolean allowSubstitutions) void
setApGlAccount
(GlAccount entity) void
setApGlAccountPK
(GlAccountPK apGlAccountPK) void
void
setCancellationPolicyPK
(CancellationPolicyPK cancellationPolicyPK) void
setDefaultItemAliasType
(ItemAliasType entity) void
setDefaultItemAliasTypePK
(ItemAliasTypePK defaultItemAliasTypePK) void
setFromTime
(Long fromTime) void
setHoldUntilComplete
(Boolean holdUntilComplete) void
setMaximumPurchaseOrderAmount
(Long maximumPurchaseOrderAmount) void
setMaximumPurchaseOrderLines
(Integer maximumPurchaseOrderLines) void
setMinimumPurchaseOrderAmount
(Long minimumPurchaseOrderAmount) void
setMinimumPurchaseOrderLines
(Integer minimumPurchaseOrderLines) void
void
setPartyPK
(PartyPK partyPK) void
setReferenceValidationPattern
(String referenceValidationPattern) void
setRequireReference
(Boolean requireReference) void
setReturnPolicy
(ReturnPolicy entity) void
setReturnPolicyPK
(ReturnPolicyPK returnPolicyPK) void
setThruTime
(Long thruTime) void
setUseItemPurchasingCategories
(Boolean useItemPurchasingCategories) void
setVendorItemCostFilter
(Filter entity) void
setVendorItemCostFilterPK
(FilterPK vendorItemCostFilterPK) void
setVendorItemSelector
(Selector entity) void
setVendorItemSelectorPK
(SelectorPK vendorItemSelectorPK) void
setVendorName
(String vendorName) void
setVendorType
(VendorType entity) void
setVendorTypePK
(VendorTypePK vendorTypePK) void
setVendorValue
(VendorValue value) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getVendorValue
-
setVendorValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-