org.ferris.journal.jws.journal
Interface JournalJws

All Superinterfaces:
Remote
All Known Implementing Classes:
JournalJwsBindingStub

public interface JournalJws
extends Remote


Method Summary
 Boolean delete(Account account, long journalId)
           
 Journal[] findActive(Account account)
           
 Journal[] findAll(Account account)
           
 Journal findById(Account account, long journalId)
           
 Journal[] findInActive(Account account)
           
 Journal insert(Journal journal)
           
 String test(String returnThisString)
           
 Journal update(Journal journal)
           
 

Method Detail

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.