Class WishlistLine
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.wishlist.server.entity.WishlistLine
- 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 WishlistLineWishlistLine(WishlistLineValue value, EntityPermission entityPermission) Creates a new instance of WishlistLine -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociateReferral(EntityPermission entityPermission) getAssociateReferral(Session session) getAssociateReferral(Session session, EntityPermission entityPermission) getAssociateReferralForUpdate(Session session) booleanbooleanbooleangetOfferUse(EntityPermission entityPermission) getOfferUse(Session session) getOfferUse(Session session, EntityPermission entityPermission) getOfferUseForUpdate(Session session) booleangetOrderLine(EntityPermission entityPermission) getOrderLine(Session session) getOrderLine(Session session, EntityPermission entityPermission) getOrderLineForUpdate(Session session) booleanbooleangetWishlistPriority(EntityPermission entityPermission) getWishlistPriority(Session session) getWishlistPriority(Session session, EntityPermission entityPermission) getWishlistPriorityForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidvoidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetComment(String comment) voidsetFromTime(Long fromTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetOrderLine(OrderLine entity) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetThruTime(Long thruTime) voidvoidsetWishlistPriority(WishlistPriority entity) voidsetWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
WishlistLine
Creates a new instance of WishlistLine- Throws:
PersistenceException
-
WishlistLine
Creates a new instance of WishlistLine
-
-
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
-
getWishlistLineValue
-
setWishlistLineValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderLinePK
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLineForUpdate
-
getOrderLineForUpdate
-
setOrderLinePK
public void setOrderLinePK(OrderLinePK orderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLine
-
getOrderLinePKHasBeenModified
-
getOfferUsePK
-
getOfferUse
-
getOfferUse
-
getOfferUse
-
getOfferUse
-
getOfferUseForUpdate
-
getOfferUseForUpdate
-
setOfferUsePK
public void setOfferUsePK(OfferUsePK offerUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferUse
-
getOfferUsePKHasBeenModified
-
getWishlistPriorityPK
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriorityForUpdate
-
getWishlistPriorityForUpdate
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWishlistPriority
-
getWishlistPriorityPKHasBeenModified
-
getAssociateReferralPK
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferralForUpdate
-
getAssociateReferralForUpdate
-
setAssociateReferralPK
public void setAssociateReferralPK(AssociateReferralPK associateReferralPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferral
-
getAssociateReferralPKHasBeenModified
-
getComment
-
setComment
public void setComment(String comment) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommentHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-