|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentFolderModelFace in spcp7.imagegallery.abstractionlayer.face |
|---|
| Methods in spcp7.imagegallery.abstractionlayer.face that return ContentFolderModelFace | |
|---|---|
ContentFolderModelFace |
ContentProviderRegistryFace.getContentFolderById(java.lang.Long id)
This method retrieves a content folder with the specified id. |
ContentFolderModelFace |
ContentProviderRegistryFace.getContentFolderInstance()
This method is a factory for a content folder instance to be independent of the underlying implementation. |
| Methods in spcp7.imagegallery.abstractionlayer.face that return types with arguments of type ContentFolderModelFace | |
|---|---|
java.util.List<ContentFolderModelFace> |
ContentProviderRegistryFace.getAllContentFolders()
This method retrieves all content folders. |
java.util.List<ContentFolderModelFace> |
ContentProviderRegistryFace.getContentFolders(int from,
int to)
This method retrieves content folders. |
| Methods in spcp7.imagegallery.abstractionlayer.face with parameters of type ContentFolderModelFace | |
|---|---|
java.lang.Long |
ContentProviderRegistryFace.addContentFolder(ContentFolderModelFace contentFolder)
With this method a new not yet existing content folder can be added. |
void |
ContentFolderActionListenerFace.stateChanged(ContentFolderModelFace source,
java.lang.String contentFolderEventType)
This method must be called whenever a content folder changes. |
java.lang.Long |
ContentProviderRegistryFace.updateContentFolder(ContentFolderModelFace contentFolder)
With this method a yet existing content folder can be updated. |
| Uses of ContentFolderModelFace in spcp7.imagegallery.abstractionlayer.impl.internal |
|---|
| Methods in spcp7.imagegallery.abstractionlayer.impl.internal that return ContentFolderModelFace | |
|---|---|
ContentFolderModelFace |
ContentProviderRegistryImpl.getContentFolderById(java.lang.Long id)
|
ContentFolderModelFace |
ContentProviderRegistryImpl.getContentFolderInstance()
|
| Methods in spcp7.imagegallery.abstractionlayer.impl.internal that return types with arguments of type ContentFolderModelFace | |
|---|---|
java.util.List<ContentFolderModelFace> |
ContentProviderRegistryImpl.getAllContentFolders()
|
java.util.List<ContentFolderModelFace> |
ContentProviderRegistryImpl.getContentFolders(int from,
int to)
|
| Methods in spcp7.imagegallery.abstractionlayer.impl.internal with parameters of type ContentFolderModelFace | |
|---|---|
java.lang.Long |
ContentProviderRegistryImpl.addContentFolder(ContentFolderModelFace contentFolder)
|
java.lang.Long |
ContentProviderRegistryImpl.updateContentFolder(ContentFolderModelFace contentFolder)
|
| Uses of ContentFolderModelFace in spcp7.imagegallery.abstractionlayer.impl.utils |
|---|
| Methods in spcp7.imagegallery.abstractionlayer.impl.utils with parameters of type ContentFolderModelFace | |
|---|---|
void |
CprValidation.validateContentFolderModel(ContentFolderModelFace cf)
Name, content storage path, properties and the content provider type ID are validated. |
| Uses of ContentFolderModelFace in spcp7.imagegallery.abstractionlayer.persistence.model.impl |
|---|
| Classes in spcp7.imagegallery.abstractionlayer.persistence.model.impl that implement ContentFolderModelFace | |
|---|---|
class |
ContentFolderModelImpl
|
class |
GalleryFolderModelImplOLD
Deprecated. |
| Uses of ContentFolderModelFace in spcp7.imagegallery.view.managedbean |
|---|
| Methods in spcp7.imagegallery.view.managedbean with parameters of type ContentFolderModelFace | |
|---|---|
void |
EditBean.stateChanged(ContentFolderModelFace source,
java.lang.String contentFolderEventType)
If the event is insert the content folder is added to the current tree. |
void |
GalleryViewBean.stateChanged(ContentFolderModelFace source,
java.lang.String eventType)
If a content folder is inserted, nothing will be done, because the list is refreshed automatically when getParent is called. |
| Uses of ContentFolderModelFace in spcp7.imagegallery.view.managedbean.helper |
|---|
| Methods in spcp7.imagegallery.view.managedbean.helper that return ContentFolderModelFace | |
|---|---|
ContentFolderModelFace |
ViewWrapper.getCf()
|
ContentFolderModelFace |
DynamicNodeUserObject.getContentFolder()
|
| Methods in spcp7.imagegallery.view.managedbean.helper with parameters of type ContentFolderModelFace | |
|---|---|
void |
ViewWrapper.setCf(ContentFolderModelFace cf)
|
void |
DynamicNodeUserObject.setContentFolder(ContentFolderModelFace contentFolder)
|
| Constructors in spcp7.imagegallery.view.managedbean.helper with parameters of type ContentFolderModelFace | |
|---|---|
ViewWrapper(ContentFolderModelFace cf,
ContentFace content,
GalleryViewBean viewBean,
boolean isContentFolder)
If we wrap a ContentFace we also need the parent
ContentFolderModelFace to allow browsing through content
and content folders within one view. |
|
ViewWrapper(ContentFolderModelFace cf,
GalleryViewBean viewBean)
ViewWrapper.contentFolder will be set to true. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||