org.sandev.ui.sandmessages
Class SandUI

java.lang.Object
  extended byorg.sandev.ui.structs.SandUIStruct
      extended byorg.sandev.ui.sandmessages.SandUI
All Implemented Interfaces:
org.sandev.basics.util.Resolvable, org.sandev.basics.structs.SandInstanceMessage, org.sandev.basics.structs.SandMessage, org.sandev.basics.structs.SandStructMessage, org.sandev.basics.structs.SandTransmitMessage

public class SandUI
extends SandUIStruct
implements org.sandev.basics.structs.SandStructMessage, org.sandev.basics.util.Resolvable, org.sandev.basics.structs.SandTransmitMessage

AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.ui.structs.SandUIStruct
generator: org.sandev.generator.MessageClassGenerator
time: Dec 2, 2005 6:38:50 PM


Field Summary
static int DEFAULTSECURITY_NORMAL
          Possible value for defaultSecurity
static int DEFAULTSECURITY_SECURE
          Possible value for defaultSecurity
static int INITIALDISPLAY_LOGIN
          Possible value for initialDisplay
static int INITIALDISPLAY_WELCOME
          Possible value for initialDisplay
protected  int sandTransmissionCount
          Counter to aid in tracking receipt of sent messages.
protected  long sandTransmitAuthID
          The uniqueID of the authorized user of this message.
protected  java.lang.String sandTransmitErrorMessage
          Text details of the transmission error.
protected  int sandTransmitStatus
          Status of the message.
 
Fields inherited from class org.sandev.ui.structs.SandUIStruct
defaultSecurity, defaultTemplate, entryPoints, errorTemplate, initialDisplay, localeCountries, localeLanguages, localeVariants, loginTemplate, name, publicAuthUserID, screens, welcomeTemplate
 
Fields inherited from interface org.sandev.basics.structs.SandInstanceMessage
FIELDCHECK_INVALIDVAL, FIELDCHECK_NOTAREF, FIELDCHECK_NOTINRANGE, FIELDCHECK_NULLARRAY, FIELDCHECK_STRINGOVER, FIELDCHECK_UNKNOWNVAL, FIELDFLAG_BINARY, FIELDFLAG_ENCRYPT, FIELDFLAG_INTERNAL, FIELDFLAG_NOECHO, FIELDFLAG_OBFUSCATE, FIELDFLAG_STRINGPERSIST, FIELDFLAG_UNIQUE, GENMOD_ACTION_APPEND, GENMOD_ACTION_INSERT, GENMOD_ACTION_REMOVE, GENMOD_ACTION_SET
 
Fields inherited from interface org.sandev.basics.structs.SandTransmitMessage
APPERROR_NODE_UNAVAILABLE, APPERROR_NODE_UNKNOWN, APPERROR_NODE_UNREACHABLE, STATUS_APPERROR, STATUS_NORMAL, STATUS_SANDERROR, STATUS_SYSERROR
 
Constructor Summary
SandUI()
          Default constructor calls init.
 
Method Summary
 void addEntryPoints(java.lang.String element)
          Appends a value to entryPoints
 void addEntryPoints(java.lang.String[] elements)
          Appends an array of values to entryPoints
 void addLocaleCountries(java.lang.String element)
          Appends a value to localeCountries
 void addLocaleCountries(java.lang.String[] elements)
          Appends an array of values to localeCountries
 void addLocaleLanguages(java.lang.String element)
          Appends a value to localeLanguages
 void addLocaleLanguages(java.lang.String[] elements)
          Appends an array of values to localeLanguages
 void addLocaleVariants(java.lang.String element)
          Appends a value to localeVariants
 void addLocaleVariants(java.lang.String[] elements)
          Appends an array of values to localeVariants
 void addScreens(Screen element)
          Appends a value to screens
 void addScreens(Screen[] elements)
          Appends an array of values to screens
 void clearEntryPoints()
          Clears all values from entryPoints
 void clearLocaleCountries()
          Clears all values from localeCountries
 void clearLocaleLanguages()
          Clears all values from localeLanguages
 void clearLocaleVariants()
          Clears all values from localeVariants
 void clearScreens()
          Clears all values from screens
 org.sandev.basics.structs.SandInstanceMessage cloneMessage()
          Calls cloneSandUI
 SandUI cloneSandUI()
          Make a deep copy of this SandUI.
 org.sandev.basics.structs.SandInstanceMessage convertToSuperstructClass()
          Return a new instance of the message associated with the superstruct of this instance.
 void copyDataFrom(SandUI other)
          Deep copy all the data from the specified instance.
 void copyFieldValue(java.lang.String fieldName, org.sandev.basics.structs.SandInstanceMessage other)
          Copy the specified field from the given instance.
 java.lang.String debugDump(java.lang.String prefix)
          Dump this instance into a debug printable string.
 void defaultField(java.lang.String fieldname)
          Set the specified field to its default value.
