org.chorem.lima.service.neogia
Class NeogiaAccountService

java.lang.Object
  extended by org.chorem.lima.service.neogia.NeogiaAccountService
All Implemented Interfaces:
AccountService

public class NeogiaAccountService
extends java.lang.Object
implements AccountService

Author:
chemit

Field Summary
protected static org.apache.commons.logging.Log log
          log
 
Constructor Summary
NeogiaAccountService()
           
 
Method Summary
 java.lang.String addAccount(AccountDTO account)
           
 AccountDTO getAllAccount()
           
 java.lang.String removeAccount(AccountDTO account)
           
 java.lang.String updateAccount(AccountDTO account)
           
 
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

NeogiaAccountService

public NeogiaAccountService()
Method Detail

getAllAccount

public AccountDTO getAllAccount()
Specified by:
getAllAccount in interface AccountService

addAccount

public java.lang.String addAccount(AccountDTO account)
Specified by:
addAccount in interface AccountService

updateAccount

public java.lang.String updateAccount(AccountDTO account)
Specified by:
updateAccount in interface AccountService

removeAccount

public java.lang.String removeAccount(AccountDTO account)
Specified by:
removeAccount in interface AccountService


Copyright © 2008-2010 CodeLutin. All Rights Reserved.