com.openexchange.admin.console.context.extensioninterfaces
Interface ContextConsoleCommonInterface

All Known Subinterfaces:
ContextConsoleChangeInterface, ContextConsoleCreateInterface, ContextConsoleDeleteInterface, ContextConsoleListInterface

public interface ContextConsoleCommonInterface

ContextConsoleCommonInterface

Author:
Dennis Sieben

Method Summary
 void addExtensionOptions(AdminParser parser)
          This method adds the extension options which are provided by this plugin to the given parser object
 void setAndFillExtension(AdminParser parser, Context ctx, Credentials auth)
          This method read the options which were set with the addExtensionOptions(AdminParser) method and fills them into an extension object which is used by this class.
 

Method Detail

addExtensionOptions

void addExtensionOptions(AdminParser parser)
                         throws OXConsolePluginException
This method adds the extension options which are provided by this plugin to the given parser object

Parameters:
parser -
Throws:
OXConsolePluginException - TODO

setAndFillExtension

void setAndFillExtension(AdminParser parser,
                         Context ctx,
                         Credentials auth)
                         throws OXConsolePluginException
This method read the options which were set with the addExtensionOptions(AdminParser) method and fills them into an extension object which is used by this class. The extension object is then returned

Parameters:
parser -
ctx - TODO
auth - TODO
Throws:
OXConsolePluginException - TODO