Uses of Interface
spcp7.imagegallery.contentprovider.face.ContentRetrievalFace

Packages that use ContentRetrievalFace
spcp7.imagegallery.abstractionlayer.face   
spcp7.imagegallery.abstractionlayer.impl.internal   
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
 

Uses of ContentRetrievalFace in spcp7.imagegallery.abstractionlayer.face
 

Methods in spcp7.imagegallery.abstractionlayer.face that return ContentRetrievalFace
 ContentRetrievalFace ContentProviderRegistryFace.getContentRetrievalInstance(java.lang.String typeID)
          Call this method if you need a content retrieval instance of the specified content provider.
 

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

Methods in spcp7.imagegallery.abstractionlayer.impl.internal that return ContentRetrievalFace
 ContentRetrievalFace ContentProviderRegistryImpl.getContentRetrievalInstance(java.lang.String typeID)
           
 

Uses of ContentRetrievalFace in spcp7.imagegallery.contentprovider.face
 

Methods in spcp7.imagegallery.contentprovider.face that return ContentRetrievalFace
 ContentRetrievalFace ContentProviderFace.getContentRetrievalInstance()
          This method returns the singleton content retrieval instance of the content provider.
 

Uses of ContentRetrievalFace in spcp7.imagegallery.impl.alfresco
 

Classes in spcp7.imagegallery.impl.alfresco that implement ContentRetrievalFace
 class AlfrescoContentRetrievalImpl
          Implementation of an Alfresco content provider.
 

Methods in spcp7.imagegallery.impl.alfresco that return ContentRetrievalFace
 ContentRetrievalFace AlfrescoContentProviderImpl.getContentRetrievalInstance()
           
 

Methods in spcp7.imagegallery.impl.alfresco with parameters of type ContentRetrievalFace
 void AlfrescoContentProviderImpl.setContentRetrieval(ContentRetrievalFace contentRetrieval)
          Injected by spring
 



Copyright © 2008. All Rights Reserved.