it.eng.spago.dispatching.service.list.smart.impl
Class DelegatedSmartListService

java.lang.Object
  extended byit.eng.spago.dispatching.service.list.smart.impl.DelegatedSmartListService

public class DelegatedSmartListService
extends java.lang.Object


Field Summary
static java.lang.String LIST_CURRENT
           
static java.lang.String LIST_DELETE
           
static java.lang.String LIST_FIRST
           
static java.lang.String LIST_LAST
           
static java.lang.String LIST_NEXT
           
static java.lang.String LIST_NOCACHE
           
static java.lang.String LIST_PAGE
           
static java.lang.String LIST_PREV
           
 
Constructor Summary
DelegatedSmartListService()
           
 
Method Summary
static boolean delete(ServiceIFace service, SourceBean request, SourceBean response)
           
static IFaceListProvider getList(ServiceIFace service, SourceBean request, SourceBean response)
           
static java.lang.String getMessage(SourceBean serviceRequest)
           
static void init(ServiceIFace service, SourceBean config)
           
static void service(ServiceIFace service, SourceBean request, SourceBean response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_PAGE

public static final java.lang.String LIST_PAGE
See Also:
Constant Field Values

LIST_FIRST

public static final java.lang.String LIST_FIRST
See Also:
Constant Field Values

LIST_PREV

public static final java.lang.String LIST_PREV
See Also:
Constant Field Values

LIST_NEXT

public static final java.lang.String LIST_NEXT
See Also:
Constant Field Values

LIST_LAST

public static final java.lang.String LIST_LAST
See Also:
Constant Field Values

LIST_CURRENT

public static final java.lang.String LIST_CURRENT
See Also:
Constant Field Values

LIST_NOCACHE

public static final java.lang.String LIST_NOCACHE
See Also:
Constant Field Values

LIST_DELETE

public static final java.lang.String LIST_DELETE
See Also:
Constant Field Values
Constructor Detail

DelegatedSmartListService

public DelegatedSmartListService()
Method Detail

init

public static void init(ServiceIFace service,
                        SourceBean config)

service

public static void service(ServiceIFace service,
                           SourceBean request,
                           SourceBean response)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getList

public static IFaceListProvider getList(ServiceIFace service,
                                        SourceBean request,
                                        SourceBean response)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

delete

public static boolean delete(ServiceIFace service,
                             SourceBean request,
                             SourceBean response)

getMessage

public static java.lang.String getMessage(SourceBean serviceRequest)