Liferay 6.2.0

com.liferay.portlet.expando.model
Interface CustomAttributesDisplay

All Known Implementing Classes:
BaseCustomAttributesDisplay, BlogsEntryCustomAttributesDisplay, BookmarksEntryCustomAttributesDisplay, BookmarksFolderCustomAttributesDisplay, DLFileEntryCustomAttributesDisplay, DLFolderCustomAttributesDisplay, JournalArticleCustomAttributesDisplay, LayoutCustomAttributesDisplay, MBCategoryCustomAttributesDisplay, MBMessageCustomAttributesDisplay, OrganizationCustomAttributesDisplay, RoleCustomAttributesDisplay, SiteCustomAttributesDisplay, UserCustomAttributesDisplay, UserGroupCustomAttributesDisplay, WikiPageCustomAttributesDisplay

public interface CustomAttributesDisplay


Method Summary
abstract  String getClassName()
           
abstract  String getIconPath(ThemeDisplay themeDisplay)
           
abstract  String getPortletId()
           
abstract  void setClassNameId(long classNameId)
           
abstract  void setPortletId(String portletId)
           
 

Method Detail

getClassName

String getClassName()

getIconPath

String getIconPath(ThemeDisplay themeDisplay)

getPortletId

String getPortletId()

setClassNameId

void setClassNameId(long classNameId)

setPortletId

void setPortletId(String portletId)

Liferay 6.2.0