Uses of Interface
spcp7.imagegallery.abstractionlayer.face.ContentFace

Packages that use ContentFace
spcp7.imagegallery.abstractionlayer.face   
spcp7.imagegallery.abstractionlayer.impl.internal   
spcp7.imagegallery.abstractionlayer.util   
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
spcp7.imagegallery.view.managedbean   
spcp7.imagegallery.view.managedbean.helper   
 

Uses of ContentFace in spcp7.imagegallery.abstractionlayer.face
 

Subinterfaces of ContentFace in spcp7.imagegallery.abstractionlayer.face
 interface ImageFace
          This is currently not used.
 

Methods in spcp7.imagegallery.abstractionlayer.face that return ContentFace
 ContentFace ContentProviderRegistryFace.getContentInstance()
          This method is a factory for a content instance to be independent of the underlying implementation.
 

Uses of ContentFace in spcp7.imagegallery.abstractionlayer.impl.internal
 

Classes in spcp7.imagegallery.abstractionlayer.impl.internal that implement ContentFace
 class ContentImpl
           
 

Methods in spcp7.imagegallery.abstractionlayer.impl.internal that return ContentFace
 ContentFace ContentProviderRegistryImpl.getContentInstance()
           
 

Methods in spcp7.imagegallery.abstractionlayer.impl.internal with parameters of type ContentFace
 int ContentImpl.compareTo(ContentFace cf)
           
 

Uses of ContentFace in spcp7.imagegallery.abstractionlayer.util
 

Classes in spcp7.imagegallery.abstractionlayer.util that implement ContentFace
 class ContentDTO
          If contemt is returned this implementation of the ContentFace should be used.
 

Methods in spcp7.imagegallery.abstractionlayer.util with parameters of type ContentFace
 int ContentComparatorImpl.compare(ContentFace o1, ContentFace o2)
          This method compares two content objects by their getName() ignoring the case!
 int ContentDTO.compareTo(ContentFace cf)
          Will be string compared by its ContentDTO.getName().
 

Uses of ContentFace in spcp7.imagegallery.contentprovider.face
 

Methods in spcp7.imagegallery.contentprovider.face that return ContentFace
 ContentFace ContentRetrievalFace.getParent(java.lang.String proprietaryId, java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 

Methods in spcp7.imagegallery.contentprovider.face that return types with arguments of type ContentFace
 java.util.List<ContentFace> ContentRetrievalFace.getVolumes(java.util.Map<java.lang.String,PropertyModelFace> properties, boolean isFolder)
          With this method you can get volumes from the specified absolute path.
 java.util.List<ContentFace> ContentRetrievalFace.getVolumesFromTo(int lowerLimit, int upperLimit, java.util.Map<java.lang.String,PropertyModelFace> properties, boolean isFolder)
          With this method you can get volumes from the specified absolute path.
 

Uses of ContentFace in spcp7.imagegallery.impl.alfresco
 

Methods in spcp7.imagegallery.impl.alfresco that return ContentFace
 ContentFace AlfrescoContentRetrievalImpl.getParent(java.lang.String proprietaryId, java.util.Map<java.lang.String,PropertyModelFace> properties)
          Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_MAX_RESULT_ROWS, AlfrescoDefaultProperties.ALFRESCO_SPACES_STORE and AlfrescoDefaultProperties.ALFRESCO_WORKSPACE_STORE properties are needed.
 

Methods in spcp7.imagegallery.impl.alfresco that return types with arguments of type ContentFace
 java.util.List<ContentFace> AlfrescoContentRetrievalImpl.getVolumes(java.util.Map<java.lang.String,PropertyModelFace> properties, boolean isFolder)
          Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_MAX_RESULT_ROWS, AlfrescoDefaultProperties.ALFRESCO_SPACES_STORE and AlfrescoDefaultProperties.ALFRESCO_WORKSPACE_STORE properties are needed.
 java.util.List<ContentFace> AlfrescoContentRetrievalImpl.getVolumesFromTo(int lowerLimit, int upperLimit, java.util.Map<java.lang.String,PropertyModelFace> properties, boolean isFolder)
          Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_MAX_RESULT_ROWS, AlfrescoDefaultProperties.ALFRESCO_SPACES_STORE and AlfrescoDefaultProperties.ALFRESCO_WORKSPACE_STORE properties are needed.
 

Method parameters in spcp7.imagegallery.impl.alfresco with type arguments of type ContentFace
 void AlfrescoContentRetrievalImpl.setContentComparator(java.util.Comparator<ContentFace> contentComparator)
          Injected by Spring.
 

Uses of ContentFace in spcp7.imagegallery.view.managedbean
 

Methods in spcp7.imagegallery.view.managedbean that return ContentFace
 ContentFace EditBean.getCurrenContentParent()
           
 

Methods in spcp7.imagegallery.view.managedbean with parameters of type ContentFace
 void EditBean.retrieveCurrentBrowsedContent(ContentFace content, PropertyWrapper appropriateProperty)
          Retrieves the current browsed content for the browsing view.
 

Uses of ContentFace in spcp7.imagegallery.view.managedbean.helper
 

Methods in spcp7.imagegallery.view.managedbean.helper that return ContentFace
 ContentFace ViewWrapper.getContent()
           
 ContentFace EditContentWrapper.getContent()
           
 

Constructors in spcp7.imagegallery.view.managedbean.helper with parameters of type ContentFace
EditContentWrapper(ContentFace cf, PropertyWrapper appropriateProperty, EditBean propBean, java.lang.String thumbnailUrl)
          Standard contstructor
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.
 



Copyright © 2008. All Rights Reserved.