org.jasig.portlets.FeedbackPortlet
Class FeedbackQueryParameters
java.lang.Object
org.jasig.portlets.FeedbackPortlet.FeedbackQueryParameters
public class FeedbackQueryParameters
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MILLIS_IN_A_DAY
public static final long MILLIS_IN_A_DAY
- See Also:
- Constant Field Values
MILLIS_IN_30_DAYS
public static final long MILLIS_IN_30_DAYS
- See Also:
- Constant Field Values
START_DISPLAY_COUNT
public static final String START_DISPLAY_COUNT
- See Also:
- Constant Field Values
ITEMS_DISPLAYED
public static final String ITEMS_DISPLAYED
- See Also:
- Constant Field Values
USER_ROLE
public static final String USER_ROLE
- See Also:
- Constant Field Values
FEEDBACK_TYPE
public static final String FEEDBACK_TYPE
- See Also:
- Constant Field Values
COMMENTS_ONLY_DISPLAYED
public static final String COMMENTS_ONLY_DISPLAYED
- See Also:
- Constant Field Values
START_DISPLAY_DATE
public static final String START_DISPLAY_DATE
- See Also:
- Constant Field Values
END_DISPLAY_DATE
public static final String END_DISPLAY_DATE
- See Also:
- Constant Field Values
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
FeedbackQueryParameters
public FeedbackQueryParameters()
FeedbackQueryParameters
public FeedbackQueryParameters(int start,
int items,
String role,
String feedbacktype,
Boolean comments,
Date startDate,
Date endDate)
createParametersFromSession
public static FeedbackQueryParameters createParametersFromSession(javax.portlet.PortletSession session)
updateParametersWithForm
public void updateParametersWithForm(ViewFeedbackForm form)
throws Exception
- Throws:
Exception
putIntoModelMap
public Map putIntoModelMap()
getInt
public int getInt(String parameterName)
setPagingStart
public void setPagingStart(int newStart)
getDate
public Date getDate(String parameterName)
getEndDate
public Date getEndDate(String parameterName)
getString
public String getString(String parameterName)
getBoolean
public boolean getBoolean(String parameterName)
getObject
public Object getObject(String parameterName)
Copyright © 2012 Jasig. All Rights Reserved.