com.liferay.portlet.dynamicdatamapping.util
Interface DDMDisplay
- All Known Implementing Classes:
- BaseDDMDisplay
public interface DDMDisplay
Method Summary |
String |
getAddStructureActionId()
|
String |
getAddTemplateActionId()
|
String |
getAvailableFields()
|
String |
getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
|
String |
getEditTemplateBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classNameId,
long classPK,
String portletResource)
|
String |
getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
|
String |
getEditTemplateTitle(long classNameId,
Locale locale)
|
String |
getPortletId()
|
String |
getResourceName()
|
String |
getResourceName(long classNameId)
|
String |
getStorageType()
|
String |
getStructureName(Locale locale)
|
String |
getStructureType()
|
long[] |
getTemplateClassNameIds(long classNameId)
|
long[] |
getTemplateClassPKs(long companyId,
long classNameId,
long classPK)
|
long[] |
getTemplateGroupIds(ThemeDisplay themeDisplay,
boolean showGlobalScope)
|
long |
getTemplateHandlerClassNameId(DDMTemplate template,
long classNameId)
|
Set<String> |
getTemplateLanguageTypes()
|
String |
getTemplateMode()
|
String |
getTemplateType()
|
String |
getTemplateType(DDMTemplate template,
Locale locale)
|
String |
getViewTemplatesBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classPK)
|
Set<String> |
getViewTemplatesExcludedColumnNames()
|
String |
getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
|
String |
getViewTemplatesTitle(DDMStructure structure,
Locale locale)
|
boolean |
isShowAddStructureButton()
|
boolean |
isShowStructureSelector()
|
getAddStructureActionId
String getAddStructureActionId()
getAddTemplateActionId
String getAddTemplateActionId()
getAvailableFields
String getAvailableFields()
getEditStructureDefaultValuesURL
String getEditStructureDefaultValuesURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
DDMStructure structure,
String redirectURL,
String backURL)
throws Exception
- Throws:
Exception
getEditTemplateBackURL
String getEditTemplateBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classNameId,
long classPK,
String portletResource)
throws Exception
- Throws:
Exception
getEditTemplateTitle
String getEditTemplateTitle(DDMStructure structure,
DDMTemplate template,
Locale locale)
getEditTemplateTitle
String getEditTemplateTitle(long classNameId,
Locale locale)
getPortletId
String getPortletId()
getResourceName
String getResourceName()
getResourceName
String getResourceName(long classNameId)
getStorageType
String getStorageType()
getStructureName
String getStructureName(Locale locale)
getStructureType
String getStructureType()
getTemplateClassNameIds
long[] getTemplateClassNameIds(long classNameId)
getTemplateClassPKs
long[] getTemplateClassPKs(long companyId,
long classNameId,
long classPK)
throws Exception
- Throws:
Exception
getTemplateGroupIds
long[] getTemplateGroupIds(ThemeDisplay themeDisplay,
boolean showGlobalScope)
throws Exception
- Throws:
Exception
getTemplateHandlerClassNameId
long getTemplateHandlerClassNameId(DDMTemplate template,
long classNameId)
getTemplateLanguageTypes
Set<String> getTemplateLanguageTypes()
getTemplateMode
String getTemplateMode()
getTemplateType
String getTemplateType()
getTemplateType
String getTemplateType(DDMTemplate template,
Locale locale)
getViewTemplatesBackURL
String getViewTemplatesBackURL(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
long classPK)
throws Exception
- Throws:
Exception
getViewTemplatesExcludedColumnNames
Set<String> getViewTemplatesExcludedColumnNames()
getViewTemplatesTitle
String getViewTemplatesTitle(DDMStructure structure,
boolean controlPanel,
Locale locale)
getViewTemplatesTitle
String getViewTemplatesTitle(DDMStructure structure,
Locale locale)
isShowAddStructureButton
boolean isShowAddStructureButton()
isShowStructureSelector
boolean isShowStructureSelector()