com.retek.component.pend.impl.remote
Interface PendServicesRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface PendServicesRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.pend.impl.remote.PendServices.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createReferenceCacheForFraudRule
public ReferenceCache createReferenceCacheForFraudRule()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForHighRiskZip
public ReferenceCache createReferenceCacheForHighRiskZip()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForNegativeCustomerRecord
public ReferenceCache createReferenceCacheForNegativeCustomerRecord()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllFraudRules
public java.util.Set findAllFraudRules()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllHighRiskZips
public java.util.List findAllHighRiskZips()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findNegativeCustomerRecordReferences
public java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findNegativeCustomerRecords
public java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readFraudRule
public PendRuleDto readFraudRule(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readHighRiskZip
public HighRiskZipDto readHighRiskZip(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readNegativeCustomerRecord
public NegativeCustomerRecordDto readNegativeCustomerRecord(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readNegativeCustomerRecords
public java.util.Set readNegativeCustomerRecords(java.util.Set refs)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public NegativeCustomerRecordDto submit(NegativeCustomerRecordDto dto)
throws SystemException,
BusinessException,
java.rmi.RemoteException
- Throws:
SystemException
BusinessException
java.rmi.RemoteException
submit
public PendRuleDto submit(PendRuleDto dto)
throws SystemException,
BusinessException,
java.rmi.RemoteException
- Throws:
SystemException
BusinessException
java.rmi.RemoteException
submit
public HighRiskZipDto submit(HighRiskZipDto dto)
throws SystemException,
BusinessException,
java.rmi.RemoteException
- Throws:
SystemException
BusinessException
java.rmi.RemoteException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28