public abstract class AbstractNoOpResourceManager extends AbstractBaseResourceManager
locator| Constructor and Description |
|---|
AbstractNoOpResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
collectionActionInternal(Object resources,
ApiRequest request) |
protected Object |
createInternal(String type,
ApiRequest request) |
protected Object |
deleteInternal(String type,
String id,
Object obj,
ApiRequest request) |
protected Object |
getLinkInternal(String type,
String id,
String link,
ApiRequest request) |
String[] |
getTypes() |
protected Object |
listInternal(SchemaFactory schemaFactory,
String type,
Map<Object,Object> criteria,
ListOptions options) |
protected Object |
resourceActionInternal(Object obj,
ApiRequest request) |
protected Object |
updateInternal(String type,
String id,
Object obj,
ApiRequest request) |
addActions, addFilters, addLinks, addPagination, addResourceToCreateResponse, addSort, authorize, collectionAction, constructResource, convertResponse, convertResponse, create, createCollection, createResource, delete, getById, getByIdInternal, getCollectionType, getDefaultCriteria, getFirstFromList, getLink, getLinks, getLocator, getMarker, getSchemaForDisplay, getSortLinks, handleException, list, list, mergeCriteria, resourceAction, setLocator, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeClassespublic String[] getTypes()
protected Object listInternal(SchemaFactory schemaFactory, String type, Map<Object,Object> criteria, ListOptions options)
listInternal in class AbstractBaseResourceManagerprotected Object createInternal(String type, ApiRequest request)
createInternal in class AbstractBaseResourceManagerprotected Object updateInternal(String type, String id, Object obj, ApiRequest request)
updateInternal in class AbstractBaseResourceManagerprotected Object deleteInternal(String type, String id, Object obj, ApiRequest request)
deleteInternal in class AbstractBaseResourceManagerprotected Object getLinkInternal(String type, String id, String link, ApiRequest request)
getLinkInternal in class AbstractBaseResourceManagerprotected Object resourceActionInternal(Object obj, ApiRequest request)
resourceActionInternal in class AbstractBaseResourceManagerprotected Object collectionActionInternal(Object resources, ApiRequest request)
collectionActionInternal in class AbstractBaseResourceManagerCopyright © 2014. All rights reserved.