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

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

public class OracleItemSubclassDao
extends AbstractOracleDao
implements ItemSubclassDao


Constructor Summary
OracleItemSubclassDao()
           
 
Method Summary
 java.util.Set find(java.lang.String departmentId, java.lang.String itemClassId)
           
 ItemSubclassDto persist(ItemSubclassDto dto)
           
 ItemSubclassDto read(java.lang.String departmentId, java.lang.String itemClassId, java.lang.String itemSubclassId)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleItemSubclassDao

public OracleItemSubclassDao()
Method Detail

persist

public ItemSubclassDto persist(ItemSubclassDto dto)
                        throws SystemException
Specified by:
persist in interface ItemSubclassDao
Throws:
SystemException

read

public ItemSubclassDto read(java.lang.String departmentId,
                            java.lang.String itemClassId,
                            java.lang.String itemSubclassId)
                     throws InvalidIdException,
                            SystemException
Specified by:
read in interface ItemSubclassDao
Throws:
InvalidIdException
SystemException

find

public java.util.Set find(java.lang.String departmentId,
                          java.lang.String itemClassId)
                   throws SystemException
Specified by:
find in interface ItemSubclassDao
Throws:
SystemException


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