com.retek.component.pend.impl.remote
Class PendServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.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

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
PendServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForFraudRule()
           
 ReferenceCache createReferenceCacheForHighRiskZip()
           
 ReferenceCache createReferenceCacheForNegativeCustomerRecord()
           
 void ejbCreate()
           
 java.util.Set findAllFraudRules()
           
 java.util.List findAllHighRiskZips()
           
 java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 PendRuleDto readFraudRule(DistributedReference ref, long version)
           
 HighRiskZipDto readHighRiskZip(DistributedReference ref, long version)
           
 NegativeCustomerRecordDto readNegativeCustomerRecord(DistributedReference ref, long version)
           
 java.util.Set readNegativeCustomerRecords(java.util.Set refs)
           
 HighRiskZipDto submit(HighRiskZipDto dto)
           
 NegativeCustomerRecordDto submit(NegativeCustomerRecordDto dto)
           
 PendRuleDto submit(PendRuleDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendServicesEjb

public PendServicesEjb()
Method Detail

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