|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TenderTypeManager interface is used as a finder to locate all the existing TenderTypes and TenderTypeGroups.
Retek Inc. Copyright (c) 2003
Method Summary | |
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 interface com.retek.commons.component.DistributedObjectManager |
getContext |
Method Detail |
public java.util.List findAllTenderTypeGroups() throws SystemException
SystemException
public java.util.List findAllTenderTypes() throws SystemException
SystemException
public java.util.List findTenderTypes(TenderTypeSearchCriteria searchCriteria) throws SystemException
SystemException
public java.util.Set findTenderTypes(Banner banner) throws SystemException
SystemException
public java.util.Set findPrivateLabelTenderTypes(Banner banner) throws SystemException
SystemException
public TenderType findTenderType(java.lang.String tenderTypeName) throws SystemException
SystemException
public java.util.Set findGiftReturnTenderTypes() throws SystemException
SystemException
public TenderTypeGroup readTenderTypeGroup(DistributedReference tenderTypeGroupRef) throws SystemException
SystemException,
- InvalidReferenceException, ComponentStructureException
SystemException
public TenderType readTenderType(DistributedReference tenderTypeRef) throws SystemException
SystemException
public PaymentPlanCode readPaymentPlanCode(DistributedReference paymentPlanCodeRef) throws SystemException
SystemException
public java.util.Collection getTenderType(java.lang.String creditCardNumber) throws SystemException
SystemException
public boolean isMod10(java.lang.String number)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |