com.retek.commons.domain.core.impl.persistence.cache
Class CacheDao

java.lang.Object
  extended bycom.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


Constructor Summary
CacheDao()
           
 
Method Summary
 void deleteDto(AbstractDto dto)
           
 java.util.Collection findAllDtos()
           
protected  RetekLogger getLogger()
           
protected abstract  java.util.HashMap getMap()
           
 java.lang.String getNextId()
           
protected  boolean isWildCardEqual(java.lang.String nonWildCardString, java.lang.String wildCardString)
           
 AbstractDto readDto(java.lang.String id)
           
 AbstractDto submitDto(AbstractDto dto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDao

public CacheDao()
Method Detail

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