BenSelect Documentation
SearchAllBcmGroupsSpecification Constructor
See Also  Send Feedback
Selerix.BenSelect.Api.ApplicationCore.Specifications.BCM Namespace > SearchAllBcmGroupsSpecification Class : SearchAllBcmGroupsSpecification Constructor
searchString
Search string
integrationUniqueId
Intefreation ID to search
maxResults
Maximum results requested
startRecord
Start record. Index is zero-based.
employerFilter
Array of employers to filter results to.
brokerageFilter
Array of brokerages to filter results to.
casesFilter
Array of brokerages to filter results to.
applyFilters
Bool to determine if employer, broker, and case filters applied
sortingField
Sort field by
sortingDirection
Sorting direction
searchType
BcmGroup search type
Constructor.

Syntax

JScript 
public function SearchAllBcmGroupsSpecification( 
   searchString : String,
   integrationUniqueId : Guid,
   maxResults : int,
   startRecord : int,
   employerFilter : List,
   brokerageFilter : List,
   casesFilter : List,
   applyFilters : boolean,
   sortingField : BcmGroupSortingField,
   sortingDirection : SortingDirection,
   searchType : BcmGroupSearchType
);

Parameters

searchString
Search string
integrationUniqueId
Intefreation ID to search
maxResults
Maximum results requested
startRecord
Start record. Index is zero-based.
employerFilter
Array of employers to filter results to.
brokerageFilter
Array of brokerages to filter results to.
casesFilter
Array of brokerages to filter results to.
applyFilters
Bool to determine if employer, broker, and case filters applied
sortingField
Sort field by
sortingDirection
Sorting direction
searchType
BcmGroup search type

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.