com.retek.component.history.impl.persistence
Interface HistoryEventDao

All Known Implementing Classes:
CacheHistoryEventDao, OracleHistoryEventDao

public interface HistoryEventDao


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessIface)
           
 java.util.List find(HistoryEventSearchCriteria criteria)
           
 java.util.Set findHistoryEventTypes()
           
 HistoryEventDto persist(HistoryEventDto dto)
           
 HistoryEventTypeDto persist(HistoryEventTypeDto dto)
           
 java.util.Set persist(java.util.Set dtos)
           
 HistoryEventDto read(DistributedReference ref)
           
 HistoryEventTypeDto readHistoryEventType(DistributedReference ref)
           
 

Method Detail

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessIface)
                                    throws SystemException
Throws:
SystemException

persist

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

persist

public java.util.Set persist(java.util.Set dtos)
                      throws SystemException
Throws:
SystemException

persist

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

read

public HistoryEventDto read(DistributedReference ref)
                     throws SystemException
Throws:
SystemException

readHistoryEventType

public HistoryEventTypeDto readHistoryEventType(DistributedReference ref)
                                         throws SystemException
Throws:
SystemException

find

public java.util.List find(HistoryEventSearchCriteria criteria)
                    throws SystemException
Throws:
SystemException

findHistoryEventTypes

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


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