Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.activitystreaming
Interface SummaryDisplayOptions


public interface SummaryDisplayOptions

Method Summary
 int getDurection()
           
 java.util.Date getEndDate()
          Return the end date criteria.
 int getNumResults()
          Return the number of results to be returned.
 java.util.Date getStartDate()
          Return the start date criteria.
 boolean isAscending()
          Return whether results are in ascending order.
 void setAscending(boolean ascending)
          Set whether results are in ascending order
 void setDuration(int nhours)
           
 void setEndDate(java.util.Date endDate)
          Set the end date criteria
 void setNumResults(int numResults)
          Set the number results to be returned
 void setStartDate(java.util.Date startDate)
          Set the start date criteria.

 

Method Detail

setStartDate

void setStartDate(java.util.Date startDate)
Set the start date criteria.
Parameters:
startDate - the start date to be set.

getStartDate

java.util.Date getStartDate()
Return the start date criteria.
Returns:
the start date criteria.

setEndDate

void setEndDate(java.util.Date endDate)
Set the end date criteria
Parameters:
endDate -

getEndDate

java.util.Date getEndDate()
Return the end date criteria.
Returns:
the end date criteria.

setAscending

void setAscending(boolean ascending)
Set whether results are in ascending order
Parameters:
ascending -

isAscending

boolean isAscending()
Return whether results are in ascending order.
Returns:
true if the order is ascending, false if not.

setNumResults

void setNumResults(int numResults)
Set the number results to be returned
Parameters:
numResults -

getNumResults

int getNumResults()
Return the number of results to be returned.
Returns:
the number of results to be returned.

setDuration

void setDuration(int nhours)
Parameters:
nhours - the duration in hours.

getDurection

int getDurection()
Returns:
the duration in hours.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.