Class OrderPaymentPreferenceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderPaymentPreferenceDetail
- 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 OrderPaymentPreferenceDetailOrderPaymentPreferenceDetail(OrderPaymentPreferenceDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderPaymentPreferenceDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetOrder()getOrder(EntityPermission entityPermission) getOrder(Session session, EntityPermission entityPermission) getOrderForUpdate(Session session) getOrderPaymentPreference(EntityPermission entityPermission) getOrderPaymentPreference(Session session) getOrderPaymentPreference(Session session, EntityPermission entityPermission) booleanbooleanbooleangetPartyPaymentMethod(EntityPermission entityPermission) getPartyPaymentMethod(Session session) getPartyPaymentMethod(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate(Session session) booleangetPaymentMethod(EntityPermission entityPermission) getPaymentMethod(Session session) getPaymentMethod(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate(Session session) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetMaximumAmount(Long maximumAmount) voidvoidvoidvoidsetOrderPaymentPreferencePK(OrderPaymentPreferencePK orderPaymentPreferencePK) voidsetOrderPaymentPreferenceSequence(Integer orderPaymentPreferenceSequence) voidsetOrderPK(OrderPK orderPK) voidvoidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetPaymentMethod(PaymentMethod entity) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidsetWasPresent(Boolean wasPresent) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderPaymentPreferenceDetail
Creates a new instance of OrderPaymentPreferenceDetail- Throws:
PersistenceException
-
OrderPaymentPreferenceDetail
public OrderPaymentPreferenceDetail(OrderPaymentPreferenceDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderPaymentPreferenceDetail
-
-
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
-
getOrderPaymentPreferenceDetailValue
-
setOrderPaymentPreferenceDetailValue
public void setOrderPaymentPreferenceDetailValue(OrderPaymentPreferenceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderPaymentPreferencePK
-
getOrderPaymentPreference
public OrderPaymentPreference getOrderPaymentPreference(Session session, EntityPermission entityPermission) -
getOrderPaymentPreference
-
getOrderPaymentPreference
-
getOrderPaymentPreference
-
getOrderPaymentPreferenceForUpdate
-
getOrderPaymentPreferenceForUpdate
-
setOrderPaymentPreferencePK
public void setOrderPaymentPreferencePK(OrderPaymentPreferencePK orderPaymentPreferencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderPaymentPreference
-
getOrderPaymentPreferencePKHasBeenModified
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderPaymentPreferenceSequence
-
setOrderPaymentPreferenceSequence
public void setOrderPaymentPreferenceSequence(Integer orderPaymentPreferenceSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderPaymentPreferenceSequenceHasBeenModified
-
getPaymentMethodPK
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethodForUpdate
-
getPaymentMethodForUpdate
-
setPaymentMethodPK
public void setPaymentMethodPK(PaymentMethodPK paymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethod
-
getPaymentMethodPKHasBeenModified
-
getPartyPaymentMethodPK
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethodForUpdate
-
getPartyPaymentMethodForUpdate
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyPaymentMethod
-
getPartyPaymentMethodPKHasBeenModified
-
getWasPresent
-
setWasPresent
public void setWasPresent(Boolean wasPresent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getWasPresentHasBeenModified
-
getMaximumAmount
-
setMaximumAmount
public void setMaximumAmount(Long maximumAmount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumAmountHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-