static java.lang.String defaultSecurityActual2Print(java.lang.String actualVal)
          Utility method to transform an actual value for this field into a print value.
 int defaultSecurityLabelToValue(java.lang.String label)
          Given a label, return the value for it.
static java.lang.String defaultSecurityPrint2Actual(java.lang.String printVal)
          Utility method to transform a print value for this field into an actual value.
static java.lang.String defaultSecurityPrint2Key(java.lang.String printVal)
          Utility method to transform a print value for this field into a key value.
 java.lang.String defaultSecurityValueToLabel(int val)
          Given a value, return the declared label for it.
 boolean entryPointsContains(java.lang.String val)
          Returns true if entryPoints contains the specified value.
 int entryPointsIndexOf(java.lang.String val)
          Return the index of the specified value in entryPoints, or -1 if not found.
 boolean fieldHasFlag(java.lang.String fieldname, int fieldflag)
          Return true if the named field declares the indicated flag, false otherwise.
 boolean fieldsValid()
          Validate the fields as specified in the SandInstanceMessage interface
 org.sandev.basics.structs.SandAttrVal[] fieldValidate(org.sandev.basics.structs.SandAttrVal[] checkFields)
          Validate the fields as specified in the SandInstanceMessage interface
 java.lang.Object generalAccessor(java.lang.String fieldspec)
          General field accessor method.
 org.sandev.basics.structs.SandAttrVal generalDereference(java.lang.String fieldspec)
          General reference field accessor method.
 void generalModifier(int action, java.lang.String field, int index, java.lang.Object val)
          General mutator method.
 java.lang.String[] getAllFields()
          Return an array of all fields for this class.
 org.sandev.basics.structs.SandCollectionMessage getCollectionMessage()
          Returns null
 int getDefaultSecurity()
          Accessor for defaultSecurity
static java.lang.String[] getDefaultSecurityActualVals()
          Return an array of the possible values for this field as Strings.
static int getDefaultSecurityDefaultValue()
          Default value for defaultSecurity.
static java.lang.String getDefaultSecurityEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getDefaultSecurityFieldPrintValue()
          Return the print name of the defaultSecurity field.
static boolean getDefaultSecurityFlag(int fieldflag)
          Field flag accessor.
static int getDefaultSecurityInvalidValue()
          Invalid value for defaultSecurity.
static java.lang.String[] getDefaultSecurityKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getDefaultSecurityMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getDefaultSecurityPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getDefaultSecurityPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getDefaultSecurityRange()
          Return the range specification for this field
 java.lang.String getDefaultSecurityValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getDefaultTemplate()
          Accessor for defaultTemplate
static java.lang.String getDefaultTemplateDefaultValue()
          Default value for defaultTemplate.
 java.lang.String getDefaultTemplateFieldPrintValue()
          Return the print name of the defaultTemplate field.
static boolean getDefaultTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getDefaultTemplateInvalidValue()
          Invalid value for defaultTemplate.
static int getDefaultTemplateLengthMax()
          Maximum defaultTemplate length is 80 characters
