org.chorem.lima.service.neogia
Class NeogiaServiceFactory

java.lang.Object
  extended by org.chorem.lima.service.ServiceFactory
      extended by org.chorem.lima.service.neogia.NeogiaServiceFactory

public class NeogiaServiceFactory
extends ServiceFactory

Author:
ore

Field Summary
 
Fields inherited from class org.chorem.lima.service.ServiceFactory
instance, log
 
Constructor Summary
NeogiaServiceFactory()
           
 
Method Summary
 AccountService getAccountService()
           
 CompanyService getCompanyService()
           
 EntryService getEntryService()
           
 FileService getFileService()
           
 JournalService getJournalService()
           
 PeriodService getPeriodService()
           
 StatusService getStatusService()
           
 TransactionService getTransactionService()
           
 UserService getUserService()
           
protected  void initFactory(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 
Methods inherited from class org.chorem.lima.service.ServiceFactory
checkInit, getServiceFactory, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeogiaServiceFactory

public NeogiaServiceFactory()
Method Detail

initFactory

protected void initFactory(java.util.Map<java.lang.String,java.lang.Object> properties)
Specified by:
initFactory in class ServiceFactory

getAccountService

public AccountService getAccountService()
Specified by:
getAccountService in class ServiceFactory

getJournalService

public JournalService getJournalService()
Specified by:
getJournalService in class ServiceFactory

getTransactionService

public TransactionService getTransactionService()
Specified by:
getTransactionService in class ServiceFactory

getEntryService

public EntryService getEntryService()
Specified by:
getEntryService in class ServiceFactory

getPeriodService

public PeriodService getPeriodService()
Specified by:
getPeriodService in class ServiceFactory

getCompanyService

public CompanyService getCompanyService()
Specified by:
getCompanyService in class ServiceFactory

getUserService

public UserService getUserService()
Specified by:
getUserService in class ServiceFactory

getStatusService

public StatusService getStatusService()
Specified by:
getStatusService in class ServiceFactory

getFileService

public FileService getFileService()
Specified by:
getFileService in class ServiceFactory


Copyright © 2008-2010 CodeLutin. All Rights Reserved.