Package com.logicaldoc.web.service
Class DashletServiceImpl
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
com.logicaldoc.web.service.AbstractRemoteService
com.logicaldoc.web.service.DashletServiceImpl
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService,- com.google.gwt.user.server.rpc.SerializationPolicyProvider,- DashletService,- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
The dashlet service for the operations on the dashlets done through the GUI.
- Since:
- 8.2.3
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.logicaldoc.gui.frontend.client.services.DashletServiceDashletService.Instance
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete(long dashletId) get(long dashletId) Gets a dashletGets a dashletLoads all the dashlet definitionsvoidsave(GUIDashlet guiDashlet) Saves a dashletvoidsaveDashlets(List<GUIDashlet> dashlets) Saves the dashlet definitionsvoidsaveUserDashlets(List<GUIDashlet> dashlets) Saves the user's dashlet configurationMethods inherited from class com.logicaldoc.web.service.AbstractRemoteServicesetThreadRequestMethods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServletgetSerializationPolicy, init, processCall, processCall, processPostMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServletdoPostMethods inherited from class jakarta.servlet.http.HttpServletserviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Constructor Details- 
DashletServiceImplpublic DashletServiceImpl()
 
- 
- 
Method Details- 
saveDescription copied from interface:DashletServiceSaves a dashlet- Specified by:
- savein interface- DashletService
- Parameters:
- guiDashlet- the dashlet to save
- Throws:
- ServerException- an error happened in the server application
 
- 
saveDashletsDescription copied from interface:DashletServiceSaves the dashlet definitions- Specified by:
- saveDashletsin interface- DashletService
- Parameters:
- dashlets- the dashlets to save
- Throws:
- ServerException- an error happened in the server application
 
- 
loadDashletsDescription copied from interface:DashletServiceLoads all the dashlet definitions- Specified by:
- loadDashletsin interface- DashletService
- Returns:
- all the dashlets
- Throws:
- ServerException- an error happened in the server application
 
- 
getDescription copied from interface:DashletServiceGets a dashlet- Specified by:
- getin interface- DashletService
- Parameters:
- dashletId- identifier of the dashlet
- Returns:
- the dashlet retrieved by the server application
- Throws:
- ServerException- an error happened in the server application
 
- 
getDescription copied from interface:DashletServiceGets a dashlet- Specified by:
- getin interface- DashletService
- Parameters:
- name- the name of the dashlet
- Returns:
- the dashlet retrieved by the server application
- Throws:
- ServerException- an error happened in the server application
 
- 
delete- Specified by:
- deletein interface- DashletService
- Throws:
- ServerException
 
- 
saveUserDashletsDescription copied from interface:DashletServiceSaves the user's dashlet configuration- Specified by:
- saveUserDashletsin interface- DashletService
- Parameters:
- dashlets- the dashlets to save
- Throws:
- ServerException- an error happened in the server application
 
 
-