| java.lang.Object com.sun.portal.app.sharedevents.util.CalUserHelper
CalUserHelper | public class CalUserHelper (Code) | | |
getCalStore | public static CalendarStore getCalStore(boolean checkvalidity, boolean createStore) throws SharedServicesException(Code) | | Returns a CalStore Object instance associated with the Portlet context.
Parameters: checkvalidity - if the value is true then this method wouldrecreate the calendar session if session is invalid.if set to false then no check is performed for thevalidity of the calendar session. Parameters: createStrore - flag to indicate if the creation of calendar store be enforced.if true, calendar store should be created if not present See Also: com.sun.comclient.calendar.CalendarStore |
getDateTimeFromISOString | public static DateTime getDateTimeFromISOString(String isoString)(Code) | | |
getToday | public static DateTime getToday()(Code) | | |
getUserDateFormat | public static String getUserDateFormat()(Code) | | |
|
|