|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.server.request.SiteRequestLogic<IdcServiceRequest>
oracle.stellent.wcm.server.request.idcService.IdcServiceLogic
public class IdcServiceLogic
Logic for the IdcService command
| Constructor Summary | |
|---|---|
IdcServiceLogic(ClientApplication clientApplication) |
|
| 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 |
validateSiteRequest(IdcServiceRequest request)Verify the request parameters |
| Methods inherited from class oracle.stellent.wcm.server.request.SiteRequestLogic |
|---|
checkSecurity, checkSecurity, getClientApplication, getProject, getProject, getSection, getSection, 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(ClientApplication clientApplication)
| Method Detail |
|---|
public void validateSiteRequest(IdcServiceRequest request)
throws SiteRequestException
SiteRequestLogicvalidateSiteRequest in class SiteRequestLogic<IdcServiceRequest>request - the requestSiteRequestException - 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 SiteRequestException
request - the idcservice commandSiteRequestException
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® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||