it.eng.spago.dispatching.service.list.basic.impl
Class DelegatedBasicListService

java.lang.Object
  extended byit.eng.spago.dispatching.service.list.basic.impl.DelegatedBasicListService

public class DelegatedBasicListService
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
           
 
Method Summary
static boolean delete(ServiceIFace service, SourceBean request, SourceBean response)
           
static ListIFace getList(ServiceIFace service, SourceBean request, SourceBean response)
           
static java.lang.String getMessage(SourceBean request)
           
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
Method Detail

service

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

getList

public static ListIFace 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 request)