A C G

A

AplNavigatorDatabaseService - class com.kassenterprises.soapserver.AplNavigatorDatabaseService.
Overview
The AplNavigatorDatabaseService class offers service methods to leverage the data stored in the APL Navigator customer and user databases.
AplNavigatorDatabaseService() - Constructor for class com.kassenterprises.soapserver.AplNavigatorDatabaseService
Constructor is not needed or used to make requests on AplNavigatorDatabaseService.
AplReportService - class com.kassenterprises.soapserver.AplReportService.
Overview
AplReportService() - Constructor for class com.kassenterprises.soapserver.AplReportService
Constructor is not used or needed to make requests on AplReportService
authenticateUser(String, String, String, String) - Method in class com.kassenterprises.soapserver.AplNavigatorDatabaseService
Return "true" if the userId/password supplied can be authenticated against the APL Navigator database; otherwise return "false".

C

com.kassenterprises.soapserver - package com.kassenterprises.soapserver
Service Call (API) Documentation

G

getAccounts(String, String, String) - Method in class com.kassenterprises.soapserver.AplNavigatorDatabaseService
Return comma-delimited list of accounts that the supplied userId has access to according to the APL Navigator database.
getAccounts(String, String, String, String) - Method in class com.kassenterprises.soapserver.AplNavigatorDatabaseService
Return comma-delimited list of accounts that the supplied userId has access to based on the supplied allowableAccounts string.
getPDFStream(String, String, String, String, String, String, String, String, String, String) - Method in class com.kassenterprises.soapserver.AplReportService
For returning (binary) PDF data as the SOAP-ENC:Base64 subtype (instead * of as a string as the getReportStream() does).
getPortfolio(String, String, String, String, String, String, String) - Method in class com.kassenterprises.soapserver.AplReportService
Equivalent to making the call: getReportStream(transId, customerCode, userId, "AODTAXLOTSXML", null, endDate, selectedAccount, allowableAccounts).
getReportStream(String, String, String, String, String, String, String, String) - Method in class com.kassenterprises.soapserver.AplReportService
 
getReportStream(String, String, String, String, String, String, String, String, String, String) - Method in class com.kassenterprises.soapserver.AplReportService
Request a report stream (data set) from APL SOAP server
getVersion(String, String) - Method in class com.kassenterprises.soapserver.AplNavigatorDatabaseService
Request AplNavigatorDatabaseService Version #.
getVersion(String, String) - Method in class com.kassenterprises.soapserver.AplReportService
Request AplReportService Version #.

A C G