Liferay 6.0.5

Uses of Interface
com.liferay.portlet.expando.model.CustomAttributesDisplay

Packages that use CustomAttributesDisplay
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.impl   
com.liferay.portlet   
com.liferay.portlet.blogs   
com.liferay.portlet.bookmarks   
com.liferay.portlet.calendar   
com.liferay.portlet.documentlibrary   
com.liferay.portlet.enterpriseadmin   
com.liferay.portlet.expando.model   
com.liferay.portlet.imagegallery   
com.liferay.portlet.journal   
com.liferay.portlet.messageboards   
com.liferay.portlet.wiki   
 

Uses of CustomAttributesDisplay in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletBag.getCustomAttributesDisplayInstances()
           
 

Uses of CustomAttributesDisplay in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletWrapper.getCustomAttributesDisplayInstances()
           
 List<CustomAttributesDisplay> Portlet.getCustomAttributesDisplayInstances()
          Gets the custom attribute display instances of the portlet.
 

Uses of CustomAttributesDisplay in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletImpl.getCustomAttributesDisplayInstances()
          Gets the custom attribute display instances of the portlet.
 

Uses of CustomAttributesDisplay in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletLocalServiceWrapper.getCustomAttributesDisplays()
           
static List<CustomAttributesDisplay> PortletLocalServiceUtil.getCustomAttributesDisplays()
           
 List<CustomAttributesDisplay> PortletLocalService.getCustomAttributesDisplays()
           
 

Uses of CustomAttributesDisplay in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletLocalServiceImpl.getCustomAttributesDisplays()
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type CustomAttributesDisplay
 List<CustomAttributesDisplay> PortletBagImpl.getCustomAttributesDisplayInstances()
           
 

Constructor parameters in com.liferay.portlet with type arguments of type CustomAttributesDisplay
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.blogs
 

Classes in com.liferay.portlet.blogs that implement CustomAttributesDisplay
 class BlogsEntryCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.bookmarks
 

Classes in com.liferay.portlet.bookmarks that implement CustomAttributesDisplay
 class BookmarksEntryCustomAttributesDisplay
           
 class BookmarksFolderCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.calendar
 

Classes in com.liferay.portlet.calendar that implement CustomAttributesDisplay
 class CalEventCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.documentlibrary
 

Classes in com.liferay.portlet.documentlibrary that implement CustomAttributesDisplay
 class DLFileEntryCustomAttributesDisplay
           
 class DLFolderCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.enterpriseadmin
 

Classes in com.liferay.portlet.enterpriseadmin that implement CustomAttributesDisplay
 class LayoutCustomAttributesDisplay
           
 class OrganizationCustomAttributesDisplay
           
 class UserCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.expando.model
 

Classes in com.liferay.portlet.expando.model that implement CustomAttributesDisplay
 class BaseCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.imagegallery
 

Classes in com.liferay.portlet.imagegallery that implement CustomAttributesDisplay
 class IGFolderCustomAttributesDisplay
           
 class IGImageCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.journal
 

Classes in com.liferay.portlet.journal that implement CustomAttributesDisplay
 class JournalArticleCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.messageboards
 

Classes in com.liferay.portlet.messageboards that implement CustomAttributesDisplay
 class MBCategoryCustomAttributesDisplay
           
 class MBMessageCustomAttributesDisplay
           
 

Uses of CustomAttributesDisplay in com.liferay.portlet.wiki
 

Classes in com.liferay.portlet.wiki that implement CustomAttributesDisplay
 class WikiPageCustomAttributesDisplay
           
 


Liferay 6.0.5