com.retek.component.media.impl.persistence
Interface SeasonCodeDao

All Known Implementing Classes:
CacheSeasonCodeDao, OracleSeasonCodeDao

public interface SeasonCodeDao


Method Summary
 ReferenceCache createReferenceCacheForSeasonCode()
           
 void delete(SeasonCodeDto dto)
           
 java.util.Set findAll()
           
 SeasonCodeDto persist(SeasonCodeDto dto)
           
 SeasonCodeDto read(DistributedReference ref)
           
 

Method Detail

read

public SeasonCodeDto read(DistributedReference ref)
                   throws SystemException,
                          InvalidIdException
Throws:
SystemException
InvalidIdException

persist

public SeasonCodeDto persist(SeasonCodeDto dto)
                      throws SystemException
Throws:
SystemException

delete

public void delete(SeasonCodeDto dto)
            throws SystemException
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Throws:
SystemException

createReferenceCacheForSeasonCode

public ReferenceCache createReferenceCacheForSeasonCode()
                                                 throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28