|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.DisplayParamsStruct
org.sandev.TaskHeap.sandmessages.DisplayParams
public class DisplayParams
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: org.sandev.TaskHeap.structs.DisplayParamsStruct
generator: org.sandev.generator.MessageClassGenerator
time: Jul 31, 2008 4:34:16 PM
| Field Summary | |
|---|---|
static int |
DISPLAYMODE_HIDEDONE
Possible value for displayMode |
static int |
DISPLAYMODE_LEVEL2
Possible value for displayMode |
static int |
DISPLAYMODE_LEVEL3
Possible value for displayMode |
static int |
DISPLAYMODE_LEVEL4
Possible value for displayMode |
static int |
DISPLAYMODE_NORMAL
Possible value for displayMode |
static int |
DISPLAYMODE_SUBROOT
Possible value for displayMode |
static int |
DISPLAYMODE_TIMEONLY
Possible value for displayMode |
static int |
VIEWMODE_DEADALL
Possible value for viewMode |
static int |
VIEWMODE_DEADLINE
Possible value for viewMode |
static int |
VIEWMODE_DEADREM
Possible value for viewMode |
static int |
VIEWMODE_DEADTTL
Possible value for viewMode |
static int |
VIEWMODE_PROJALL
Possible value for viewMode |
static int |
VIEWMODE_PROJECTED
Possible value for viewMode |
static int |
VIEWMODE_PROJREM
Possible value for viewMode |
static int |
VIEWMODE_PROJTTL
Possible value for viewMode |
| Fields inherited from class org.sandev.TaskHeap.structs.DisplayParamsStruct |
|---|
collapsed, currPlan, displayMode, previousRoot, rootPlan, viewMode |
| Fields inherited from interface org.sandev.basics.structs.SandInstanceMessage |
|---|
FIELDCHECK_EMPTYSTRINGPRINTVAL, 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_SUMMARYEDIT, FIELDFLAG_UNIQUE, GENMOD_ACTION_APPEND, GENMOD_ACTION_INSERT, GENMOD_ACTION_REMOVE, GENMOD_ACTION_SET |
| Constructor Summary | |
|---|---|
DisplayParams()
Default constructor calls init. |
|
| Method Summary | |
|---|---|
void |
addCollapsed(long element)
Appends a value to collapsed |
void |
addCollapsed(long[] elements)
Appends an array of values to collapsed |
void |
clearCollapsed()
Clears all values from collapsed |
DisplayParams |
cloneDisplayParams()
Make a deep copy of this DisplayParams. |
org.sandev.basics.structs.SandInstanceMessage |
cloneMessage()
Calls cloneDisplayParams |
boolean |
collapsedContains(long val)
Returns true if collapsed contains the specified value. |
int |
collapsedIndexOf(long val)
Return the index of the specified value in collapsed, or -1 if not found. |
org.sandev.basics.structs.SandInstanceMessage |
convertToSuperstructClass()
Return a new instance of the message associated with the superstruct of this instance. |
void |
copyDataFrom(DisplayParams other,
boolean deepcopy)
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 |
displayModeActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
displayModeLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
displayModeLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
displayModePrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
displayModePrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
displayModeValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
displayModeValueToLabelStatic(int val)
|
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 |
org.sandev.basics.structs.SandCollectionMessage |
find(org.sandev.basics.structs.SandQueryMessage sqm)
Return a matching collection of all directly contained instances matching the given query. |
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. |
int |
getBaseMemoryUse()
Return the base memory use for this object. |
long[] |
getCollapsed()
Accessor for collapsed. |
long |
getCollapsed(int index)
Returns the element at the specified index. |
static long[] |
getCollapsedDefaultValue()
Default value for collapsed. |
static long |
getCollapsedElementInvalidValue()
Invalid value for collapsedelement. |
java.lang.String |
getCollapsedFieldPrintValue()
Return the print name of the collapsed field. |
static boolean |
getCollapsedFlag(int fieldflag)
Field flag accessor. |
static long[] |
getCollapsedInvalidValue()
Invalid value for collapsed. |
java.lang.String |
getCollapsedMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getCollapsedPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getCollapsedRange()
Return the range specification for this field |
java.lang.String |
getCollapsedValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
org.sandev.basics.structs.SandCollectionMessage |
getCollectionMessage()
Returns null |
java.lang.String[] |
getContainedMessageFields()
Return an array of all contained message fields. |
long |
getCurrPlan()
Accessor for currPlan |
static long |
getCurrPlanDefaultValue()
Default value for currPlan. |
java.lang.String |
getCurrPlanFieldPrintValue()
Return the print name of the currPlan field. |
static boolean |
getCurrPlanFlag(int fieldflag)
Field flag accessor. |
static long |
getCurrPlanInvalidValue()
Invalid value for currPlan. |
java.lang.String |
getCurrPlanMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getCurrPlanPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getCurrPlanRange()
Return the range specification for this field |
java.lang.String |
getCurrPlanValidityCheck()
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[] |
getDisplayFieldsPrint()
Return an array of the summary field print names for this class. |
java.lang.String |
getDisplayID()
Return the displayID for this message instance |
int |
getDisplayMode()
Accessor for displayMode |
static java.lang.String[] |
getDisplayModeActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getDisplayModeDefaultValue()
Default value for displayMode. |
static java.lang.String |
getDisplayModeEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getDisplayModeFieldPrintValue()
Return the print name of the displayMode field. |
static boolean |
getDisplayModeFlag(int fieldflag)
Field flag accessor. |
static int |
getDisplayModeInvalidValue()
Invalid value for displayMode. |
static java.lang.String[] |
getDisplayModeKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getDisplayModeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getDisplayModePrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getDisplayModePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getDisplayModeRange()
Return the range specification for this field |
java.lang.String |
getDisplayModeValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
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. |
org.sandev.basics.structs.SandPersistMessage |
getInstance(java.lang.String classname,
long id)
If this instance directly contains the specified instance, then find it and return it. |
org.sandev.basics.structs.SandInstanceMessage |
getInstance(java.lang.String classname,
java.lang.String fieldname,
java.lang.String value)
If this instance directly contains the specified instance, then find it and return it. |
java.lang.String |
getLayoutXML()
Return the fieldlayout XML or null if not defined. |
long |
getPreviousRoot()
Accessor for previousRoot |
static long |
getPreviousRootDefaultValue()
Default value for previousRoot. |
java.lang.String |
getPreviousRootFieldPrintValue()
Return the print name of the previousRoot field. |
static boolean |
getPreviousRootFlag(int fieldflag)
Field flag accessor. |
static long |
getPreviousRootInvalidValue()
Invalid value for previousRoot. |
java.lang.String |
getPreviousRootMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getPreviousRootPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getPreviousRootRange()
Return the range specification for this field |
java.lang.String |
getPreviousRootValidityCheck()
Return the empty string if the value of this field is valid according to the base SAND declarations. |
java.lang.String |
getPrintname()
Return the printname of the class |
java.lang.String |
getPrintnameForField(java.lang.String fieldname)
Given a fieldname, return its declared printname if declared. |
org.sandev.basics.structs.SandQueryMessage |
getQueryMessage()
Returns null |
long |
getRootPlan()
Accessor for rootPlan |
static long |
getRootPlanDefaultValue()
Default value for rootPlan. |
java.lang.String |
getRootPlanFieldPrintValue()
Return the print name of the rootPlan field. |
static boolean |
getRootPlanFlag(int fieldflag)
Field flag accessor. |
static long |
getRootPlanInvalidValue()
Invalid value for rootPlan. |
java.lang.String |
getRootPlanMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
java.lang.String |
getRootPlanPrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getRootPlanRange()
Return the range specification for this field |
java.lang.String |
getRootPlanValidityCheck()
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 DisplayParams instance |
org.sandev.basics.structs.SandUpdateMessage |
getUpdateMessage()
Returns a new DisplayParamsUpdate 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. |
int |
getViewMode()
Accessor for viewMode |
static java.lang.String[] |
getViewModeActualVals()
Return an array of the possible values for this field as Strings. |
static int |
getViewModeDefaultValue()
Default value for viewMode. |
static java.lang.String |
getViewModeEnumSummary()
Return a single String summary of the possible enum values for debug and similar purposes. |
java.lang.String |
getViewModeFieldPrintValue()
Return the print name of the viewMode field. |
static boolean |
getViewModeFlag(int fieldflag)
Field flag accessor. |
static int |
getViewModeInvalidValue()
Invalid value for viewMode. |
static java.lang.String[] |
getViewModeKeyVals()
Return an array of unique keys for the values of this field. |
java.lang.String |
getViewModeMetatype()
Return the metatype text for this field, or "" if no metatype was declared. |
static java.lang.String[] |
getViewModePrintVals()
Return an array of the possible values for this field in display format. |
java.lang.String |
getViewModePrintValue()
Retrieve the current value of this field as a print String. |
java.lang.String |
getViewModeRange()
Return the range specification for this field |
java.lang.String |
getViewModeValidityCheck()
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 |
void |
insertCollapsed(int index,
long value)
Insert the specified element at the specified index. |
boolean |
isEquivalent(org.sandev.basics.structs.SandMessage sm)
Declared field equivalence check as specified by the SandMessage interface. |
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. |
long |
removeCollapsed(int index)
Remove the element at the specified index and return it. |
boolean |
removeCollapsedValue(long value)
Removes the given element from collapsed. |
Plan |
resolveCurrPlanReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Converts a reference to an instance by looking it up. |
Plan |
resolveCurrPlanReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Calls standard method, eating any SandException and returning a new instance uniqueID -1. |
Plan |
resolvePreviousRootReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Converts a reference to an instance by looking it up. |
Plan |
resolvePreviousRootReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Calls standard method, eating any SandException and returning a new instance uniqueID -1. |
Plan |
resolveRootPlanReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Converts a reference to an instance by looking it up. |
Plan |
resolveRootPlanReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
Calls standard method, eating any SandException and returning a new instance uniqueID -1. |
void |
setCollapsed(int index,
long value)
Set the value at the index specified. |
void |
setCollapsed(long[] collapsed)
Mutator for collapsed |
void |
setCurrPlan(long currPlan)
Mutator for currPlan |
void |
setDisplayMode(int displayMode)
Mutator for displayMode |
void |
setPreviousRoot(long previousRoot)
Mutator for previousRoot |
void |
setRootPlan(long rootPlan)
Mutator for rootPlan |
void |
setViewMode(int viewMode)
Mutator for viewMode |
DisplayParams |
shallowCopy()
Make a shallow copy of this DisplayParams. |
int |
sizeofCollapsed()
Returns the size of collapsed. |
java.lang.String |
toString()
Return a string representation of this object. |
static java.lang.String |
viewModeActual2Print(java.lang.String actualVal)
Utility method to transform an actual value for this field into a print value. |
int |
viewModeLabelToValue(java.lang.String label)
Given a label, return the value for it. |
static int |
viewModeLabelToValueStatic(java.lang.String label)
|
static java.lang.String |
viewModePrint2Actual(java.lang.String printVal)
Utility method to transform a print value for this field into an actual value. |
static java.lang.String |
viewModePrint2Key(java.lang.String printVal)
Utility method to transform a print value for this field into a key value. |
java.lang.String |
viewModeValueToLabel(int val)
Given a value, return the declared label for it. |
static java.lang.String |
viewModeValueToLabelStatic(int val)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DISPLAYMODE_NORMAL
public static final int DISPLAYMODE_HIDEDONE
public static final int DISPLAYMODE_TIMEONLY
public static final int DISPLAYMODE_LEVEL2
public static final int DISPLAYMODE_LEVEL3
public static final int DISPLAYMODE_LEVEL4
public static final int DISPLAYMODE_SUBROOT
public static final int VIEWMODE_PROJALL
public static final int VIEWMODE_PROJREM
public static final int VIEWMODE_PROJTTL
public static final int VIEWMODE_PROJECTED
public static final int VIEWMODE_DEADALL
public static final int VIEWMODE_DEADREM
public static final int VIEWMODE_DEADTTL
public static final int VIEWMODE_DEADLINE
| Constructor Detail |
|---|
public DisplayParams()
| Method Detail |
|---|
public java.lang.String getPrintname()
getPrintname in interface org.sandev.basics.structs.SandStructMessage
public boolean fieldHasFlag(java.lang.String fieldname,
int fieldflag)
fieldHasFlag in interface org.sandev.basics.structs.SandInstanceMessagepublic long getCurrPlan()
public void setCurrPlan(long currPlan)
public static boolean getCurrPlanFlag(int fieldflag)
public static long getCurrPlanDefaultValue()
public static long getCurrPlanInvalidValue()
public java.lang.String getCurrPlanPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getCurrPlanFieldPrintValue()
public java.lang.String getCurrPlanRange()
public Plan resolveCurrPlanReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
public Plan resolveCurrPlanReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
throws org.sandev.basics.structs.SandException
org.sandev.basics.structs.SandExceptionpublic java.lang.String getCurrPlanValidityCheck()
public java.lang.String getCurrPlanMetatype()
public int getDisplayMode()
public void setDisplayMode(int displayMode)
public java.lang.String displayModeValueToLabel(int val)
public static java.lang.String displayModeValueToLabelStatic(int val)
public int displayModeLabelToValue(java.lang.String label)
public static int displayModeLabelToValueStatic(java.lang.String label)
public static java.lang.String[] getDisplayModePrintVals()
public static java.lang.String[] getDisplayModeKeyVals()
public static java.lang.String[] getDisplayModeActualVals()
public static java.lang.String displayModePrint2Key(java.lang.String printVal)
getDisplayModePrintVals
and getDisplayModeKeyVals methods for details.
public static java.lang.String displayModePrint2Actual(java.lang.String printVal)
getDisplayModePrintVals
and getDisplayModeActualVals methods for details.
public static java.lang.String displayModeActual2Print(java.lang.String actualVal)
getDisplayModeActualVals
and getDisplayModePrintVals methods for details.
public static java.lang.String getDisplayModeEnumSummary()
public static boolean getDisplayModeFlag(int fieldflag)
public static int getDisplayModeDefaultValue()
public static int getDisplayModeInvalidValue()
public java.lang.String getDisplayModePrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getDisplayModeFieldPrintValue()
public java.lang.String getDisplayModeRange()
public java.lang.String getDisplayModeValidityCheck()
public java.lang.String getDisplayModeMetatype()
public long getRootPlan()
public void setRootPlan(long rootPlan)
public static boolean getRootPlanFlag(int fieldflag)
public static long getRootPlanDefaultValue()
public static long getRootPlanInvalidValue()
public java.lang.String getRootPlanPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getRootPlanFieldPrintValue()
public java.lang.String getRootPlanRange()
public Plan resolveRootPlanReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
public Plan resolveRootPlanReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
throws org.sandev.basics.structs.SandException
org.sandev.basics.structs.SandExceptionpublic java.lang.String getRootPlanValidityCheck()
public java.lang.String getRootPlanMetatype()
public long getPreviousRoot()
public void setPreviousRoot(long previousRoot)
public static boolean getPreviousRootFlag(int fieldflag)
public static long getPreviousRootDefaultValue()
public static long getPreviousRootInvalidValue()
public java.lang.String getPreviousRootPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getPreviousRootFieldPrintValue()
public java.lang.String getPreviousRootRange()
public Plan resolvePreviousRootReferenceNonCrit(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
public Plan resolvePreviousRootReference(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser au)
throws org.sandev.basics.structs.SandException
org.sandev.basics.structs.SandExceptionpublic java.lang.String getPreviousRootValidityCheck()
public java.lang.String getPreviousRootMetatype()
public int getViewMode()
public void setViewMode(int viewMode)
public java.lang.String viewModeValueToLabel(int val)
public static java.lang.String viewModeValueToLabelStatic(int val)
public int viewModeLabelToValue(java.lang.String label)
public static int viewModeLabelToValueStatic(java.lang.String label)
public static java.lang.String[] getViewModePrintVals()
public static java.lang.String[] getViewModeKeyVals()
public static java.lang.String[] getViewModeActualVals()
public static java.lang.String viewModePrint2Key(java.lang.String printVal)
getViewModePrintVals
and getViewModeKeyVals methods for details.
public static java.lang.String viewModePrint2Actual(java.lang.String printVal)
getViewModePrintVals
and getViewModeActualVals methods for details.
public static java.lang.String viewModeActual2Print(java.lang.String actualVal)
getViewModeActualVals
and getViewModePrintVals methods for details.
public static java.lang.String getViewModeEnumSummary()
public static boolean getViewModeFlag(int fieldflag)
public static int getViewModeDefaultValue()
public static int getViewModeInvalidValue()
public java.lang.String getViewModePrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getViewModeFieldPrintValue()
public java.lang.String getViewModeRange()
public java.lang.String getViewModeValidityCheck()
public java.lang.String getViewModeMetatype()
public long[] getCollapsed()
setCollapsed.
public void setCollapsed(long[] collapsed)
public void addCollapsed(long element)
public void addCollapsed(long[] elements)
public long getCollapsed(int index)
public void setCollapsed(int index,
long value)
public void insertCollapsed(int index,
long value)
public long removeCollapsed(int index)
public boolean removeCollapsedValue(long value)
public void clearCollapsed()
public boolean collapsedContains(long val)
public int collapsedIndexOf(long val)
public int sizeofCollapsed()
public static boolean getCollapsedFlag(int fieldflag)
public static long[] getCollapsedDefaultValue()
public static long getCollapsedElementInvalidValue()
public static long[] getCollapsedInvalidValue()
public java.lang.String getCollapsedPrintValue()
Used for debug output, and as an initial value for transformation and formatting.
public java.lang.String getCollapsedFieldPrintValue()
public java.lang.String getCollapsedRange()
public java.lang.String getCollapsedValidityCheck()
public java.lang.String getCollapsedMetatype()
public void init()
public java.lang.String getShortName()
getShortName in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandQueryMessage getQueryMessage()
getQueryMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandCollectionMessage getCollectionMessage()
getCollectionMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandUpdateMessage getUpdateMessage()
getUpdateMessage in interface org.sandev.basics.structs.SandMessagepublic org.sandev.basics.structs.SandStructMessage getStructMessage()
getStructMessage in interface org.sandev.basics.structs.SandMessagepublic boolean isEquivalent(org.sandev.basics.structs.SandMessage sm)
When comparing arrays, it is possible that the array elements may have been set to null as part of authorization filtering or similar unusual circumstances. A null array element is only equivalent to another null array element.
isEquivalent in interface org.sandev.basics.structs.SandMessagepublic int getBaseMemoryUse()
getBaseMemoryUse in interface org.sandev.basics.structs.SandMessage
public void generalModifier(int action,
java.lang.String field,
int index,
java.lang.Object val)
throws org.sandev.basics.structs.SandException
generalModifier in interface org.sandev.basics.structs.SandInstanceMessageorg.sandev.basics.structs.SandExceptionpublic org.sandev.basics.structs.SandAttrVal generalDereference(java.lang.String fieldspec)
generalDereference in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.Object generalAccessor(java.lang.String fieldspec)
generalAccessor in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayFields()
getDisplayFields in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayFieldsPrint()
getDisplayFieldsPrint in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String getLayoutXML()
getLayoutXML in interface org.sandev.basics.structs.SandInstanceMessagepublic java.lang.String[] getDisplayValues()
getDisplayValues in interface org.sandev.basics.structs.SandInstanceMessage
public java.lang.String[] getDisplayValues(org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.AuthUser user,
java.lang.String defaultVal)
getDisplayValues in interface org.sandev.basics.util.Resolvable
public java.lang.String getValueForFieldName(java.lang.String fieldname,
org.sandev.basics.util.IDLookup lookup,
org.sandev.basics.util.