com.retek.commons.domain.core.impl.persistence.cache
Class CacheDao
java.lang.Object
com.retek.commons.domain.core.impl.persistence.cache.CacheDao
- Direct Known Subclasses:
- CacheAvsCodeDao, CacheCustomerOrderAuditDao, CacheDepartmentDao, CacheDifferentiatorDao, CacheDifferentiatorGroupHeaderDao, CacheDifferentiatorTypeDao, CacheDirectShipItemSupplierDao, CacheInventoryDao, CacheItemClassDao, CacheItemSubclassDao, CacheItemSupplierDao, CachePackDao, CachePaymentDao, CacheReservationDao, CacheRewardCertificateDao, CacheSellableItemDao, CacheSkuDao, CacheStyleDao, CacheSupplierDao, CacheSystemParameterDao, CacheUdaHeaderDao, CacheUdaValueDao, CacheUomConvertDao
- public abstract class CacheDao
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheDao
public CacheDao()
getLogger
protected RetekLogger getLogger()
getMap
protected abstract java.util.HashMap getMap()
readDto
public AbstractDto readDto(java.lang.String id)
throws SystemException,
InvalidIdException
- Throws:
SystemException
InvalidIdException
submitDto
public AbstractDto submitDto(AbstractDto dto)
throws SystemException
- Throws:
SystemException
findAllDtos
public java.util.Collection findAllDtos()
throws SystemException
- Throws:
SystemException
getNextId
public java.lang.String getNextId()
throws SystemException
- Throws:
SystemException
deleteDto
public void deleteDto(AbstractDto dto)
throws SystemException
- Throws:
SystemException
isWildCardEqual
protected boolean isWildCardEqual(java.lang.String nonWildCardString,
java.lang.String wildCardString)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28