|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.DistributedObjectManagerImpl
com.retek.component.payment.impl.TenderTypeManagerImpl
Constructor Summary | |
TenderTypeManagerImpl()
Deprecated. pass a context |
|
TenderTypeManagerImpl(DistributedContext context)
|
Method Summary | |
protected ReferenceCache |
fetchMoreReferences(java.lang.Class businessIface)
|
java.util.List |
findAllTenderTypeGroups()
Finds all TenderTypeGroups and returns a List of TenderTypeGroup objects. |
java.util.List |
findAllTenderTypes()
Finds all TenderTypes and returns a List of TenderType objects. |
java.util.Set |
findGiftReturnTenderTypes()
Finds all TenderTypes that are valid for use as gift return refund tender. |
java.util.Set |
findPrivateLabelTenderTypes(Banner banner)
Finds all private label TenderTypes that are valid for the banner passed in. |
TenderType |
findTenderType(java.lang.String tenderTypeName)
Finds a specific TenderType by name. |
java.util.Set |
findTenderTypes(Banner banner)
Finds all TenderTypes that are valid for the banner passed in. |
java.util.List |
findTenderTypes(TenderTypeSearchCriteria searchCriteria)
Finds all TenderTypes that match the given search criteria and returns a List of TenderType objects. |
java.util.Collection |
getTenderType(java.lang.String creditCardNumber)
Takes a credit card number String and finds all possible matching credit card TenderTypes by performing credit card number validation on the String. |
boolean |
isMod10(java.lang.String number)
Takes a number and determines if it is a valid account number based on the Mod10 algorithm given. |
PaymentPlanCode |
readPaymentPlanCode(DistributedReference paymentPlanCodeRef)
Resolves a reference to a PaymentPlanCode and returns the associated object. |
TenderType |
readTenderType(DistributedReference tenderTypeRef)
Resolves a reference to a TenderType and returns the associated object. |
TenderTypeGroup |
readTenderTypeGroup(DistributedReference tenderTypeGroupRef)
Resolves a reference to a TenderTypeGroup and returns the associated object. |
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl |
getContext, getReferenceCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObjectManager |
getContext |
Constructor Detail |
public TenderTypeManagerImpl()
public TenderTypeManagerImpl(DistributedContext context)
Method Detail |
public java.util.List findAllTenderTypeGroups() throws SystemException
TenderTypeManager
findAllTenderTypeGroups
in interface TenderTypeManager
SystemException
public java.util.List findAllTenderTypes() throws SystemException
TenderTypeManager
findAllTenderTypes
in interface TenderTypeManager
SystemException
public TenderTypeGroup readTenderTypeGroup(DistributedReference tenderTypeGroupRef) throws SystemException
TenderTypeManager
readTenderTypeGroup
in interface TenderTypeManager
SystemException
public TenderType readTenderType(DistributedReference tenderTypeRef) throws SystemException
TenderTypeManager
readTenderType
in interface TenderTypeManager
SystemException
public PaymentPlanCode readPaymentPlanCode(DistributedReference paymentPlanCodeRef) throws SystemException
TenderTypeManager
readPaymentPlanCode
in interface TenderTypeManager
SystemException
public java.util.Collection getTenderType(java.lang.String creditCardNumber) throws SystemException
TenderTypeManager
getTenderType
in interface TenderTypeManager
SystemException
public boolean isMod10(java.lang.String number)
TenderTypeManager
isMod10
in interface TenderTypeManager
public java.util.List findTenderTypes(TenderTypeSearchCriteria searchCriteria) throws SystemException
TenderTypeManager
findTenderTypes
in interface TenderTypeManager
SystemException
public TenderType findTenderType(java.lang.String tenderTypeName) throws SystemException
TenderTypeManager
findTenderType
in interface TenderTypeManager
SystemException
public java.util.Set findGiftReturnTenderTypes() throws SystemException
TenderTypeManager
findGiftReturnTenderTypes
in interface TenderTypeManager
SystemException
public java.util.Set findTenderTypes(Banner banner) throws SystemException
TenderTypeManager
findTenderTypes
in interface TenderTypeManager
SystemException
public java.util.Set findPrivateLabelTenderTypes(Banner banner) throws SystemException
TenderTypeManager
findPrivateLabelTenderTypes
in interface TenderTypeManager
SystemException
protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface) throws SystemException
fetchMoreReferences
in class DistributedObjectManagerImpl
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |