public class PASystemAdminEntityProvider extends Object implements EntityProvider, AutoRegisterEntityProvider, ActionsExecutable, Outputable, Describeable
| Modifier and Type | Field and Description |
|---|---|
protected DeveloperHelperService |
developerHelperService |
ACTION_METHOD_SUFFIXALL_KNOWN_FORMATS, ATOM, ATOM_EXTENSIONS, ATOM_MIME_TYPE, FORM, FORM_EXTENSIONS, FORM_MIME_TYPE, HTML, HTML_EXTENSIONS, HTML_MIME_TYPE, JSON, JSON_EXTENSIONS, JSON_MIME_TYPE, JSONP, JSONP_EXTENSIONS, JSONP_MIME_TYPE, RSS, RSS_EXTENSIONS, RSS_MIME_TYPE, TXT, TXT_EXTENSIONS, TXT_MIME_TYPE, UTF_8, XML, XML_EXTENSIONS, XML_MIME_TYPE| Constructor and Description |
|---|
PASystemAdminEntityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
createBanner(EntityView view,
Map<String,Object> params) |
String |
createPopup(EntityView view,
Map<String,Object> params) |
String |
deleteBanner(EntityView view,
Map<String,Object> params) |
String |
deletePopup(EntityView view,
Map<String,Object> params) |
String |
getEntityPrefix() |
String[] |
getHandledOutputFormats() |
void |
setDeveloperHelperService(DeveloperHelperService developerHelperService) |
void |
setEntityProviderManager(EntityProviderManager entityProviderManager) |
String |
startSession(EntityView view,
Map<String,Object> params)
Return a PA System service token to be passed with subsequent requests.
|
protected DeveloperHelperService developerHelperService
public String[] getHandledOutputFormats()
getHandledOutputFormats in interface Outputablepublic String getEntityPrefix()
getEntityPrefix in interface EntityProviderpublic String startSession(EntityView view, Map<String,Object> params)
public String createPopup(EntityView view, Map<String,Object> params)
public String deletePopup(EntityView view, Map<String,Object> params)
public String createBanner(EntityView view, Map<String,Object> params)
public String deleteBanner(EntityView view, Map<String,Object> params)
public void setEntityProviderManager(EntityProviderManager entityProviderManager)
public void setDeveloperHelperService(DeveloperHelperService developerHelperService)
Copyright © 2003–2017 Sakai Project. All rights reserved.