org.chorem.lima.service.neogia
Class NeogiaEntryService
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
- log
NeogiaEntryService
public NeogiaEntryService()
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.