Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V Z 

A

ACCESS_GRANTED - Static variable in class gi.controlsite.objects.CSItem
A valid value that can be set by the query methods to indicate the status of retrieved/updated data.
ACCESS_GRANTED - Static variable in class gi.controlsite.objects.CSItem
A valid value that can be set by the query methods to indicate the status of retrieved/updated data.
ACCESS_GRANTED - Static variable in class gi.controlsite.objects.CSState
A valid value that can be set by the query methods to indicate the status of retrieved/updated data.
ACCESS_GRANTED - Static variable in class gi.controlsite.objects.CSState
A valid value that can be set by the query methods to indicate the status of retrieved/updated data.
ACTION_ADDCHILD - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_ADDCHILD - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_ADDSIBLING - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_ADDSIBLING - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_DELETE - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_DELETE - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_EDIT - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
ACTION_EDIT - Static variable in class gi.controlsite.objects.CSContributorActions
A string value that may be returned by the getActions method.
addEmptyObjectToObjectData(String, Boolean, CSObjectDefinition) - Method in class gi.controlsite.objects.CSObjectContent
Adds an empty object to the object data at the position identified by the flattenedObjectKey.
addEmptyObjectToObjectData(String, Boolean, CSObjectDefinition) - Method in class gi.controlsite.objects.CSObjectContent
Adds an empty object to the object data at the position identified by the flattenedObjectKey.
addFacetDate(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a date field to facet on.
addFacetDate(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a date field to facet on.
addFacetField(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field to facet on.
addFacetField(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field to facet on.
addFacetParameter(String, String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field-specific faceting parameter.
addFacetParameter(String, String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field-specific faceting parameter.
addFacetQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a facet query.
addFacetQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a facet query.
addFieldConstraint(String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field constraint.
addFieldConstraint(String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a field constraint.
addFilterQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a filter query to the search.
addFilterQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds a filter query to the search.
addGroupQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Add a group query to the list of group queries to be processed.
addGroupQuery(String) - Method in class gi.controlsite.objects.CSSearchMultiple
Add a group query to the list of group queries to be processed.
addIgnoredEmail(int, String) - Method in class gi.controlsite.objects.CSUser
 
addIgnoredEmail(int, String) - Method in class gi.controlsite.objects.CSUser
 
addInStmtParam(CSPreparedStatementBuilder.JDBCType, CSDelimList) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds an IN statement parameter, supplying a list of values and their type.
addLongStringParam(String) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type LongString.
addNullParam(CSPreparedStatementBuilder.JDBCType) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
 
addParam(String) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type String.
addParam(Boolean) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Boolean.
addParam(Clob) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Clob.
addParam(Short) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Short.
addParam(Integer) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Integer.
addParam(Long) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Long.
addParam(Float) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Float.
addParam(Double) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Double.
addParam(BigDecimal) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type BigDecimal.
addParam(Date) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type java.sql.Date.
addParam(Date) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type java.util.Date.
addParam(Time) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Time.
addParam(Timestamp) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of type Timestamp.
ADDRESS_TYPE_DELIVERY - Static variable in class gi.controlsite.objects.CSOrderAddress
A valid value that can be used to set the address type for this order address.
ADDRESS_TYPE_DELIVERY - Static variable in class gi.controlsite.objects.CSOrderAddress
A valid value that can be used to set the address type for this order address.
ADDRESS_TYPE_INVOICE - Static variable in class gi.controlsite.objects.CSOrderAddress
A valid value that can be used to set the address type for this order address.
ADDRESS_TYPE_INVOICE - Static variable in class gi.controlsite.objects.CSOrderAddress
A valid value that can be used to set the address type for this order address.
addSolrParameter(String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds an additional Solr parameter to the search.
addSolrParameter(String, String) - Method in class gi.controlsite.objects.CSSearchMultiple
Adds an additional Solr parameter to the search.
addTypedParam(CSPreparedStatementBuilder.JDBCType, Object) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of the given type to the query.
addTypedParam(CSPreparedStatementBuilder.JDBCType, Object, Map<String, Object>) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Adds a parameter of the given type to the query along with some optional extra data stored in a hash map, e.g.
addUserContextVar(String, String) - Method in class gi.controlsite.objects.CSMultiPageForm
Adds a user context variable.
addUserContextVar(String, String) - Method in class gi.controlsite.objects.CSMultiPageForm
Adds a user context variable.
addUserContextVar(String, String) - Method in class gi.controlsite.objects.CSSinglePageForm
Adds a user context variable.
addUserContextVar(String, String) - Method in class gi.controlsite.objects.CSSinglePageForm
Adds a user context variable.
advance() - Method in class gi.controlsite.objects.JsonLexer
 
ALL - Static variable in class gi.controlsite.objects.CSDiscountSchemeMultiple
A valid value that can be used as a value for setProductGroupID, setProductTypeID, setProductOptionID and setRackID.
ALL - Static variable in class gi.controlsite.objects.CSDiscountSchemeMultiple
A valid value that can be used as a value for setProductGroupID, setProductTypeID, setProductOptionID and setRackID.
ALL_GROUPS - Static variable in class gi.controlsite.objects.CSDiscountSchemeMultiple
A valid value that can be used as a value for setGroupIDList.
ALL_GROUPS - Static variable in class gi.controlsite.objects.CSDiscountSchemeMultiple
A valid value that can be used as a value for setGroupIDList.
API_VERSION - Static variable in class gi.controlsite.objects.CSConstants
The version number of the API.
appendLongInStmt(String, CSPreparedStatementBuilder.JDBCType, CSDelimList) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Constructs an IN statement, splitting IN statements with over 1000 values (Oracle's limit per IN statement) into multiple IN statements.
appendPreparedStatementBuilder(CSPreparedStatementBuilder) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Appends the SQL and parameters contained in the provided CSPreparedStatementBuilder instance to this instance, retaining parameter order.
appendSQL(String) - Method in class gi.controlsite.objects.CSPreparedStatementBuilder
Appends the given string to the internal SQL buffer.
areEquivalent(Comparable, Comparable) - Static method in class gi.controlsite.objects.CSUtil
Tests to Comparable objects, taking into consideration the possibility that one (or both) may be null.
AUTHTYPE_ICMUSERS - Static variable in class gi.controlsite.objects.CSApiKeyWorker
 
AUTHTYPE_NONE - Static variable in class gi.controlsite.objects.CSApiKeyWorker
 
AUTHTYPE_WEBUSERS - Static variable in class gi.controlsite.objects.CSApiKeyWorker
 
availableUserContextVar() - Method in class gi.controlsite.objects.CSMultiPageForm
Returns an array of strings containing the available variables.
availableUserContextVar() - Method in class gi.controlsite.objects.CSMultiPageForm
Returns an array of strings containing the available variables.
availableUserContextVar() - Method in class gi.controlsite.objects.CSSinglePageForm
Returns an array of strings containing the available variables.
availableUserContextVar() - Method in class gi.controlsite.objects.CSSinglePageForm
Returns an array of strings containing the available variables.
A B C D E F G H I J K L M N O P Q R S T U V Z 
Skip navigation links

Copyright © 2022 Goss Interactive Ltd. All Rights Reserved.