Class PaymentProcessorAction
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentProcessorAction
- 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 PaymentProcessorActionPaymentProcessorAction(PaymentProcessorActionValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorAction -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPaymentProcessor(EntityPermission entityPermission) getPaymentProcessor(Session session) getPaymentProcessor(Session session, EntityPermission entityPermission) getPaymentProcessorForUpdate(Session session) booleangetPaymentProcessorTypeAction(EntityPermission entityPermission) getPaymentProcessorTypeAction(Session session) getPaymentProcessorTypeAction(Session session, EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetPaymentProcessor(PaymentProcessor entity) voidvoidsetPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) voidvoidsetPaymentProcessorTypeActionPK(PaymentProcessorTypeActionPK paymentProcessorTypeActionPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentProcessorAction
Creates a new instance of PaymentProcessorAction- Throws:
PersistenceException
-
PaymentProcessorAction
Creates a new instance of PaymentProcessorAction
-
-
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
-
getPaymentProcessorActionValue
-
setPaymentProcessorActionValue
public void setPaymentProcessorActionValue(PaymentProcessorActionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentProcessorPK
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessor
-
getPaymentProcessorForUpdate
-
getPaymentProcessorForUpdate
-
setPaymentProcessorPK
public void setPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessor
-
getPaymentProcessorPKHasBeenModified
-
getPaymentProcessorTypeActionPK
-
getPaymentProcessorTypeAction
public PaymentProcessorTypeAction getPaymentProcessorTypeAction(Session session, EntityPermission entityPermission) -
getPaymentProcessorTypeAction
-
getPaymentProcessorTypeAction
-
getPaymentProcessorTypeAction
-
getPaymentProcessorTypeActionForUpdate
-
getPaymentProcessorTypeActionForUpdate
-
setPaymentProcessorTypeActionPK
public void setPaymentProcessorTypeActionPK(PaymentProcessorTypeActionPK paymentProcessorTypeActionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessorTypeAction
-
getPaymentProcessorTypeActionPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-