static int getDefaultTemplateLengthNorm()
          Normal defaultTemplate length is 20 characters
 java.lang.String getDefaultTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getDefaultTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getDefaultTemplateRange()
          Return the range specification for this field
 java.lang.String getDefaultTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getDisplayFields()
          Return an array of the summary field names for this class.
 java.lang.String[] getDisplayValues()
          Return the values for the summary fields.
 java.lang.String[] getDisplayValues(org.sandev.basics.util.IDLookup lookup, org.sandev.basics.util.AuthUser user, java.lang.String defaultVal)
          Return the values for the summary fields, including dereference expressions.
 java.lang.String[] getEntryPoints()
          Accessor for entryPoints
 java.lang.String getEntryPoints(int index)
          Returns the element at the specified index.
static java.lang.String[] getEntryPointsDefaultValue()
          Default value for entryPoints.
static java.lang.String getEntryPointsElementInvalidValue()
          Invalid value for entryPointselement.
static boolean getEntryPointsFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getEntryPointsInvalidValue()
          Invalid value for entryPoints.
static int getEntryPointsLengthMax()
          Maximum entryPoints length is 70 characters
static int getEntryPointsLengthNorm()
          Normal entryPoints length is 30 characters
 java.lang.String getEntryPointsMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getEntryPointsRange()
          Return the range specification for this field
 java.lang.String getEntryPointsValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getErrorTemplate()
          Accessor for errorTemplate
static java.lang.String getErrorTemplateDefaultValue()
          Default value for errorTemplate.
 java.lang.String getErrorTemplateFieldPrintValue()
          Return the print name of the errorTemplate field.
static boolean getErrorTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getErrorTemplateInvalidValue()
          Invalid value for errorTemplate.
static int getErrorTemplateLengthMax()
          Maximum errorTemplate length is 80 characters
static int getErrorTemplateLengthNorm()
          Normal errorTemplate length is 20 characters
 java.lang.String getErrorTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getErrorTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getErrorTemplateRange()
          Return the range specification for this field
 java.lang.String getErrorTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getInitialDisplay()
          Accessor for initialDisplay
static java.lang.String[] getInitialDisplayActualVals()
          Return an array of the possible values for this field as Strings.
static int getInitialDisplayDefaultValue()
          Default value for initialDisplay.
static java.lang.String getInitialDisplayEnumSummary()
          Return a single String summary of the possible enum values for debug and similar purposes.
 java.lang.String getInitialDisplayFieldPrintValue()
          Return the print name of the initialDisplay field.
static boolean getInitialDisplayFlag(int fieldflag)
          Field flag accessor.
static int getInitialDisplayInvalidValue()
          Invalid value for initialDisplay.
static java.lang.String[] getInitialDisplayKeyVals()
          Return an array of unique keys for the values of this field.
 java.lang.String getInitialDisplayMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
