com.retek.component.item.impl.persistence
Interface StyleDao
- All Known Implementing Classes:
- CacheStyleDao, OracleStyleDao
- public interface StyleDao
readStyle
public StyleDto readStyle(java.lang.String id)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
readStyle
public StyleDto readStyle(java.lang.String id,
boolean readThinDiffGroup)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
readStyles
public java.util.Set readStyles(java.util.Set ids,
boolean readThinDiffGroup)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
readExistingStyles
public java.util.Set readExistingStyles(java.util.Set ids)
throws SystemException
- Throws:
SystemException
submit
public StyleDto submit(StyleDto dto)
throws SystemException
- Throws:
SystemException
delete
public void delete(StyleDto dto)
throws SystemException
- Throws:
SystemException
find
public java.util.Collection find(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
findIds
public java.util.Collection findIds(ItemSearchCriteria searchCriteria)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28