|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.server.request.logic.RequestLogic<IdcServiceRequest>
oracle.stellent.wcm.server.request.logic.idcService.IdcServiceLogic
public class IdcServiceLogic
Logic for the IdcService command
| Constructor Summary | |
|---|---|
IdcServiceLogic(ServerContext serverContext) |
|
| Method Summary | |
|---|---|
oracle.stellent.ridc.protocol.ServiceResponse |
executeService(IdcServiceRequest request)Execute the service |
oracle.stellent.ridc.model.DataBinder |
getBinder(IdcServiceRequest request) |
ServiceAdapter |
getServiceAdapter() |
protected void |
populateBinder(IdcServiceRequest request, oracle.stellent.ridc.model.DataBinder binder)Populate the binder |
protected void |
populateBinderFromJson(IdcServiceRequest request, oracle.stellent.ridc.model.DataBinder binder)Populate this binder from the Json encoded binder |
protected void |
populateBinderFromParams(IdcServiceRequest request, oracle.stellent.ridc.model.DataBinder binder)Populate the binder from the explicitly defined parameters |
protected void |
populateBinderFromString(IdcServiceRequest request, oracle.stellent.ridc.model.DataBinder binder)Populate the binder from the serialized binder |
void |
validateRequest(IdcServiceRequest request)Verify the request parameters |
| Methods inherited from class oracle.stellent.wcm.server.request.logic.RequestLogic |
|---|
checkSecurity, checkSecurity, getProject, getProject, getSection, getSection, getServerContext, getStructure, isSectionAvailable, setRequestSiteID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdcServiceLogic(ServerContext serverContext)
| Method Detail |
|---|
public void validateRequest(IdcServiceRequest request)
throws RequestException
RequestLogicvalidateRequest in class RequestLogic<IdcServiceRequest>request - the requestRequestException - if the parameters are not validpublic ServiceAdapter getServiceAdapter()
public oracle.stellent.ridc.model.DataBinder getBinder(IdcServiceRequest request)
request - the idcservice command
public oracle.stellent.ridc.protocol.ServiceResponse executeService(IdcServiceRequest request)
throws RequestException
request - the idcservice commandRequestException
protected void populateBinder(IdcServiceRequest request,
oracle.stellent.ridc.model.DataBinder binder)
throws java.lang.Exception
request - the idcservice commandbinder - the default binderjava.lang.Exception
protected void populateBinderFromString(IdcServiceRequest request,
oracle.stellent.ridc.model.DataBinder binder)
throws java.lang.Exception
request - the idcservice commandbinder - the current binderjava.lang.Exception
protected void populateBinderFromJson(IdcServiceRequest request,
oracle.stellent.ridc.model.DataBinder binder)
throws org.json.JSONException
request - the idcservice commandbinder - the current binderorg.json.JSONException
protected void populateBinderFromParams(IdcServiceRequest request,
oracle.stellent.ridc.model.DataBinder binder)
throws java.io.IOException
request - the idcservice commandbinder - the current binderjava.io.IOException
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||