com.tibco.bpm.web.client.services.results
Class GetCalendarEntriesResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.GetCalendarEntriesResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class GetCalendarEntriesResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Contains the collection of CalendarEntries, from the named Calendar, that fall within the given date range. For recurring entries, the entry will include those occurrences that fall within the given date range.

©2012 Cloud Software Group, Inc.

Since:
2.0

Constructor Summary
GetCalendarEntriesResult(CalendarEntries entries)
          Constructor for GetCalendarEntriesResult..
 
Method Summary
 CalendarEntries getEntries()
          Gets CalendarEntries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCalendarEntriesResult

public GetCalendarEntriesResult(CalendarEntries entries)
Constructor for GetCalendarEntriesResult..

Parameters:
entries -
Method Detail

getEntries

public CalendarEntries getEntries()
Gets CalendarEntries.

Returns:
Returns the entries.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.