com.openexchange.admin.console.context
Class CreateCore

java.lang.Object
  extended by com.openexchange.admin.console.BasicCommandlineOptions
      extended by com.openexchange.admin.console.ObjectNamingAbstraction
          extended by com.openexchange.admin.console.user.UserAbstraction
              extended by com.openexchange.admin.console.context.ContextAbstraction
                  extended by com.openexchange.admin.console.context.CreateCore

public abstract class CreateCore
extends ContextAbstraction


Nested Class Summary
 
Nested classes/interfaces inherited from class com.openexchange.admin.console.user.UserAbstraction
UserAbstraction.AccessCombinations, UserAbstraction.Constants, UserAbstraction.CSVConstants
 
Field Summary
 
Fields inherited from class com.openexchange.admin.console.context.ContextAbstraction
OPT_CONTEXT_ADD_LOGIN_MAPPINGS_LONG, OPT_CONTEXT_ADD_LOGIN_MAPPINGS_SHORT, OPT_CONTEXT_REMOVE_LOGIN_MAPPINGS_LONG, OPT_CONTEXT_REMOVE_LOGIN_MAPPINGS_SHORT
 
Fields inherited from class com.openexchange.admin.console.user.UserAbstraction
optionsandmethods
 
Fields inherited from class com.openexchange.admin.console.BasicCommandlineOptions
SYSEXIT_COMMUNICATION_ERROR, SYSEXIT_CONTEXT_ALREADY_EXISTS, SYSEXIT_ILLEGAL_OPTION_VALUE, SYSEXIT_INVALID_CREDENTIALS, SYSEXIT_INVALID_DATA, SYSEXIT_MISSING_OPTION, SYSEXIT_NO_SUCH_CONTEXT, SYSEXIT_NO_SUCH_GROUP, SYSEXIT_NO_SUCH_RESOURCE, SYSEXIT_NO_SUCH_USER, SYSEXIT_REMOTE_ERROR, SYSEXIT_SERVERSTORAGE_ERROR, SYSEXIT_UNABLE_TO_PARSE, SYSEXIT_UNKNOWN_OPTION
 
Constructor Summary
CreateCore()
           
 
Method Summary
 void checkRequired(int[] idarray)
          Checks if required columns are set
 
Methods inherited from class com.openexchange.admin.console.context.ContextAbstraction
getFilestoreid
 
Methods inherited from class com.openexchange.admin.console.user.UserAbstraction
parseAndSetAccessCombinationName
 
Methods inherited from class com.openexchange.admin.console.BasicCommandlineOptions
getEnvOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCore

public CreateCore()
Method Detail

checkRequired

public void checkRequired(int[] idarray)
                   throws InvalidDataException
Description copied from class: UserAbstraction
Checks if required columns are set

Throws:
InvalidDataException