org.chorem.lima.service.neogia
Class NeogiaJournalService

java.lang.Object
  extended by org.chorem.lima.service.neogia.NeogiaJournalService
All Implemented Interfaces:
JournalService

public class NeogiaJournalService
extends java.lang.Object
implements JournalService

Author:
ore

Field Summary
protected static org.apache.commons.logging.Log log
          log
 
Constructor Summary
NeogiaJournalService()
           
 
Method Summary
 java.lang.String addJournal(JournalDTO journal)
           
 java.util.List<JournalDTO> getAllJournal()
           
 java.lang.String removeJournal(JournalDTO journal)
           
 java.lang.String updateJournal(JournalDTO journal)
           
 
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

NeogiaJournalService

public NeogiaJournalService()
Method Detail

addJournal

public java.lang.String addJournal(JournalDTO journal)
Specified by:
addJournal in interface JournalService

updateJournal

public java.lang.String updateJournal(JournalDTO journal)
Specified by:
updateJournal in interface JournalService

removeJournal

public java.lang.String removeJournal(JournalDTO journal)
Specified by:
removeJournal in interface JournalService

getAllJournal

public java.util.List<JournalDTO> getAllJournal()
Specified by:
getAllJournal in interface JournalService


Copyright © 2008-2010 CodeLutin. All Rights Reserved.