AR System Java API

Uses of Class
com.bmc.arsys.api.SortInfo

Uses of SortInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type SortInfo
 List<SortInfo> RegularQuery.getSortBy()
          Returns a list of SortInfo objects
 List<SortInfo> Form.getSortInfo()
          Returns the list of fields that identifies the default sort order for retrieving form entries.
 List<SortInfo> OpenWindowAction.getSortOrderList()
          Returns list of fields in ascending/descending order included in a report.
 

Methods in com.bmc.arsys.api with parameters of type SortInfo
 boolean RegularQuery.addSortByInfo(SortInfo sortInfo)
          Adds new SortInfo object to the list
 void ObjectPrinter.printSortInfo(String indent, String header, SortInfo value)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type SortInfo
 List<EntryListInfo> ARServerUser.getListEntry(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, List<EntryListFieldInfo> entryListFields, boolean useLocale, OutputInteger nMatches)
          Returns list of EntryListInfo objects that uniquely identify the entry objects that match the provided criteria.
 List<Entry> ARServerUser.getListEntryObjects(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
          Returns a list of Entry objects that match the provided criteria.
 void ARServerUser.getListEntryObjects(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches, IARRowIterator iterator)
          Applies the iteratorCallback method of the iterator parameter to each Entry object that matches the provided criteria.
 Entry ARServerUser.getOneEntryObject(String formName, QualifierInfo qualification, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
          Returns a list of Entry objects that match the provided criteria.
 void RegularQuery.setSortBy(List<SortInfo> sortInfo)
          Sets a list of SortInfo objects
 void Form.setSortInfo(List<SortInfo> sortList)
          Sets the list of fields that identifies the default sort order for retrieving form entries.
 void OpenWindowAction.setSortOrderList(List<SortInfo> sortOrderList)
          Sets list of fields in ascending/descending order included in a report.
 void ParameterValidator.validateARSortList(List<SortInfo> sortInfo)
          Validate that an object of type SortInfo contain values and that the values are legal.
 void MethodValidator.verifyARGetListEntry(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<EntryListFieldInfo> entryListFields, List<SortInfo> sortList, boolean useLocale, OutputInteger nMatches)
           
 void MethodValidator.verifyARGetListEntryBlocks(ARServerUser context, String formName, QualifierInfo qualification, int numEntriesPerBlock, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger numReturnedBlocks, OutputInteger numReturnedRows, OutputInteger numTotalMatches)
           
 void MethodValidator.verifyARGetListEntryWithFields(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 void MethodValidator.verifyARGetOneEntryWithFields(ARServerUser context, String formName, QualifierInfo qualification, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 

Constructor parameters in com.bmc.arsys.api with type arguments of type SortInfo
OpenWindowAction(String serverName, String formName, String vuiLabel, boolean closeBox, List<FieldAssignInfo> inputValueFieldPairs, List<FieldAssignInfo> outputValueFieldPairs, int windowMode, QualifierInfo query, boolean noMatchContinue, MessageAction msg, int pollinginterval, OpenWindowAction.ReportInfo reportInfo, List<SortInfo> sortOrderList, String targetLocation, boolean suppressEmptyLst)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.