|
Method DetailCellFilter createFilter() Returns a new CellFilter. Returns: CellFilter Since: 07-25-2019 Cell findCell(CellFilter filter) Returns the first cell matching the specified filter.
Parameters:
Returns: Cell Since: 09-20-2019 Cell getCellByName(String name) Gets the first cell matching the specified name.
Parameters:
Returns: Cell Since: 07-25-2019 long getCellCount(CellFilter filter) Returns the number of cells in this slice based on the specified filter.
Parameters:
Returns: long Since: 08-29-2019 PacketDataList getCells(CellFilter filter, String listName) Returns a list of cells within this slice.
Parameters:
Returns: PacketDataList Since: 07-25-2019 PacketDataList getCells(String listName, int pageSize) Returns a list of cells within this slice.
Parameters:
Returns: PacketDataList Since: 09-06-2019 Cell getFirstCell(String profileId) Gets the first cell created by the specified profileId.
Parameters:
Returns: Cell Since: 07-25-2019 Cell getLastCell(String profileId) Gets the last cell created by the specified profileId.
Parameters:
Returns: Cell Since: 07-25-2019 int getPageCount(CellFilter filter) Returns the number of pages in this slice based on the specified filter.
Parameters:
Returns: int Since: 07-25-2019 String toString() Returns a description of this object. Returns: String Since: 07-25-2019 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |