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 TypeMethodDescriptionboolean
getAssociateReferral
(EntityPermission entityPermission) getAssociateReferral
(Session session) getAssociateReferral
(Session session, EntityPermission entityPermission) getAssociateReferralForUpdate
(Session session) boolean
boolean
boolean
getOfferUse
(EntityPermission entityPermission) getOfferUse
(Session session) getOfferUse
(Session session, EntityPermission entityPermission) getOfferUseForUpdate
(Session session) boolean
getOrderLine
(EntityPermission entityPermission) getOrderLine
(Session session) getOrderLine
(Session session, EntityPermission entityPermission) getOrderLineForUpdate
(Session session) boolean
boolean
getWishlistPriority
(EntityPermission entityPermission) getWishlistPriority
(Session session) getWishlistPriority
(Session session, EntityPermission entityPermission) getWishlistPriorityForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
void
setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
setComment
(String comment) void
setFromTime
(Long fromTime) void
setOfferUse
(OfferUse entity) void
setOfferUsePK
(OfferUsePK offerUsePK) void
setOrderLine
(OrderLine entity) void
setOrderLinePK
(OrderLinePK orderLinePK) void
setThruTime
(Long thruTime) void
void
setWishlistPriority
(WishlistPriority entity) void
setWishlistPriorityPK
(WishlistPriorityPK wishlistPriorityPK) void
toString()
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:
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
-
getWishlistLineValue
-
setWishlistLineValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-