com.retek.component.pend.impl.remote
Class PendServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.pend.impl.remote.PendServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class PendServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendServicesEjb
public PendServicesEjb()
ejbCreate
public void ejbCreate()
createReferenceCacheForNegativeCustomerRecord
public ReferenceCache createReferenceCacheForNegativeCustomerRecord()
throws SystemException
- Throws:
SystemException
createReferenceCacheForFraudRule
public ReferenceCache createReferenceCacheForFraudRule()
throws SystemException
- Throws:
SystemException
submit
public NegativeCustomerRecordDto submit(NegativeCustomerRecordDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
submit
public PendRuleDto submit(PendRuleDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
readNegativeCustomerRecord
public NegativeCustomerRecordDto readNegativeCustomerRecord(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
readNegativeCustomerRecords
public java.util.Set readNegativeCustomerRecords(java.util.Set refs)
throws SystemException
- Throws:
SystemException
readFraudRule
public PendRuleDto readFraudRule(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
findNegativeCustomerRecords
public java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
findNegativeCustomerRecordReferences
public java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
findAllFraudRules
public java.util.Set findAllFraudRules()
throws SystemException
- Throws:
SystemException
createReferenceCacheForHighRiskZip
public ReferenceCache createReferenceCacheForHighRiskZip()
throws SystemException
- Throws:
SystemException
submit
public HighRiskZipDto submit(HighRiskZipDto dto)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
readHighRiskZip
public HighRiskZipDto readHighRiskZip(DistributedReference ref,
long version)
throws SystemException
- Throws:
SystemException
findAllHighRiskZips
public java.util.List findAllHighRiskZips()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28