|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.Row
planetj.dataengine.PropertyRow
planetj.dataengine.theme.Theme
Contains information describing a DataEngine theme
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary | |
static java.lang.String |
className
Class name |
Fields inherited from class planetj.database.Row |
DISPLAY_ORDER_COMPARATOR, MODE_ALTER, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, mRowEventListeners |
Fields inherited from interface planetj.dataengine.theme.ITheme |
CSS_FILE, DEFAULT_THEME_ID, DESCRIPTION, OWNER_ID, PROPERTIES, SECURITY_ID, THEME, THEME_ID, TYPE, TYPE_DEFAULT |
Fields inherited from interface planetj.dataengine.security.IGuarded |
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED |
Constructor Summary | |
Theme()
|
Method Summary | |
java.lang.String |
getCSSFile()
Gets this Theme's CSS file. |
java.lang.String |
getDescription()
Gets the description for this Theme. |
java.lang.Object |
getFieldDefaultValue(Field field,
ExecutingContext executingContext)
Get the field's default value as a String. |
int |
getId()
Gets the ID of this Theme |
java.lang.Integer |
getIdAsInteger()
Gets the ID of this Theme. |
LayoutDisplayPropertyGroup |
getLayoutProperties()
Gets this themes layout properties |
int |
getOwnerId()
Gets the ID of this Theme's owner. |
java.lang.Integer |
getOwnerIdAsInteger()
Gets the ID of this Theme's owner |
Field |
getOwnerIdField()
Returns the Owner Id Field |
java.lang.String |
getProperties()
Gets the property string associated with this Theme. |
java.lang.String |
getPropertyFieldName()
Get the name of the Field containing this Row's properties.. |
int |
getSecurityId()
Gets the ID of this Theme's security. |
java.lang.Integer |
getSecurityIdAsInteger()
Gets the ID of this Theme's security. |
PropertyGroupList |
getThemePropertyGroups()
Deprecated. replaced with getRowPropertyGroups() |
java.lang.String |
getTranslatedDescription(UserProperties up)
Gets the translated description of this Theme. |
int |
getType()
Gets the type of this Theme. |
void |
setCSSFile(java.lang.String cssFile)
Sets this Theme's CSS file. |
void |
setDescription(java.lang.String value)
Sets the description for this Theme. |
void |
setId(int value)
Sets the ID of this Theme. |
void |
setId(java.lang.Integer value)
Sets the ID of this Theme. |
void |
setOwnerId(int value)
Sets the ID of this Theme's owner |
void |
setOwnerId(java.lang.Integer value)
Sets the ID of this Theme's owner |
void |
setProperties(java.lang.String properties)
Sets the property string associated with this Theme. |
void |
setSecurityId(int value)
Sets the ID of this Theme's security |
void |
setSecurityId(java.lang.Integer value)
Sets the ID of this Theme's security |
protected void |
setThemePropertyGroups(PropertyGroupList pPropertyGroups)
Deprecated. replaced with setRowPropertyGroups(PropertyGroupList) |
void |
setType(int value)
Sets this Theme's type. |
Methods inherited from class planetj.dataengine.PropertyRow |
createRow, getRowPropertyGroup, getRowPropertyGroups, getRowPropertyGroups, insert, setPropertiesInternal, setRowPropertyGroups, setRowPropertyGroupsInternal, transferDataTo, transferPropertiesTo, update |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String className
Constructor Detail |
public Theme()
Method Detail |
public java.lang.String getCSSFile()
public java.lang.String getDescription()
public java.lang.Object getFieldDefaultValue(Field field, ExecutingContext executingContext) throws CMException
Row
getFieldDefaultValue
in class Row
CMException
public int getId()
public java.lang.Integer getIdAsInteger()
public LayoutDisplayPropertyGroup getLayoutProperties()
public int getOwnerId()
public java.lang.Integer getOwnerIdAsInteger()
public Field getOwnerIdField()
getOwnerIdField
in interface IOwner
IOwner
public java.lang.String getProperties()
getProperties
in class PropertyRow
public java.lang.String getPropertyFieldName()
getPropertyFieldName
in class PropertyRow
public int getSecurityId()
public java.lang.Integer getSecurityIdAsInteger()
public PropertyGroupList getThemePropertyGroups()
public java.lang.String getTranslatedDescription(UserProperties up)
public int getType()
public void setCSSFile(java.lang.String cssFile) throws CMException
CMException
public void setDescription(java.lang.String value) throws CMException
CMException
public void setId(int value) throws CMException
CMException
public void setId(java.lang.Integer value) throws CMException
CMException
public void setOwnerId(int value) throws CMException
CMException
public void setOwnerId(java.lang.Integer value) throws CMException
CMException
public void setProperties(java.lang.String properties) throws CMException
setProperties
in class PropertyRow
CMException
public void setSecurityId(int value) throws CMException
CMException
public void setSecurityId(java.lang.Integer value) throws CMException
CMException
protected void setThemePropertyGroups(PropertyGroupList pPropertyGroups) throws CMException
CMException
public void setType(int value) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |