|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clearSelectionList()
Clears(removes) the SelectionList for this FieldType. |
StaticSelectionList |
createStaticSelectionList()
Creates and returns a StaticSelectionList. |
java.lang.String |
getDescription(java.util.Locale locale)
|
java.lang.String |
getDescriptionExact(java.util.Locale locale)
|
long |
getId()
|
java.lang.String |
getLabel(java.util.Locale locale)
Gets the label in the given locale, using the usual locale fallback mechanisms if not found in the exactly specified locale, and finally returning the fieldtype's name if no label is available. |
java.lang.String |
getLabelExact(java.util.Locale locale)
|
java.util.Date |
getLastModified()
When was this PartType last changed (persistently). |
long |
getLastModifier()
Who (which user) last changed this PartType (persistently). |
java.lang.String |
getName()
|
SelectionList |
getSelectionList()
Returns the SelectionList for this FieldType if one has been defined, null if no SelectionList had been defined (i.e. not set for this FieldType using the setSelectionList(SelectionList selectionList) method). |
int |
getSize()
|
long |
getUpdateCount()
|
ValueType |
getValueType()
|
org.outerx.daisy.x10.FieldTypeDocument |
getXml()
|
boolean |
isAclAllowed()
Indicates whether fields of this type can be used in object expressions of ACL rules. |
boolean |
isDeprecated()
|
boolean |
isMultiValue()
|
void |
save()
|
void |
setAclAllowed(boolean aclAllowed)
|
void |
setAllFromXml(org.outerx.daisy.x10.FieldTypeDocument.FieldType fieldTypeXml)
|
void |
setDeprecated(boolean deprecated)
|
void |
setDescription(java.util.Locale locale,
java.lang.String description)
|
void |
setLabel(java.util.Locale locale,
java.lang.String label)
|
void |
setName(java.lang.String name)
|
void |
setSize(int size)
Sets the size of this FieldType. |
Method Detail |
public long getId()
public ValueType getValueType()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription(java.util.Locale locale)
public java.lang.String getDescriptionExact(java.util.Locale locale)
public void setDescription(java.util.Locale locale, java.lang.String description)
public java.lang.String getLabel(java.util.Locale locale)
public java.lang.String getLabelExact(java.util.Locale locale)
public void setLabel(java.util.Locale locale, java.lang.String label)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public int getSize()
public void setSize(int size)
public boolean isAclAllowed()
public void setAclAllowed(boolean aclAllowed)
public boolean isMultiValue()
public java.util.Date getLastModified()
public long getLastModifier()
public void clearSelectionList()
public SelectionList getSelectionList()
public org.outerx.daisy.x10.FieldTypeDocument getXml()
public void setAllFromXml(org.outerx.daisy.x10.FieldTypeDocument.FieldType fieldTypeXml)
public void save() throws RepositoryException
RepositoryException
public long getUpdateCount()
public StaticSelectionList createStaticSelectionList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |