com.retek.component.item.impl.persistence.cache
Class CacheStyleDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
com.retek.component.item.impl.persistence.cache.CacheStyleDao
- All Implemented Interfaces:
- StyleDao
- public class CacheStyleDao
- extends CacheDao
- implements StyleDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheStyleDao
public CacheStyleDao()
getMap
protected java.util.HashMap getMap()
- Specified by:
getMap
in class CacheDao
reset
public static void reset()
getSizeReport
public static java.lang.String getSizeReport()
readStyle
public StyleDto readStyle(java.lang.String id)
throws SystemException,
InvalidIdException
- Specified by:
readStyle
in interface StyleDao
- Throws:
SystemException
InvalidIdException
readStyle
public StyleDto readStyle(java.lang.String id,
boolean readThinDiffGroup)
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
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