org.chorem.lima.service.neogia
Class NeogiaEntryService

java.lang.Object
  extended by org.chorem.lima.service.neogia.NeogiaEntryService
All Implemented Interfaces:
EntryService

public class NeogiaEntryService
extends java.lang.Object
implements EntryService

Author:
chemit

Field Summary
protected static org.apache.commons.logging.Log log
          log
 
Constructor Summary
NeogiaEntryService()
           
 
Method Summary
 java.lang.String addEntry(java.util.List<StatusDTO> list, EntryDTO entry)
           
 java.util.List<EntryDTO> getAllEntry()
           
 java.util.List<EntryDTO> getEntryByTransaction(TransactionDTO trans, java.util.List<AccountDTO> accounts)
           
 java.lang.String removeEntry(java.util.List<StatusDTO> list, EntryDTO entry)
           
 java.lang.String updateEntry(java.util.List<StatusDTO> list, EntryDTO entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
log

Constructor Detail

NeogiaEntryService

public NeogiaEntryService()
Method Detail

getAllEntry

public java.util.List<EntryDTO> getAllEntry()
Specified by:
getAllEntry in interface EntryService

getEntryByTransaction

public java.util.List<EntryDTO> getEntryByTransaction(TransactionDTO trans,
                                                      java.util.List<AccountDTO> accounts)
Specified by:
getEntryByTransaction in interface EntryService

removeEntry

public java.lang.String removeEntry(java.util.List<StatusDTO> list,
                                    EntryDTO entry)
Specified by:
removeEntry in interface EntryService

updateEntry

public java.lang.String updateEntry(java.util.List<StatusDTO> list,
                                    EntryDTO entry)
Specified by:
updateEntry in interface EntryService

addEntry

public java.lang.String addEntry(java.util.List<StatusDTO> list,
                                 EntryDTO entry)
Specified by:
addEntry in interface EntryService


Copyright © 2008-2010 CodeLutin. All Rights Reserved.