public interface CrmUtil
| Modifier and Type | Interface and Description |
|---|---|
static class |
CrmUtil.LicenseRetrievalAttempt |
| Modifier and Type | Method and Description |
|---|---|
String |
getLmngRequestEnvelope() |
String |
getLmngSoapRequestForAllAccount(boolean isInstitution,
String endpoint) |
String |
getLmngSoapRequestForIdpAndSp(String institutionId,
List<String> serviceIds,
Date validOn,
String endpoint,
CrmUtil.LicenseRetrievalAttempt licenseRetrievalAttempt) |
String |
getLmngSoapRequestForSps(Collection<String> serviceIds,
String endpoint) |
List<Account> |
parseAccountsResult(String webserviceResult) |
List<Article> |
parseArticlesResult(String webserviceResult) |
List<License> |
parseLicensesResult(String webserviceResult) |
String |
parseResultInstitute(String webserviceResult) |
List<Article> parseArticlesResult(String webserviceResult) throws ParserConfigurationException, SAXException, IOException
List<License> parseLicensesResult(String webserviceResult) throws ParserConfigurationException, SAXException, IOException
List<Account> parseAccountsResult(String webserviceResult) throws ParserConfigurationException, SAXException, IOException
String parseResultInstitute(String webserviceResult) throws ParserConfigurationException, SAXException, IOException
String getLmngSoapRequestForIdpAndSp(String institutionId, List<String> serviceIds, Date validOn, String endpoint, CrmUtil.LicenseRetrievalAttempt licenseRetrievalAttempt) throws IOException
IOExceptionString getLmngSoapRequestForSps(Collection<String> serviceIds, String endpoint) throws IOException
IOExceptionString getLmngSoapRequestForAllAccount(boolean isInstitution, String endpoint) throws IOException
IOExceptionString getLmngRequestEnvelope() throws IOException
IOExceptionCopyright © 2016 Pivotal Software, Inc.. All rights reserved.