org.chorem.lima.service.neogia
Class NeogiaStatusService

java.lang.Object
  extended by org.chorem.lima.service.neogia.NeogiaStatusService
All Implemented Interfaces:
StatusService

public class NeogiaStatusService
extends java.lang.Object
implements StatusService

Author:
ore

Field Summary
protected static java.lang.String BALANCED
           
protected static org.apache.commons.logging.Log log
          log
protected static java.lang.String VALIDATE
           
protected static java.lang.String WIP
           
 
Constructor Summary
NeogiaStatusService()
           
 
Method Summary
 java.util.List<StatusDTO> getAllStatus()
           
 
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


VALIDATE

protected static final java.lang.String VALIDATE
See Also:
Constant Field Values

BALANCED

protected static final java.lang.String BALANCED
See Also:
Constant Field Values

WIP

protected static final java.lang.String WIP
See Also:
Constant Field Values
Constructor Detail

NeogiaStatusService

public NeogiaStatusService()
Method Detail

getAllStatus

public java.util.List<StatusDTO> getAllStatus()
Specified by:
getAllStatus in interface StatusService


Copyright © 2008-2010 CodeLutin. All Rights Reserved.