Uses of Interface
spcp7.imagegallery.abstractionlayer.face.persistence.PropertyModelFace

Packages that use PropertyModelFace
spcp7.imagegallery.abstractionlayer.face   
spcp7.imagegallery.abstractionlayer.face.persistence   
spcp7.imagegallery.abstractionlayer.impl.internal   
spcp7.imagegallery.abstractionlayer.persistence.model.impl   
spcp7.imagegallery.abstractionlayer.util   
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
spcp7.imagegallery.impl.alfresco.utils   
spcp7.imagegallery.view.managedbean.helper   
 

Uses of PropertyModelFace in spcp7.imagegallery.abstractionlayer.face
 

Methods in spcp7.imagegallery.abstractionlayer.face that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentProviderRegistryFace.getDefaultProperties()
          This methods returns a list of spcp7 default properties.
 java.util.Map<java.lang.String,PropertyModelFace> ContentFace.getParentContentFolderProperties()
           
 

Method parameters in spcp7.imagegallery.abstractionlayer.face with type arguments of type PropertyModelFace
 void ContentFace.setParentContentFolderProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 

Uses of PropertyModelFace in spcp7.imagegallery.abstractionlayer.face.persistence
 

Methods in spcp7.imagegallery.abstractionlayer.face.persistence that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentFolderModelFace.getProperties()
          A key value map of all properties of this content providers.
 

Method parameters in spcp7.imagegallery.abstractionlayer.face.persistence with type arguments of type PropertyModelFace
 void ContentFolderModelFace.setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 

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

Methods in spcp7.imagegallery.abstractionlayer.impl.internal that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentProviderRegistryImpl.getDefaultProperties()
           
 java.util.Map<java.lang.String,PropertyModelFace> ContentImpl.getParentContentFolderProperties()
           
 

Method parameters in spcp7.imagegallery.abstractionlayer.impl.internal with type arguments of type PropertyModelFace
 void ContentImpl.setParentContentFolderProperties(java.util.Map<java.lang.String,PropertyModelFace> parentContentFolderProperties)
           
 

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

Classes in spcp7.imagegallery.abstractionlayer.persistence.model.impl that implement PropertyModelFace
 class PropertyModelImpl
           
 

Methods in spcp7.imagegallery.abstractionlayer.persistence.model.impl that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentFolderModelImpl.getProperties()
           
 

Method parameters in spcp7.imagegallery.abstractionlayer.persistence.model.impl with type arguments of type PropertyModelFace
 void ContentFolderModelImpl.setProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 

Uses of PropertyModelFace in spcp7.imagegallery.abstractionlayer.util
 

Classes in spcp7.imagegallery.abstractionlayer.util that implement PropertyModelFace
 class PropertyDTO
          This class was created to provide a more convenient way to handle properties than the persistent jpa class.
 

Methods in spcp7.imagegallery.abstractionlayer.util that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentDTO.getParentContentFolderProperties()
           
 

Method parameters in spcp7.imagegallery.abstractionlayer.util with type arguments of type PropertyModelFace
 void ContentDTO.setParentContentFolderProperties(java.util.Map<java.lang.String,PropertyModelFace> parentContentFolderProperties)
           
 

Uses of PropertyModelFace in spcp7.imagegallery.contentprovider.face
 

Methods in spcp7.imagegallery.contentprovider.face that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> ContentProviderFace.getDefaultProperties()
          This method returns the default properties of this content provider.
 

Method parameters in spcp7.imagegallery.contentprovider.face with type arguments of type PropertyModelFace
 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.
 void ContentConnectionFace.open(java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method must be called before content will be retrieved or submitted.
 

Uses of PropertyModelFace in spcp7.imagegallery.impl.alfresco
 

Methods in spcp7.imagegallery.impl.alfresco that return types with arguments of type PropertyModelFace
 java.util.Map<java.lang.String,PropertyModelFace> AlfrescoContentProviderImpl.getDefaultProperties()
           
 

Method parameters in spcp7.imagegallery.impl.alfresco with type arguments of type PropertyModelFace
 java.lang.String AlfrescoContentRetrievalImpl.createFolder(java.lang.String name, java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method and #removeFolder(String, Map) are currently only for testing purposes.
 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.
 void AlfrescoContentRetrievalImpl.open(java.util.Map<java.lang.String,PropertyModelFace> properties)
          Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_USERNAME and AlfrescoDefaultProperties.ALFRESCO_PASSWORD properties are needed.
 void AlfrescoContentRetrievalImpl.removeFolder(java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method and AlfrescoContentRetrievalImpl.createFolder(String, Map) are currently only for testing purposes.
 

Uses of PropertyModelFace in spcp7.imagegallery.impl.alfresco.utils
 

Method parameters in spcp7.imagegallery.impl.alfresco.utils with type arguments of type PropertyModelFace
 java.lang.String AlfrescoUtils.normalizePathNamespace(java.lang.String inputPath, java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method replaces the full path of alfresco to the short one.
 void AlfrescoValidation.validateAlfrescoQueryProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method only tests if the properties are available and not if their content is valid.
 

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

Methods in spcp7.imagegallery.view.managedbean.helper that return PropertyModelFace
 PropertyModelFace PropertyWrapper.getPropertyModel()
           
 

Methods in spcp7.imagegallery.view.managedbean.helper with parameters of type PropertyModelFace
 void PropertyWrapper.setPropertyModel(PropertyModelFace propertyModel)
          This is needed because JSF cannot handle Boolean objects.
 

Constructors in spcp7.imagegallery.view.managedbean.helper with parameters of type PropertyModelFace
PropertyWrapper(PropertyModelFace propertyModel, EditBean editBean)
          Standard constructor.
 



Copyright © 2008. All Rights Reserved.