org.ferris.journal.jws.journal
Interface JournalJws
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- JournalJwsBindingStub
public interface JournalJws
- extends Remote
delete
Boolean delete(Account account,
long journalId)
throws RemoteException
- Throws:
RemoteException
findActive
Journal[] findActive(Account account)
throws RemoteException
- Throws:
RemoteException
findAll
Journal[] findAll(Account account)
throws RemoteException
- Throws:
RemoteException
findById
Journal findById(Account account,
long journalId)
throws RemoteException
- Throws:
RemoteException
findInActive
Journal[] findInActive(Account account)
throws RemoteException
- Throws:
RemoteException
insert
Journal insert(Journal journal)
throws RemoteException
- Throws:
RemoteException
test
String test(String returnThisString)
throws RemoteException
- Throws:
RemoteException
update
Journal update(Journal journal)
throws RemoteException
- Throws:
RemoteException
Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.