|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.CmsGalleryService.CmsGalleryTypeInfo
protected class CmsGalleryService.CmsGalleryTypeInfo
Gallery info object.
| Constructor Summary | |
|---|---|
protected |
CmsGalleryService.CmsGalleryTypeInfo(I_CmsResourceType resourceType,
I_CmsResourceType contentType,
java.util.List<CmsResource> galleries)
Constructor. |
| Method Summary | |
|---|---|
protected void |
addContentType(I_CmsResourceType type)
Adds a type to the list of content types. |
protected java.util.List<I_CmsResourceType> |
getContentTypes()
Returns the contentTypes. |
protected java.util.List<CmsResource> |
getGalleries()
Returns the gallery folder resources. |
protected I_CmsResourceType |
getResourceType()
Returns the resourceType. |
protected void |
setContentTypes(java.util.List<I_CmsResourceType> contentTypes)
Sets the contentTypes. |
protected void |
setGalleries(java.util.List<CmsResource> galleries)
Sets the galleries. |
protected void |
setResourceType(I_CmsResourceType resourceType)
Sets the resourceType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CmsGalleryService.CmsGalleryTypeInfo(I_CmsResourceType resourceType,
I_CmsResourceType contentType,
java.util.List<CmsResource> galleries)
resourceType - the resource type of the gallerycontentType - the resource type of the gallery contentgalleries - the gallery resources| Method Detail |
|---|
protected void addContentType(I_CmsResourceType type)
type - the type to addprotected java.util.List<I_CmsResourceType> getContentTypes()
protected java.util.List<CmsResource> getGalleries()
protected I_CmsResourceType getResourceType()
protected void setContentTypes(java.util.List<I_CmsResourceType> contentTypes)
contentTypes - the contentTypes to setprotected void setGalleries(java.util.List<CmsResource> galleries)
galleries - the gallery resource list to setprotected void setResourceType(I_CmsResourceType resourceType)
resourceType - the resourceType to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||