|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSLocaleAPI
The command API implementation of the locale commands.
This implementation can be accessed directly via the ICommandFacade class, using the API
name locale, with the following syntax:
ISCSLocaleAPI commandAPI =
(ISCSLocaleAPI)m_commandFacade.getCommandAPI ("locale", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORY
Category for this Command API |
| Method Summary | |
|---|---|
ISCSLocaleGetDataResponse |
getLocalizationData(ISCSContext SCSContext)
Load the various pieces of locale-specific information from the content server. |
ISCSLocaleGetDataResponse |
getLocalizationData(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
Load the various pieces of locale-specific information from the content server. |
ICISAPIObjectFactory |
getObjectFactory()
Retrieve the object factory associated with this API |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSLocaleGetDataResponse getLocalizationData(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current user
CommandException
ISCSLocaleGetDataResponse getLocalizationData(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current user
CommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||