org.ferris.journal.jws.journalentry
Interface JournalEntryJws

All Superinterfaces:
Remote
All Known Implementing Classes:
JournalEntryJwsBindingStub

public interface JournalEntryJws
extends Remote


Method Summary
 Boolean delete(long accountId, long journalEntryId)
           
 JournalEntry findById(long accountId, long journalEntryId)
           
 JournalEntry[] findByJournal(long accountId, long journalId)
           
 JournalEntry insert(JournalEntry journalEntry)
           
 JournalEntry[] search(long accountId, String keyword, long[] journalIds, Calendar minDateInclusive, Calendar maxDateInclusive)
           
 String test(String returnThisString)
           
 JournalEntry update(JournalEntry journalEntry)
           
 

Method Detail

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.