Method DetailString count(String query) Returns the results for the query with all dates.
Parameters:
Returns: String Since: 11-12-2010 String count(String query, Date startDate, Date endDate) Returns the results for the query and date range.
Parameters:
Returns: String Since: 11-12-2010 InternalStatBuilder filterEnterpriseId(String enterpriseId) Isolates query to the specified Enterprise.
Parameters:
Returns: InternalStatBuilder Since: 05-13-2014 InternalStatBuilder filterPalId(String palId) Isolates query to the specified Pal.
Parameters:
Returns: InternalStatBuilder Since: 09-17-2012 InternalStatBuilder filterProfileId(String profileId) Isolates query to the specified Profile.
Parameters:
Returns: InternalStatBuilder Since: 09-17-2012 DataList getColumns(String query) Returns a list of column names for the query.
Parameters:
Returns: DataList DataList Name: columns DataList Fields: name Since: 02-18-2011 DataList getOptions() Returns a list of possible queries. Returns: DataList DataList Name: options DataList Fields: name, description, type Since: 11-12-2010 DataList getPalHistory(String name, Date startDate, Date endDate, String type) Obtains the runtime or development history of the bound Pal. See setPal.
Parameters:
Returns: DataList Since: 09-17-2012 DataList getRecords(String query, Date startDate, Date endDate, int firstPage, int pageSize) Returns a list of records for query of type 'list'. For column names, see getColumns(String query)
Parameters:
Returns: DataList Since: 02-18-2011 DataList getRecords(String query, int firstPage, int pageSize) Returns a list of records for query of type 'list' for all dates. For column names, see getColumns(String query)
Parameters:
Returns: DataList Since: 02-18-2011 InternalStatBuilder include(String query, String name, Date startDate, Date endDate) Include the specified query with date range and identify its result by 'name'. Used on conjunction with list().
Parameters:
Returns: InternalStatBuilder Since: 11-12-2010 DataList list() Returns a list of records. See include(). Returns: DataList DataList Name: items DataList Fields: name, count Since: 11-12-2010 InternalStatBuilder reset() Resets the builder. Returns: InternalStatBuilder Since: 11-12-2010 setDateFormat(String pattern) Sets the date pattern for displaying dates.
Parameters:
Since: 02-18-2011 setDateTimeFormat(String pattern) Sets the date pattern for displaying dates with time.
Parameters:
Since: 11-10-2011 String toString() Returns a description of this object. Returns: String Since: 11-12-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 22, 2024 11:54 AM |