planetj.dataengine.display
Class SignOnPropertyGroup

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byplanetj.property.PropertyGroup
              extended byplanetj.property.DefaultPropertyGroup
                  extended byplanetj.dataengine.display.SignOnPropertyGroup
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable

public class SignOnPropertyGroup
extends DefaultPropertyGroup

See Also:
Serialized Form

Field Summary
static java.util.List ALL_PROPERTIES
           
static java.lang.String FAILURE_MESSAGE
           
static java.lang.String FAILURE_MESSAGE_DEFAULT
           
static java.lang.String MAXIMUM_FAILURES
           
static java.lang.String SIGN_ON
           
 
Fields inherited from class planetj.property.PropertyGroup
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
SignOnPropertyGroup()
          DisplayPropertyGroup constructor comment.
SignOnPropertyGroup(int initialCapacity)
          DisplayPropertyGroup constructor comment.
SignOnPropertyGroup(java.lang.String pName)
          DisplayPropertyGroup constructor comment.
 
Method Summary
 java.util.List getAllPropertyNames()
          Gets a List containing the names of all the supported properties, not including metaproperties.
 java.lang.String getFailureMessage()
          Gets the text to display when a signon fails
 int getMaximumFailures()
          Gets the maximum number of failures that are allowed
 java.util.List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
protected  short propertyType(java.lang.String pPropertyName)
          Gets the type of property for a specified property name.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, copyUndefinedPropertiesFrom, createProperty, createValue, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateFormat, getDateValue, getDoubleValue, getFloatValue, getIntValue, getJavaClassValue, getListValue, getMapValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, metapropertyType, put, put, put, setName, toString, updateProperty, validate, validateMetadata, validateMetadataBoolean
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

SIGN_ON

public static final java.lang.String SIGN_ON
See Also:
Constant Field Values

MAXIMUM_FAILURES

public static final java.lang.String MAXIMUM_FAILURES
See Also:
Constant Field Values

FAILURE_MESSAGE

public static final java.lang.String FAILURE_MESSAGE
See Also:
Constant Field Values

FAILURE_MESSAGE_DEFAULT

public static final java.lang.String FAILURE_MESSAGE_DEFAULT
See Also:
Constant Field Values

ALL_PROPERTIES

public static final java.util.List ALL_PROPERTIES
Constructor Detail

SignOnPropertyGroup

public SignOnPropertyGroup()
DisplayPropertyGroup constructor comment.


SignOnPropertyGroup

public SignOnPropertyGroup(int initialCapacity)
DisplayPropertyGroup constructor comment.

Parameters:
initialCapacity - int

SignOnPropertyGroup

public SignOnPropertyGroup(java.lang.String pName)
DisplayPropertyGroup constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public java.util.List getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getFailureMessage

public java.lang.String getFailureMessage()
Gets the text to display when a signon fails


getMaximumFailures

public int getMaximumFailures()
Gets the maximum number of failures that are allowed


getRequiredPropertyNames

public java.util.List getRequiredPropertyNames()
Gets a List containing the names of all the required properties.

Overrides:
getRequiredPropertyNames in class DefaultPropertyGroup

propertyType

protected short propertyType(java.lang.String pPropertyName)
Gets the type of property for a specified property name.

Overrides:
propertyType in class DefaultPropertyGroup