com.ibm.commerce.infrastructure.facade.server.commands

Class CreateDefaultLanguageConfigurationCmdImpl

    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void performExecute()
      This method executes the get expression.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • CreateDefaultLanguageConfigurationCmdImpl

        public CreateDefaultLanguageConfigurationCmdImpl()
                                                  throws java.lang.Exception
        The constructor of CreateDefaultLanguageConfigurationCmdImpl.
        Throws:
        java.lang.Exception - when there is an exception constructing the object.
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method executes the get expression. This implementation returns an empty show response and list.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class CreateSupportedLanguagesConfigurationCmdImpl
        Throws:
        java.lang.Exception - The exception encountered in this method.
        See Also:
        TargetableCommand.performExecute()