|
Method DetailAnalyticDataViewFilter createAnalyticFilter() Returns a new AnalyticSet with no columns selected. Returns: AnalyticDataViewFilter Since: 07-10-2008 AnalyticDataViewFilter createAnalyticFilter(String[] columns) Returns a new AnalyticSet with the columns to be selected.
Parameters:
Returns: AnalyticDataViewFilter Since: 06-04-2008 DataViewFilter createFilter() Returns a new DataViewFilter. Returns: DataViewFilter Since: 06-04-2008 DataViewRecord findRecord(DataViewFilter filter) Finds the first record matching the criteria of the filter.
Parameters:
Returns: DataViewRecord Since: 04-15-2010 DataList getColumns() Returns a read-only DataList containing column information. Returns: DataList DataList Name: columns DataList Fields: name, type, length, default, notNull, notEmpty, validation, description Since: 06-04-2008 String getName() Returns the name of this DataSet. Returns: String Since: 06-04-2008 DataViewList getRecords() Creates a default filter and returns the first 100 records. Returns: DataViewList Since: 09-29-2010 DataViewList getRecords(DataViewFilter filter) Returns records that match the filter criteria. If filter is null, a default filter is created.
Parameters:
Returns: DataViewList Since: 06-04-2008 DataViewList getRecords(DataViewFilter filter, String name) Returns records that match the filter criteria and sets the name of the list. Filter can be null.
Parameters:
Returns: DataViewList Since: 10-28-2009 int getTotalRecordCount(DataViewFilter filter) Returns the total count of records that match the DataFilter. Returns total count ignoring pageSize.
Parameters:
Returns: int Since: 10-09-2008 setDateFormat(String filter) Sets the date pattern for displaying dates.
Parameters:
Since: 01-19-2009 setDateTimeFormat(String filter) 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: 06-04-2008 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |