com.retek.component.history.impl.remote
Interface HistoryServicesLocal

All Superinterfaces:
DefaultSessionLocal, javax.ejb.EJBLocalObject

public interface HistoryServicesLocal
extends DefaultSessionLocal

Local interface for com.retek.component.history.impl.remote.HistoryServices.


Method Summary
 HistoryEventDto submit(HistoryEventDto historyEventDto)
           
 HistoryEventTypeDto submit(HistoryEventTypeDto historyEventTypeDto)
           
 void submitHistoryEvents(java.util.Collection eventRequests)
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionLocal
getLocal, getLocalHome, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

submit

public HistoryEventDto submit(HistoryEventDto historyEventDto)
                       throws SystemException
Throws:
SystemException

submit

public HistoryEventTypeDto submit(HistoryEventTypeDto historyEventTypeDto)
                           throws SystemException
Throws:
SystemException

submitHistoryEvents

public void submitHistoryEvents(java.util.Collection eventRequests)
                         throws SystemException
Throws:
SystemException


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