|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.web.RESTWebService
com.silverpeas.delegatednews.web.ListDelegatedNewsResource
@Service @RequestScoped @Authorized public class ListDelegatedNewsResource
A REST Web resource representing a given delegated news. It is a web service that provides an access to a delegated news referenced by its URL.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.silverpeas.web.RESTWebService |
---|
com.silverpeas.web.RESTWebService.WebProcess<RETURN_VALUE>, com.silverpeas.web.RESTWebService.WebTreatment<RETURN_VALUE> |
Field Summary |
---|
Fields inherited from class com.silverpeas.web.RESTWebService |
---|
RESPONSE_HEADER_ARRAYSIZE, REST_WEB_SERVICES_URI_BASE |
Constructor Summary | |
---|---|
ListDelegatedNewsResource()
|
Method Summary | |
---|---|
String |
getComponentId()
|
protected DelegatedNewsService |
getDelegatedNewsService()
Gets a business service on delegatedNews. |
DelegatedNewsEntity[] |
updateDelegatedNews(DelegatedNewsEntity[] newDelegatedNews)
Updates order or delete the delegatedNews from the JSON representation. |
Methods inherited from class com.silverpeas.web.RESTWebService |
---|
getBundle, getBundleLocation, getGreaterUserRole, getHttpRequest, getHttpServletRequest, getHttpServletResponse, getOrganisationController, getUriInfo, getUserDetail, getUserPreferences, getUserRoles, process, validateUserAuthentication, validateUserAuthorization |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListDelegatedNewsResource()
Method Detail |
---|
protected DelegatedNewsService getDelegatedNewsService()
public String getComponentId()
getComponentId
in class com.silverpeas.web.RESTWebService
public DelegatedNewsEntity[] updateDelegatedNews(DelegatedNewsEntity[] newDelegatedNews)
newDelegatedNews
- an array of delegated news to update order or to delete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |