Class SalesOrder
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.sales.server.entity.SalesOrder
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SalesOrderSalesOrder(SalesOrderValue value, EntityPermission entityPermission) Creates a new instance of SalesOrder -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociateReferral(EntityPermission entityPermission) getAssociateReferral(Session session) getAssociateReferral(Session session, EntityPermission entityPermission) getAssociateReferralForUpdate(Session session) booleanbooleangetOfferUse(EntityPermission entityPermission) getOfferUse(Session session) getOfferUse(Session session, EntityPermission entityPermission) getOfferUseForUpdate(Session session) booleangetOrder()getOrder(EntityPermission entityPermission) getOrder(Session session, EntityPermission entityPermission) getOrderForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetFromTime(Long fromTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidvoidsetOrderPK(OrderPK orderPK) voidvoidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SalesOrder
Creates a new instance of SalesOrder- Throws:
PersistenceException
-
SalesOrder
Creates a new instance of SalesOrder
-
-
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
-
getSalesOrderValue
-
setSalesOrderValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOfferUsePK
-
getOfferUse
-
getOfferUse
-
getOfferUse
-
getOfferUse
-
getOfferUseForUpdate
-
getOfferUseForUpdate
-
setOfferUsePK
public void setOfferUsePK(OfferUsePK offerUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferUse
-
getOfferUsePKHasBeenModified
-
getAssociateReferralPK
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferralForUpdate
-
getAssociateReferralForUpdate
-
setAssociateReferralPK
public void setAssociateReferralPK(AssociateReferralPK associateReferralPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferral
-
getAssociateReferralPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-