|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
fr.paris.lutece.plugins.contact.web.ContactJspBean
public class ContactJspBean
This class provides the user interface to manage contact features ( manage, create, modify, remove, change order of contact )
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_CONTACT
|
Constructor Summary | |
---|---|
ContactJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doCreateContact(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new contact |
java.lang.String |
doModifyContact(javax.servlet.http.HttpServletRequest request)
Process the change form of a contact |
java.lang.String |
doModifyContactsOrder(javax.servlet.http.HttpServletRequest request)
Modifies the order in the list of contacts |
java.lang.String |
doRemoveContact(javax.servlet.http.HttpServletRequest request)
Treats the removal form of a contact |
java.lang.String |
getConfirmRemoveContact(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a contact whose identifier is in the http request |
java.lang.String |
getCreateContact(javax.servlet.http.HttpServletRequest request)
Returns the form to create a contact |
java.lang.String |
getManageContacts(javax.servlet.http.HttpServletRequest request)
Returns the list of people to contact by email |
java.lang.String |
getModifyContact(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a contact |
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean |
---|
getPlugin, init |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, setFeatureIcon, setPageTitleProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RIGHT_MANAGE_CONTACT
Constructor Detail |
---|
public ContactJspBean()
Method Detail |
---|
public java.lang.String getManageContacts(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getCreateContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doCreateContact(javax.servlet.http.HttpServletRequest request)
request
- The Http Request
public java.lang.String getModifyContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doModifyContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doModifyContactsOrder(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getConfirmRemoveContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doRemoveContact(javax.servlet.http.HttpServletRequest request)
request
- The Http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |