Uses of Class
spcp7.imagegallery.abstractionlayer.exception.NoContentFoundException

Packages that use NoContentFoundException
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
spcp7.imagegallery.view.managedbean   
 

Uses of NoContentFoundException in spcp7.imagegallery.contentprovider.face
 

Methods in spcp7.imagegallery.contentprovider.face that throw NoContentFoundException
 ContentFace ContentRetrievalFace.getParent(java.lang.String proprietaryId, java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 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 NoContentFoundException in spcp7.imagegallery.impl.alfresco
 

Methods in spcp7.imagegallery.impl.alfresco that throw NoContentFoundException
 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.
 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.
 

Uses of NoContentFoundException in spcp7.imagegallery.view.managedbean
 

Methods in spcp7.imagegallery.view.managedbean that throw NoContentFoundException
 void EditBean.retrieveCurrentBrowsedContent(ContentFace content, PropertyWrapper appropriateProperty)
          Retrieves the current browsed content for the browsing view.
 



Copyright © 2008. All Rights Reserved.