com.retek.component.history.impl.persistence
Interface HistoryEventDao
- All Known Implementing Classes:
- CacheHistoryEventDao, OracleHistoryEventDao
- public interface HistoryEventDao
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