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

Packages that use RangeNotValidException
spcp7.imagegallery.abstractionlayer.face   
spcp7.imagegallery.abstractionlayer.impl.internal   
spcp7.imagegallery.abstractionlayer.persistence.model.impl   
spcp7.imagegallery.abstractionlayer.util   
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
 

Uses of RangeNotValidException in spcp7.imagegallery.abstractionlayer.face
 

Methods in spcp7.imagegallery.abstractionlayer.face that throw RangeNotValidException
 java.util.List<ContentFolderModelFace> ContentProviderRegistryFace.getContentFolders(int from, int to)
          This method retrieves content folders.
 

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

Methods in spcp7.imagegallery.abstractionlayer.impl.internal that throw RangeNotValidException
 java.util.List<ContentFolderModelFace> ContentProviderRegistryImpl.getContentFolders(int from, int to)
           
 

Uses of RangeNotValidException in spcp7.imagegallery.abstractionlayer.persistence.model.impl
 

Methods in spcp7.imagegallery.abstractionlayer.persistence.model.impl that throw RangeNotValidException
 java.util.List<ImageFace> GalleryFolderModelImplOLD.getAllImageInfos()
          Deprecated.  
 java.util.List<ImageFace> GalleryFolderModelImplOLD.getImageInfosFromTo(int lowerLimit, int upperLimit)
          Deprecated.  
 

Uses of RangeNotValidException in spcp7.imagegallery.abstractionlayer.util
 

Methods in spcp7.imagegallery.abstractionlayer.util that throw RangeNotValidException
 void GeneralValidation.validateRange(int from, int to)
          Validates a Range and throws an RangeNotValidException if the supplied range is invalid.
 

Uses of RangeNotValidException in spcp7.imagegallery.contentprovider.face
 

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

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



Copyright © 2008. All Rights Reserved.