|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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 String |
className
Class name |
Fields inherited from class planetj.database.Row |
COPY, DELETE, INSERT, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, READ, UPDATE |
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 | |
String |
getCSSFile()
Gets this Theme's CSS file. |
String |
getDescription()
Gets the description for this Theme. |
int |
getId()
Gets the ID of this Theme |
Integer |
getIdAsInteger()
Gets the ID of this Theme. |
int |
getOwnerId()
Gets the ID of this Theme's owner. |
Integer |
getOwnerIdAsInteger()
Gets the ID of this Theme's owner |
Field |
getOwnerIdField()
Returns the Owner Id Field |
String |
getProperties()
Gets the property string associated with this Theme. |
String |
getPropertyFieldName()
Get the name of the Field containing this Row's properties.. |
int |
getSecurityId()
Gets the ID of this Theme's security. |
Integer |
getSecurityIdAsInteger()
Gets the ID of this Theme's security. |
PropertyGroupList |
getThemePropertyGroups()
Deprecated. replaced with getRowPropertyGroups() |
String |
getTranslatedDescription(UserProperties up)
Gets the translated description of this Theme. |
int |
getType()
Gets the type of this Theme. |
void |
setCSSFile(String cssFile)
Sets this Theme's CSS file. |
void |
setDescription(String value)
Sets the description for this Theme. |
void |
setId(int value)
Sets the ID of this Theme. |
void |
setId(Integer value)
Sets the ID of this Theme. |
void |
setOwnerId(int value)
Sets the ID of this Theme's owner |
void |
setOwnerId(Integer value)
Sets the ID of this Theme's owner |
void |
setProperties(String properties)
Sets the property string associated with this Theme. |
void |
setSecurityId(int value)
Sets the ID of this Theme's security |
void |
setSecurityId(Integer value)
Sets the ID of this Theme's security |
void |
setType(int value)
Sets this Theme's type. |
Methods inherited from class planetj.dataengine.PropertyRow |
createRow, getRowPropertyGroup, getRowPropertyGroups, getRowPropertyGroups, insert, transferDataTo, update |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String className
Constructor Detail |
public Theme()
Method Detail |
public String getCSSFile()
public String getDescription()
public int getId()
public Integer getIdAsInteger()
public int getOwnerId()
public Integer getOwnerIdAsInteger()
public Field getOwnerIdField()
getOwnerIdField
in interface IOwner
IOwner
public String getProperties()
getProperties
in class PropertyRow
public String getPropertyFieldName()
getPropertyFieldName
in class PropertyRow
public int getSecurityId()
public Integer getSecurityIdAsInteger()
public PropertyGroupList getThemePropertyGroups()
public String getTranslatedDescription(UserProperties up)
public int getType()
public void setCSSFile(String cssFile) throws CMException
CMException
public void setDescription(String value) throws CMException
CMException
public void setId(int value) throws CMException
CMException
public void setId(Integer value) throws CMException
CMException
public void setOwnerId(int value) throws CMException
CMException
public void setOwnerId(Integer value) throws CMException
CMException
public void setProperties(String properties) throws CMException
setProperties
in class PropertyRow
CMException
public void setSecurityId(int value) throws CMException
CMException
public void setSecurityId(Integer value) 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 |