Class Wishlist
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.wishlist.server.entity.Wishlist
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionWishlist()Creates a new instance of WishlistWishlist(WishlistValue value, EntityPermission entityPermission) Creates a new instance of Wishlist -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetOfferUse(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) booleanbooleangetWishlistType(EntityPermission entityPermission) getWishlistType(Session session) getWishlistType(Session session, EntityPermission entityPermission) getWishlistTypeForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidvoidsetOrderPK(OrderPK orderPK) voidsetThruTime(Long thruTime) voidsetWishlistType(WishlistType entity) voidsetWishlistTypePK(WishlistTypePK wishlistTypePK) voidsetWishlistValue(WishlistValue value) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
Wishlist
Creates a new instance of Wishlist- Throws:
PersistenceException
-
Wishlist
Creates a new instance of Wishlist
-
-
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
-
getWishlistValue
-
setWishlistValue
- 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
-
getWishlistTypePK
-
getWishlistType
-
getWishlistType
-
getWishlistType
-
getWishlistType
-
getWishlistTypeForUpdate
-
getWishlistTypeForUpdate
-
setWishlistTypePK
public void setWishlistTypePK(WishlistTypePK wishlistTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWishlistType
-
getWishlistTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-