com.retek.component.pend.impl.persistence.db.oracle
Class OraclePendRuleDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.pend.impl.persistence.db.oracle.OraclePendRuleDao
All Implemented Interfaces:
PendRuleDao

public class OraclePendRuleDao
extends AbstractOracleDao
implements PendRuleDao


Constructor Summary
OraclePendRuleDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForPendRule()
           
 java.util.Set findAllPendRules()
           
protected  java.lang.String getDaoResourceProperty()
           
 PendRuleDto persist(PendRuleDto dto)
           
 PendRuleDto read(DistributedReference ref)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraclePendRuleDao

public OraclePendRuleDao()
Method Detail

createReferenceCacheForPendRule

public ReferenceCache createReferenceCacheForPendRule()
                                               throws SystemException
Specified by:
createReferenceCacheForPendRule in interface PendRuleDao
Throws:
SystemException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

persist

public PendRuleDto persist(PendRuleDto dto)
                    throws SystemException
Specified by:
persist in interface PendRuleDao
Throws:
SystemException

read

public PendRuleDto read(DistributedReference ref)
                 throws SystemException
Specified by:
read in interface PendRuleDao
Throws:
SystemException

findAllPendRules

public java.util.Set findAllPendRules()
                               throws SystemException
Specified by:
findAllPendRules in interface PendRuleDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28