static java.lang.String[] getInitialDisplayPrintVals()
          Return an array of the possible values for this field in display format.
 java.lang.String getInitialDisplayPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getInitialDisplayRange()
          Return the range specification for this field
 java.lang.String getInitialDisplayValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getLocaleCountries()
          Accessor for localeCountries
 java.lang.String getLocaleCountries(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleCountriesDefaultValue()
          Default value for localeCountries.
static java.lang.String getLocaleCountriesElementInvalidValue()
          Invalid value for localeCountrieselement.
static boolean getLocaleCountriesFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleCountriesInvalidValue()
          Invalid value for localeCountries.
static int getLocaleCountriesLengthMax()
          Maximum localeCountries length is 70 characters
static int getLocaleCountriesLengthNorm()
          Normal localeCountries length is 30 characters
 java.lang.String getLocaleCountriesMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleCountriesRange()
          Return the range specification for this field
 java.lang.String getLocaleCountriesValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getLocaleLanguages()
          Accessor for localeLanguages
 java.lang.String getLocaleLanguages(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleLanguagesDefaultValue()
          Default value for localeLanguages.
static java.lang.String getLocaleLanguagesElementInvalidValue()
          Invalid value for localeLanguageselement.
static boolean getLocaleLanguagesFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleLanguagesInvalidValue()
          Invalid value for localeLanguages.
static int getLocaleLanguagesLengthMax()
          Maximum localeLanguages length is 70 characters
static int getLocaleLanguagesLengthNorm()
          Normal localeLanguages length is 30 characters
 java.lang.String getLocaleLanguagesMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleLanguagesRange()
          Return the range specification for this field
 java.lang.String getLocaleLanguagesValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String[] getLocaleVariants()
          Accessor for localeVariants
 java.lang.String getLocaleVariants(int index)
          Returns the element at the specified index.
static java.lang.String[] getLocaleVariantsDefaultValue()
          Default value for localeVariants.
static java.lang.String getLocaleVariantsElementInvalidValue()
          Invalid value for localeVariantselement.
static boolean getLocaleVariantsFlag(int fieldflag)
          Field flag accessor.
static java.lang.String[] getLocaleVariantsInvalidValue()
          Invalid value for localeVariants.
static int getLocaleVariantsLengthMax()
          Maximum localeVariants length is 70 characters
static int getLocaleVariantsLengthNorm()
          Normal localeVariants length is 30 characters
 java.lang.String getLocaleVariantsMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLocaleVariantsRange()
          Return the range specification for this field
 java.lang.String getLocaleVariantsValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getLoginTemplate()
          Accessor for loginTemplate
static java.lang.String getLoginTemplateDefaultValue()
          Default value for loginTemplate.
 java.lang.String getLoginTemplateFieldPrintValue()
          Return the print name of the loginTemplate field.
static boolean getLoginTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getLoginTemplateInvalidValue()
          Invalid value for loginTemplate.
static int getLoginTemplateLengthMax()
          Maximum loginTemplate length is 80 characters
static int getLoginTemplateLengthNorm()
          Normal loginTemplate length is 20 characters
 java.lang.String getLoginTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getLoginTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getLoginTemplateRange()
          Return the range specification for this field
 java.lang.String getLoginTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getName()
          Accessor for name
static java.lang.String getNameDefaultValue()
          Default value for name.
 java.lang.String getNameFieldPrintValue()
          Return the print name of the name field.
static boolean getNameFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getNameInvalidValue()
          Invalid value for name.
static int getNameLengthMax()
          Maximum name length is 70 characters
static int getNameLengthNorm()
          Normal name length is 30 characters
 java.lang.String getNameMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getNamePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getNameRange()
          Return the range specification for this field
 java.lang.String getNameValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 long getPublicAuthUserID()
          Accessor for publicAuthUserID
static long getPublicAuthUserIDDefaultValue()
          Default value for publicAuthUserID.
 java.lang.String getPublicAuthUserIDFieldPrintValue()
          Return the print name of the publicAuthUserID field.
static boolean getPublicAuthUserIDFlag(int fieldflag)
          Field flag accessor.
static long getPublicAuthUserIDInvalidValue()
          Invalid value for publicAuthUserID.
 java.lang.String getPublicAuthUserIDMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getPublicAuthUserIDPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getPublicAuthUserIDRange()
          Return the range specification for this field
 java.lang.String getPublicAuthUserIDValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 org.sandev.basics.structs.SandQueryMessage getQueryMessage()
          Returns null
 int getSandTransmissionCount()
          Accessor for sandTransmissionCount
static int getSandTransmissionCountDefaultValue()
          Default value for sandTransmissionCount.
 java.lang.String getSandTransmissionCountFieldPrintValue()
          Return the print name of the sandTransmissionCount field.
static boolean getSandTransmissionCountFlag(int fieldflag)
          Field flag accessor.
static int getSandTransmissionCountInvalidValue()
          Invalid value for sandTransmissionCount.
 java.lang.String getSandTransmissionCountMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmissionCountPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmissionCountRange()
          Return the range specification for this field
 java.lang.String getSandTransmissionCountValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 long getSandTransmitAuthID()
          Accessor for sandTransmitAuthID
static long getSandTransmitAuthIDDefaultValue()
          Default value for sandTransmitAuthID.
 java.lang.String getSandTransmitAuthIDFieldPrintValue()
          Return the print name of the sandTransmitAuthID field.
static boolean getSandTransmitAuthIDFlag(int fieldflag)
          Field flag accessor.
static long getSandTransmitAuthIDInvalidValue()
          Invalid value for sandTransmitAuthID.
 java.lang.String getSandTransmitAuthIDMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitAuthIDPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitAuthIDRange()
          Return the range specification for this field
 java.lang.String getSandTransmitAuthIDValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getSandTransmitErrorMessage()
          Accessor for sandTransmitErrorMessage
static java.lang.String getSandTransmitErrorMessageDefaultValue()
          Default value for sandTransmitErrorMessage.
 java.lang.String getSandTransmitErrorMessageFieldPrintValue()
          Return the print name of the sandTransmitErrorMessage field.
static boolean getSandTransmitErrorMessageFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getSandTransmitErrorMessageInvalidValue()
          Invalid value for sandTransmitErrorMessage.
static int getSandTransmitErrorMessageLengthMax()
          Maximum sandTransmitErrorMessage length is 70 characters
static int getSandTransmitErrorMessageLengthNorm()
          Normal sandTransmitErrorMessage length is 30 characters
 java.lang.String getSandTransmitErrorMessageMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitErrorMessagePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitErrorMessageRange()
          Return the range specification for this field
 java.lang.String getSandTransmitErrorMessageValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 int getSandTransmitStatus()
          Accessor for sandTransmitStatus
static int getSandTransmitStatusDefaultValue()
          Default value for sandTransmitStatus.
 java.lang.String getSandTransmitStatusFieldPrintValue()
          Return the print name of the sandTransmitStatus field.
static boolean getSandTransmitStatusFlag(int fieldflag)
          Field flag accessor.
static int getSandTransmitStatusInvalidValue()
          Invalid value for sandTransmitStatus.
 java.lang.String getSandTransmitStatusMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getSandTransmitStatusPrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getSandTransmitStatusRange()
          Return the range specification for this field
 java.lang.String getSandTransmitStatusValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 Screen[] getScreens()
          Accessor for screens
 Screen getScreens(int index)
          Returns the element at the specified index.
static Screen[] getScreensDefaultValue()
          Default value for screens.
static Screen getScreensElementInvalidValue()
          Invalid value for screenselement.
static boolean getScreensFlag(int fieldflag)
          Field flag accessor.
static Screen[] getScreensInvalidValue()
          Invalid value for screens.
 java.lang.String getScreensMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getScreensRange()
          Return the range specification for this field
 java.lang.String getScreensValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 java.lang.String getShortName()
          Returns the unqualified name of this message.
 org.sandev.basics.structs.SandStructMessage getStructMessage()
          Returns a new SandUI instance
 org.sandev.basics.structs.SandUpdateMessage getUpdateMessage()
          Returns a new SandUIUpdate instance
 java.lang.String getValueForFieldName(java.lang.String fieldname, org.sandev.basics.util.IDLookup lookup, org.sandev.basics.util.AuthUser user, java.lang.String defaultVal)
          Returns the print representation of the value of the specified field, or the given default value if innaccessible.
 java.lang.String getWelcomeTemplate()
          Accessor for welcomeTemplate
static java.lang.String getWelcomeTemplateDefaultValue()
          Default value for welcomeTemplate.
 java.lang.String getWelcomeTemplateFieldPrintValue()
          Return the print name of the welcomeTemplate field.
static boolean getWelcomeTemplateFlag(int fieldflag)
          Field flag accessor.
static java.lang.String getWelcomeTemplateInvalidValue()
          Invalid value for welcomeTemplate.
static int getWelcomeTemplateLengthMax()
          Maximum welcomeTemplate length is 80 characters
static int getWelcomeTemplateLengthNorm()
          Normal welcomeTemplate length is 20 characters
 java.lang.String getWelcomeTemplateMetatype()
          Return the metatype text for this field, or "" if no metatype was declared.
 java.lang.String getWelcomeTemplatePrintValue()
          Retrieve the current value of this field as a print String.
 java.lang.String getWelcomeTemplateRange()
          Return the range specification for this field
 java.lang.String getWelcomeTemplateValidityCheck()
          Return the empty string if the value of this field is valid according to the base SAND declarations.
 void init()
          Initialize all fields to their default values
static java.lang.String initialDisplayActual2Print(java.lang.String actualVal)
          Utility method to transform an actual value for this field into a print value.
 int initialDisplayLabelToValue(java.lang.String label)
          Given a label, return the value for it.
static java.lang.String initialDisplayPrint2Actual(java.lang.String printVal)
          Utility method to transform a print value for this field into an actual value.
static java.lang.String initialDisplayPrint2Key(java.lang.String printVal)
          Utility method to transform a print value for this field into a key value.
 java.lang.String initialDisplayValueToLabel(int val)
          Given a value, return the declared label for it.
 void insertEntryPoints(int index, java.lang.String value)
          Insert the specified element at the specified index.
 void insertLocaleCountries(int index, java.lang.String value)
          Insert the specified element at the specified index.
 void insertLocaleLanguages(int index, java.lang.String value)
          Insert the specified element at the specified index.
 void insertLocaleVariants(int index, java.lang.String value)
          Insert the specified element at the specified index.
 void insertScreens(int index, Screen value)
          Insert the specified element at the specified index.
 boolean isDefaultSecurityNormal()
          boolean accessor for defaultSecurity value
 boolean isDefaultSecuritySecure()
          boolean accessor for defaultSecurity value
 boolean isEquivalent(org.sandev.basics.structs.SandMessage sm)
          Declared field equivalence check as specified by the SandMessage interface.
 boolean localeCountriesContains(java.lang.String val)
          Returns true if localeCountries contains the specified value.
 int localeCountriesIndexOf(java.lang.String val)
          Return the index of the specified value in localeCountries, or -1 if not found.
 boolean localeLanguagesContains(java.lang.String val)
          Returns true if localeLanguages contains the specified value.
 int localeLanguagesIndexOf(java.lang.String val)
          Return the index of the specified value in localeLanguages, or -1 if not found.
 boolean localeVariantsContains(java.lang.String val)
          Returns true if localeVariants contains the specified value.
 int localeVariantsIndexOf(java.lang.String val)
          Return the index of the specified value in localeVariants, or -1 if not found.
 java.lang.String[] referenceValidate(java.lang.String[] locations, java.lang.String prefix, org.sandev.basics.util.IDLookup idlookup, org.sandev.basics.util.NameLookup namelookup, org.sandev.basics.util.AuthUser au)
          Validate the references as specified in the Resolvable interface.
 java.lang.String removeEntryPoints(int index)
          Remove the element at the specified index and return it.
 boolean removeEntryPointsValue(java.lang.String value)
          Removes the given element from entryPoints.
 java.lang.String removeLocaleCountries(int index)
          Remove the element at the specified index and return it.
 boolean removeLocaleCountriesValue(java.lang.String value)
          Removes the given element from localeCountries.
 java.lang.String removeLocaleLanguages(int index)
          Remove the element at the specified index and return it.
 boolean removeLocaleLanguagesValue(java.lang.String value)
          Removes the given element from localeLanguages.
 java.lang.String removeLocaleVariants(int index)
          Remove the element at the specified index and return it.
 boolean removeLocaleVariantsValue(java.lang.String value)
          Removes the given element from localeVariants.
 Screen removeScreens(int index)
          Remove the element at the specified index and return it.
 boolean removeScreensValue(Screen value)
          Removes the given element from screens.
 Screen[] resolveEntryPointsReferences(org.sandev.basics.util.NameLookup lookup, org.sandev.basics.util.AuthUser au)
          Converts this array of references into an array of instances, by looking them up.
 Screen[] resolveEntryPointsReferencesNonCrit(org.sandev.basics.util.NameLookup lookup, org.sandev.basics.util.AuthUser au)
          Calls standard method, eating any SandException and returning an empty array.
 boolean screensContains(Screen val)
          Returns true if screens contains the specified value.
 int screensIndexOf(Screen val)
          Return the index of the specified value in screens, or -1 if not found.
 void setDefaultSecurity(int defaultSecurity)
          Mutator for defaultSecurity
 void