Class PaymentProcessorDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentProcessorDetail
- 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 PaymentProcessorDetailPaymentProcessorDetail(PaymentProcessorDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentProcessorDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetPaymentProcessor(EntityPermission entityPermission) getPaymentProcessor(Session session) getPaymentProcessor(Session session, EntityPermission entityPermission) getPaymentProcessorForUpdate(Session session) booleanbooleangetPaymentProcessorType(EntityPermission entityPermission) getPaymentProcessorType(Session session) getPaymentProcessorType(Session session, EntityPermission entityPermission) getPaymentProcessorTypeForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetPaymentProcessor(PaymentProcessor entity) voidvoidsetPaymentProcessorName(String paymentProcessorName) voidsetPaymentProcessorPK(PaymentProcessorPK paymentProcessorPK) voidvoidsetPaymentProcessorTypePK(PaymentProcessorTypePK paymentProcessorTypePK) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentProcessorDetail
Creates a new instance of PaymentProcessorDetail- Throws:
PersistenceException
-
PaymentProcessorDetail
Creates a new instance of PaymentProcessorDetail
-
-
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
-
getPaymentProcessorDetailValue
-
setPaymentProcessorDetailValue
public void setPaymentProcessorDetailValue(PaymentProcessorDetailValue 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
-
getPaymentProcessorName
-
setPaymentProcessorName
public void setPaymentProcessorName(String paymentProcessorName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPaymentProcessorNameHasBeenModified
-
getPaymentProcessorTypePK
-
getPaymentProcessorType
public PaymentProcessorType getPaymentProcessorType(Session session, EntityPermission entityPermission) -
getPaymentProcessorType
-
getPaymentProcessorType
-
getPaymentProcessorType
-
getPaymentProcessorTypeForUpdate
-
getPaymentProcessorTypeForUpdate
-
setPaymentProcessorTypePK
public void setPaymentProcessorTypePK(PaymentProcessorTypePK paymentProcessorTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentProcessorType
-
getPaymentProcessorTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
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
-