com.retek.component.item.impl.persistence.db.oracle
Class OracleStyleDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.item.impl.persistence.db.oracle.OracleStyleDao
- All Implemented Interfaces:
- StyleDao
- public class OracleStyleDao
- extends AbstractOracleDao
- implements StyleDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleStyleDao
public OracleStyleDao()
readStyle
public StyleDto readStyle(java.lang.String id)
throws SystemException,
InvalidIdException
- Specified by:
readStyle
in interface StyleDao
- Throws:
SystemException
InvalidIdException
readStyles
public java.util.Set readStyles(java.util.Set ids,
boolean readThinDiffGroup)
throws SystemException,
InvalidIdException
- Specified by:
readStyles
in interface StyleDao
- Throws:
SystemException
InvalidIdException
readExistingStyles
public java.util.Set readExistingStyles(java.util.Set ids)
throws SystemException
- Specified by:
readExistingStyles
in interface StyleDao
- Throws:
SystemException
readStyle
public StyleDto readStyle(java.lang.String id,
boolean readThinDiffGroup)
throws SystemException,
InvalidIdException
- Specified by:
readStyle
in interface StyleDao
- Throws:
SystemException
InvalidIdException
submit
public StyleDto submit(StyleDto dto)
throws SystemException
- Specified by:
submit
in interface StyleDao
- Throws:
SystemException
delete
public void delete(StyleDto dto)
throws SystemException
- Specified by:
delete
in interface StyleDao
- Throws:
SystemException
findIds
public java.util.Collection findIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
findIds
in interface StyleDao
- Throws:
SystemException
find
public java.util.Collection find(ItemSearchCriteria searchCriteria)
throws SystemException
- Specified by:
find
in interface StyleDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28