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

All Known Implementing Classes:
CacheMediaTypeDao, OracleMediaTypeDao

public interface MediaTypeDao


Method Summary
 ReferenceCache createReferenceCacheForMediaType()
           
 void delete(MediaTypeDto dto)
           
 java.util.Set findAll()
           
 MediaTypeDto persist(MediaTypeDto dto)
           
 MediaTypeDto read(DistributedReference reference)
           
 

Method Detail

read

public MediaTypeDto read(DistributedReference reference)
                  throws SystemException
Throws:
SystemException

persist

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

findAll

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

createReferenceCacheForMediaType

public ReferenceCache createReferenceCacheForMediaType()
                                                throws SystemException
Throws:
SystemException

delete

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


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