|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentFolderModelFace
An implementation of this interface handles a content folder. All properties of a content folder must also be persisted.
| Method Summary | |
|---|---|
java.lang.Boolean |
getActivated()
This boolean indicates if the content folder is activated and thus will or will not be shown in the list of content folders. |
java.lang.String |
getContentProviderTypeID()
The typeId of the content provider of this content folder. |
java.lang.Long |
getId()
The id of this content provider |
java.lang.String |
getName()
|
java.util.Map<java.lang.String,PropertyModelFace> |
getProperties()
A key value map of all properties of this content providers. |
void |
setActivated(java.lang.Boolean activated)
|
void |
setContentProviderTypeID(java.lang.String contentProviderTypeId)
This method set the content provider of this content folder to a new value. |
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
void |
setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
|
| Method Detail |
|---|
java.lang.Long getId()
void setId(java.lang.Long id)
id - the idjava.lang.String getContentProviderTypeID()
void setContentProviderTypeID(java.lang.String contentProviderTypeId)
contentProviderTypeId - the typeID of the new content providerjava.lang.String getName()
void setName(java.lang.String name)
name - the name to setjava.util.Map<java.lang.String,PropertyModelFace> getProperties()
ContentProviderRegistryFace will be saved.
PropertyModelFace.getSchluessel().void setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
properties - the new properties of this content foldergetProperties()java.lang.Boolean getActivated()
Boolean value and not
the primitive type boolean and that conversions are needed eventually.
void setActivated(java.lang.Boolean activated)
activated - True if this folder should be activated, false otherwise.getActivated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||