public class SolrIndexResource
extends <any>
| Constructor and Description |
|---|
SolrIndexResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteSolrIndex()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getHMCHistoryEntryResource(String resourceKey)
Generated getter for sub resource of type
HMCHistoryEntryResource for current root resource |
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
getSolrIndex()
Generated HTTP method for covering GET requests.
|
SolrIndexModel |
getSolrIndexModel()
Convenience method which just delegates to
#getResourceValue() |
Response |
putSolrIndex(SolrIndexDTO dto)
Generated HTTP method for covering PUT requests.
|
protected SolrIndexModel |
readResource(String resourceId)
Gets the
SolrIndexModel resource which is addressed by current resource request. |
void |
setSolrIndexModel(SolrIndexModel value)
Convenience method which just delegates to
#setResourceValue(SolrIndexModel) |
public SolrIndexResource()
public Response deleteSolrIndex()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response getSolrIndex()
Responsepublic SolrIndexModel getSolrIndexModel()
#getResourceValue()public Response putSolrIndex(SolrIndexDTO dto)
Responseprotected SolrIndexModel readResource(String resourceId) throws Exception
SolrIndexModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setSolrIndexModel(SolrIndexModel value)
#setResourceValue(SolrIndexModel)Copyright © 2017 SAP SE. All Rights Reserved.