|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.item.impl.persistence.db.oracle.OracleItemSubclassDao
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 |
public OracleItemSubclassDao()
Method Detail |
public ItemSubclassDto persist(ItemSubclassDto dto) throws SystemException
persist
in interface ItemSubclassDao
SystemException
public ItemSubclassDto read(java.lang.String departmentId, java.lang.String itemClassId, java.lang.String itemSubclassId) throws InvalidIdException, SystemException
read
in interface ItemSubclassDao
InvalidIdException
SystemException
public java.util.Set find(java.lang.String departmentId, java.lang.String itemClassId) throws SystemException
find
in interface ItemSubclassDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |