com.retek.rsm.app.common.service
Class RsmServiceAccessor
java.lang.Object
|
+--com.retek.rsm.app.common.service.RsmServiceAccessor
- public class RsmServiceAccessor
- extends java.lang.Object
Method Summary |
protected com.retek.platform.service.Service |
findService(java.lang.Class serviceInterface)
|
protected com.retek.platform.service.Service |
findService(java.lang.Class serviceInterface,
com.retek.platform.app.security.service.Application application)
|
static RsmServiceAccessor |
getInstance()
|
static com.retek.platform.service.Service |
getService(java.lang.Class serviceInterface)
|
static com.retek.platform.service.Service |
getService(java.lang.Class serviceInterface,
com.retek.platform.app.security.service.Application application)
|
static void |
setInstance(RsmServiceAccessor instance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RsmServiceAccessor getInstance()
setInstance
public static void setInstance(RsmServiceAccessor instance)
getService
public static com.retek.platform.service.Service getService(java.lang.Class serviceInterface)
getService
public static com.retek.platform.service.Service getService(java.lang.Class serviceInterface,
com.retek.platform.app.security.service.Application application)
findService
protected com.retek.platform.service.Service findService(java.lang.Class serviceInterface)
findService
protected com.retek.platform.service.Service findService(java.lang.Class serviceInterface,
com.retek.platform.app.security.service.Application application)