|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.shared.CmsGalleryFolderBean
public class CmsGalleryFolderBean
Represents a gallery folder.
| Constructor Summary | |
|---|---|
CmsGalleryFolderBean()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList<java.lang.String> |
getContentTypes()
Returns the content types which can be used within this gallery type. |
java.lang.String |
getPath()
Returns the description. |
java.lang.String |
getTitle()
Returns the title. |
java.lang.String |
getType()
Returns the gallery type name. |
boolean |
isEditable()
Returns the editable flag. |
boolean |
matchesFilter(java.lang.String filter)
Returns if the gallery matches the given filter. |
void |
setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
Sets the content types which can be used within this gallery type. |
void |
setEditable(boolean editable)
Sets if the user has write permissions to the gallery folder. |
void |
setPath(java.lang.String path)
Sets the description. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setType(java.lang.String type)
Sets the gallery type name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsGalleryFolderBean()
| Method Detail |
|---|
public java.util.ArrayList<java.lang.String> getContentTypes()
public java.lang.String getPath()
getPath in interface I_CmsHasPathpublic java.lang.String getTitle()
getTitle in interface I_CmsHasTitlepublic java.lang.String getType()
getType in interface I_CmsHasTypepublic boolean isEditable()
public boolean matchesFilter(java.lang.String filter)
filter - the filter to match
true if the gallery matches the given filter.public void setContentTypes(java.util.ArrayList<java.lang.String> contentTypes)
contentTypes - the contentTypes to setpublic void setEditable(boolean editable)
editable - true if the user has write permissions to the gallery folderpublic void setPath(java.lang.String path)
path - the description to setpublic void setTitle(java.lang.String title)
title - the title to setpublic void setType(java.lang.String type)
type - the type name of this gallery
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||