com.retek.component.item.impl.persistence.db.oracle
Class OracleItemAttributeDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleItemAttributeDao
All Implemented Interfaces:
ItemAttributeDao

public class OracleItemAttributeDao
extends AbstractOracleDao
implements ItemAttributeDao


Constructor Summary
OracleItemAttributeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemAttribute()
           
 java.util.Set find(ItemAttributeSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 ItemAttributeDto persist(ItemAttributeDto dto)
           
 ItemAttributeDto 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

OracleItemAttributeDao

public OracleItemAttributeDao()
Method Detail

createReferenceCacheForItemAttribute

public ReferenceCache createReferenceCacheForItemAttribute()
                                                    throws SystemException
Specified by:
createReferenceCacheForItemAttribute in interface ItemAttributeDao
Throws:
SystemException

find

public java.util.Set find(ItemAttributeSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface ItemAttributeDao
Throws:
SystemException

getDaoResourceProperty

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

persist

public ItemAttributeDto persist(ItemAttributeDto dto)
                         throws SystemException
Specified by:
persist in interface ItemAttributeDao
Throws:
SystemException

read

public ItemAttributeDto read(DistributedReference ref)
                      throws SystemException
Specified by:
read in interface ItemAttributeDao
Throws:
SystemException


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