|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.property.DefaultPropertyGroup
planetj.dataengine.display.JoinProperties
Field Summary | |
static java.lang.String |
CHECK_FOR_ASSOCIATED_JOIN
|
static java.lang.String |
className
Class name. |
static boolean |
DEFAULT_CHECK_FOR_ASSOCIATED_JOIN
|
static java.lang.String |
JOIN_PROPERTIES
Used for the default JoinProperties property group name. |
static java.lang.String |
JOIN_TYPE
Type of join |
static java.lang.String |
JOIN_TYPE_DEFAULT
Defuult join type |
static java.lang.String |
JOIN_TYPE_INNER
Inner join |
static java.lang.String |
JOIN_TYPE_LEFT
Left join |
static java.lang.String |
TRANSACTIONS
Should transactions be used when a joined row is inserted/updated/deleted? |
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 | |
JoinProperties()
BrowserProperties constructor comment. |
|
JoinProperties(int initialCapacity)
BrowserProperties constructor comment. |
|
JoinProperties(java.lang.String pName)
BrowserProperties constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties. |
java.lang.String |
getJoinType()
Get the join type |
boolean |
isCheckForAssociatedJoin()
Check whether or not associated joins should be checked for an operation. |
boolean |
isUseTransactions()
Should transactions be used when a joined row is inserted/updated/deleted? |
protected short |
propertyType(java.lang.String propertyName)
Gets the type of property for a specified property name. |
protected void |
validate()
Validates this property group, throwing a validation exception if there is a problem. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
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 |
public static final java.lang.String className
public static final java.lang.String JOIN_PROPERTIES
public static final java.lang.String JOIN_TYPE
public static final java.lang.String JOIN_TYPE_INNER
public static final java.lang.String JOIN_TYPE_LEFT
public static final java.lang.String JOIN_TYPE_DEFAULT
public static final java.lang.String TRANSACTIONS
public static final java.lang.String CHECK_FOR_ASSOCIATED_JOIN
public static final boolean DEFAULT_CHECK_FOR_ASSOCIATED_JOIN
Constructor Detail |
public JoinProperties()
public JoinProperties(int initialCapacity)
initialCapacity
- intpublic JoinProperties(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public java.lang.String getJoinType()
public boolean isCheckForAssociatedJoin()
public boolean isUseTransactions()
protected short propertyType(java.lang.String propertyName)
propertyType
in class DefaultPropertyGroup
protected void validate() throws ValidationException
PropertyGroup
validate
in class PropertyGroup
ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |