AbstractCatalogFacadeClient
public abstract class AbstractCatalogEntryFacadeClient extends AbstractCatalogFacadeClient
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE
Constructor and Description |
---|
AbstractCatalogEntryFacadeClient()
Deprecated.
Creates an instance of the client to communicate with the CatalogEntry facade.
|
AbstractCatalogEntryFacadeClient(BusinessContextType businessContext,
javax.security.auth.callback.CallbackHandler callbackHandler)
Deprecated.
Creates an instance of the client to communicate with the CatalogEntry facade.
|
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable |
getCatalogEntryWithPaging(java.lang.String expressionLanguage,
java.lang.String expression,
java.lang.String maxItems,
java.lang.String refId,
java.lang.String startNum)
Deprecated.
This method provides support for paging.
|
java.util.Hashtable |
getCatalogGroupWithPaging(java.lang.String expressionLanguage,
java.lang.String expression,
java.lang.String maxItems,
java.lang.String refId,
java.lang.String startNum)
Deprecated.
This method provides support for paging.
|
changeAttributeDictionary, changeAttributeDictionaryAttribute, changeAttributeDictionaryAttributeGroup, changeCatalog, changeCatalogEntry, changeCatalogFilter, changeCatalogGroup, getAttributeDictionary, getAttributeDictionary, getAttributeDictionary, getAttributeDictionaryAttribute, getAttributeDictionaryAttribute, getAttributeDictionaryAttribute, getAttributeDictionaryAttributeGroup, getAttributeDictionaryAttributeGroup, getAttributeDictionaryAttributeGroup, getCatalog, getCatalog, getCatalog, getCatalogEntry, getCatalogEntry, getCatalogEntry, getCatalogEntryFiltering, getCatalogEntryFiltering, getCatalogEntryFiltering, getCatalogFilter, getCatalogFilter, getCatalogFilter, getCatalogGroup, getCatalogGroup, getCatalogGroup, getCatalogNavigationView, getCatalogNavigationView, getCatalogNavigationView, getKit, getKit, getKit, processAttributeDictionary, processAttributeDictionaryAttribute, processAttributeDictionaryAttributeGroup, processCatalog, processCatalogEntry, processCatalogFilter, processCatalogGroup
createActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerb
public AbstractCatalogEntryFacadeClient()
public AbstractCatalogEntryFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
businessContext
- The default business context to associate with the messages
when making requests.callbackHandler
- Used for authentication purposes so the controller can give
the authentication information to the transport when required.public java.util.Hashtable getCatalogEntryWithPaging(java.lang.String expressionLanguage, java.lang.String expression, java.lang.String maxItems, java.lang.String refId, java.lang.String startNum) throws CatalogEntryException
expressionLanguage
- The expression language.expression
- The expression to return a list of base catalog entries.maxItems
- Specifies max no of records to be retrieved.refId
- The internal identifier for the result set, so that it can be resolved on a subsequent request.startNum
- The starting index from which to retrieve results from the result setHashtable
containing the list of catalog entries that matches the expression specified
and paging parameters. Following keys are used in the Hashtable
:
List
containing Catalog Entries.
CatalogEntryException
public java.util.Hashtable getCatalogGroupWithPaging(java.lang.String expressionLanguage, java.lang.String expression, java.lang.String maxItems, java.lang.String refId, java.lang.String startNum) throws CatalogGroupException
expressionLanguage
- The expression language.expression
- The expression to return a list of base catalog groups.maxItems
- Specifies max no of records to be retrieved.refId
- The internal identifier for the result set, so that it can be resolved on a subsequent request.startNum
- The starting index from which to retrieve results from the result setHashtable
containing the list of catalog groups that matches the expression specified
and paging parameters. Following keys are used in the Hashtable
:
List
containing Catalog Groups.
CatalogGroupException