Transaction System API

Slice

Method Summary
CellFilter createFilter()

Returns a new CellFilter.

Cell findCell(CellFilter filter)

Returns the first cell matching the specified filter.

Cell getCellByName(String name)

Gets the first cell matching the specified name.

long getCellCount(CellFilter filter)

Returns the number of cells in this slice based on the specified filter.

PacketDataList getCells(CellFilter filter, String listName)

Returns a list of cells within this slice.

PacketDataList getCells(String listName, int pageSize)

Returns a list of cells within this slice.

Cell getFirstCell(String profileId)

Gets the first cell created by the specified profileId.

Cell getLastCell(String profileId)

Gets the last cell created by the specified profileId.

int getPageCount(CellFilter filter)

Returns the number of pages in this slice based on the specified filter.

String toString()

Returns a description of this object.

Method Detail


CellFilter createFilter()

Returns a new CellFilter.

Returns:  CellFilter

Since: 07-25-2019

top

Cell findCell(CellFilter filter)

Returns the first cell matching the specified filter.

Parameters:

Returns:  Cell

Since: 09-20-2019

top

Cell getCellByName(String name)

Gets the first cell matching the specified name.

Parameters:

  • String   name Required parameter.

Returns:  Cell

Since: 07-25-2019

top

long getCellCount(CellFilter filter)

Returns the number of cells in this slice based on the specified filter.

Parameters:

Returns:  long

Since: 08-29-2019

top

PacketDataList getCells(CellFilter filter, String listName)

Returns a list of cells within this slice.

Parameters:

  • CellFilter   filter Required parameter.
  • String   listName Required parameter.

Returns:  PacketDataList

Since: 07-25-2019

top

PacketDataList getCells(String listName, int pageSize)

Returns a list of cells within this slice.

Parameters:

  • String   listName Required parameter.
  • int   pageSize Required parameter.

Returns:  PacketDataList

Since: 09-06-2019

top

Cell getFirstCell(String profileId)

Gets the first cell created by the specified profileId.

Parameters:

  • String   profileId Required parameter.

Returns:  Cell

Since: 07-25-2019

top

Cell getLastCell(String profileId)

Gets the last cell created by the specified profileId.

Parameters:

  • String   profileId Required parameter.

Returns:  Cell

Since: 07-25-2019

top

int getPageCount(CellFilter filter)

Returns the number of pages in this slice based on the specified filter.

Parameters:

Returns:  int

Since: 07-25-2019

top

String toString()

Returns a description of this object.

Returns:  String

Since: 07-25-2019

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM