|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.web.CRMApp
public class CRMApp
CRMApp
Constructor Summary | |
---|---|
CRMApp()
|
Method Summary | |
---|---|
java.lang.String |
doEditDemand(javax.servlet.http.HttpServletRequest request)
Do edit a demand |
java.lang.String |
doOpenDemandType(javax.servlet.http.HttpServletRequest request)
Do open a demand type |
fr.paris.lutece.portal.web.xpages.XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the XPage of the plugin CRM |
fr.paris.lutece.portal.service.security.LuteceUser |
getUser(javax.servlet.http.HttpServletRequest request)
Gets the user from the request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRMApp()
Method Detail |
---|
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.plugin.Plugin plugin) throws fr.paris.lutece.portal.service.security.UserNotSignedException, fr.paris.lutece.portal.service.message.SiteMessageException
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
request
- HttpServletRequest
nMode
- the modeplugin
- Plugin
XPage
fr.paris.lutece.portal.service.security.UserNotSignedException
- exception when user is not connected
fr.paris.lutece.portal.service.message.SiteMessageException
- site message when displaying messagespublic java.lang.String doOpenDemandType(javax.servlet.http.HttpServletRequest request)
request
- the HTTP request
public java.lang.String doEditDemand(javax.servlet.http.HttpServletRequest request)
request
- the HTTP request
public fr.paris.lutece.portal.service.security.LuteceUser getUser(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP user
fr.paris.lutece.portal.service.security.UserNotSignedException
- exception if user not connected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |