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