| Modifier and Type | Method and Description |
|---|---|
static String |
Utility.xsltTransformer(String xml,
String xslt,
NameValuePair... paramList) |
static String |
Utility.xsltTransformer(String xml,
String xslt,
String xsltLookUpFolder,
NameValuePair... paramList) |
| Modifier and Type | Method and Description |
|---|---|
static ContentResultCollectionInfo |
ContentController.LoadContent(String resourceName,
Collection<NameValuePair> args) |
static ContentResultCollectionInfo |
ContentController.LoadContent(String resourceName,
Integer version,
Collection<NameValuePair> args) |
static ContentResultCollectionInfo |
ContentController.LoadContent(String contentName,
Integer version,
Collection<NameValuePair> args,
boolean resourceOnly) |
static ContentResultCollectionInfo |
ContentController.LoadContent(String contentName,
Integer version,
Collection<NameValuePair> args,
boolean resourceOnly,
boolean ignoreSecurity) |
static CaseInsensitiveMap<Object> |
ContentController.LoadParameters(String paramName,
Collection<NameValuePair> args) |
static Object |
ContentController.LoadResource(String resourceName,
Collection<NameValuePair> args) |
| Modifier and Type | Field and Description |
|---|---|
Collection<NameValuePair> |
ContentActionInfo.ParamList |
| Constructor and Description |
|---|
ContentActionInfo(ContentItemInfo contentItem,
Collection<NameValuePair> args) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NameValuePair> |
GenericDBContentResource.BuildParameters(ContentParameterCollectionInfo parameters) |
| Modifier and Type | Method and Description |
|---|---|
int |
NewGenericDBHelper.delete(String tableName,
NameValuePair... params) |
String |
NewGenericDBHelper.executeToXml(String tableName,
NameValuePair... params) |
org.json.JSONObject |
NewGenericDBHelper.selectToJson(String tableName,
NameValuePair... params) |
int |
NewGenericDBHelper.update(String tableName,
NameValuePair... params) |
| Modifier and Type | Method and Description |
|---|---|
static WebClientResultInfo |
WebClient.post(String url,
ArrayList<NameValuePair> postData) |
static WebClientResultInfo |
WebClient.post(URL url,
ArrayList<NameValuePair> postData) |
static WebClientResultInfo |
WebClient.sendRequest(String url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
static WebClientResultInfo |
WebClient.sendRequest(URL url,
HttpMethod method,
ArrayList<NameValuePair> postData) |
Copyright © 2016. All rights reserved.