Package org.silverpeas.web.pdc.servlets
Class InterestCentersHelper
- java.lang.Object
-
- org.silverpeas.web.pdc.servlets.InterestCentersHelper
-
public class InterestCentersHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
loadICenter(PdcSearchSessionController pdcSC, String icId)
static void
processICenterSaving(PdcSearchSessionController pdcSC, javax.servlet.http.HttpServletRequest request)
static String
putSelectedInterestCenterId(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
putSelectedInterestCenterId
public static String putSelectedInterestCenterId(javax.servlet.http.HttpServletRequest request) throws Exception
- Throws:
Exception
-
loadICenter
public static void loadICenter(PdcSearchSessionController pdcSC, String icId) throws Exception
- Throws:
Exception
-
processICenterSaving
public static void processICenterSaving(PdcSearchSessionController pdcSC, javax.servlet.http.HttpServletRequest request) throws Exception
- Throws:
Exception
-
-