org.ferris.journal.jws.journalentry
Interface JournalEntryJws
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- JournalEntryJwsBindingStub
public interface JournalEntryJws
- extends Remote
delete
Boolean delete(long accountId,
long journalEntryId)
throws RemoteException
- Throws:
RemoteException
findById
JournalEntry findById(long accountId,
long journalEntryId)
throws RemoteException
- Throws:
RemoteException
findByJournal
JournalEntry[] findByJournal(long accountId,
long journalId)
throws RemoteException
- Throws:
RemoteException
insert
JournalEntry insert(JournalEntry journalEntry)
throws RemoteException
- Throws:
RemoteException
search
JournalEntry[] search(long accountId,
String keyword,
long[] journalIds,
Calendar minDateInclusive,
Calendar maxDateInclusive)
throws RemoteException
- Throws:
RemoteException
test
String test(String returnThisString)
throws RemoteException
- Throws:
RemoteException
update
JournalEntry update(JournalEntry journalEntry)
throws RemoteException
- Throws:
RemoteException
Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.