Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.dynamicdatamapping.DDMStructure

Packages that use DDMStructure
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.dynamicdatamapping   
com.liferay.portlet.dynamicdatamapping.util.test   
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.display.context
 

Methods in com.liferay.portlet.documentlibrary.display.context that return types with arguments of type DDMStructure
 List<DDMStructure> DLViewFileVersionDisplayContext.getDDMStructures()
           
 List<DDMStructure> BaseDLViewFileVersionDisplayContext.getDDMStructures()
           
 

Methods in com.liferay.portlet.documentlibrary.display.context with parameters of type DDMStructure
 DDMFormValues DLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 DDMFormValues BaseDLViewFileVersionDisplayContext.getDDMFormValues(DDMStructure ddmStructure)
           
 boolean BaseDLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
           
 boolean DLEditFileEntryDisplayContext.isDDMStructureVisible(DDMStructure ddmStructure)
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DDMStructure
 List<DDMStructure> DLFileVersionWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileEntryTypeWrapper.getDDMStructures()
           
 List<DDMStructure> DLFileEntryType.getDDMStructures()
           
 List<DDMStructure> DLFileVersion.getDDMStructures()
           
 

Uses of DDMStructure in com.liferay.portlet.documentlibrary.service
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DDMStructure
 void DLFileEntryMetadataLocalServiceWrapper.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
static void DLFileEntryMetadataLocalServiceUtil.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 void DLFileEntryMetadataLocalService.updateFileEntryMetadata(long companyId, List<DDMStructure> ddmStructures, long fileEntryId, long fileVersionId, Map<String,DDMFormValues> ddmFormValuesMap, ServiceContext serviceContext)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping
 

Methods in com.liferay.portlet.dynamicdatamapping that return DDMStructure
static DDMStructure DDMStructureManagerUtil.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext)
           
 DDMStructure DDMStructureManager.addStructure(long userId, long groupId, String parentStructureKey, long classNameId, String structureKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, String storageType, int type, ServiceContext serviceContext)
           
static DDMStructure DDMStructureManagerUtil.fetchStructure(long structureId)
           
 DDMStructure DDMStructureManager.fetchStructure(long structureId)
           
static DDMStructure DDMStructureManagerUtil.fetchStructure(long groupId, long classNameId, String structureKey)
           
 DDMStructure DDMStructureManager.fetchStructure(long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureManagerUtil.fetchStructureByUuidAndGroupId(String uuid, long groupId)
           
 DDMStructure DDMStructureManager.fetchStructureByUuidAndGroupId(String uuid, long groupId)
           
static DDMStructure DDMStructureManagerUtil.getStructure(long structureId)
           
 DDMStructure DDMStructureManager.getStructure(long structureId)
           
static DDMStructure DDMStructureManagerUtil.getStructure(long groupId, long classNameId, String structureKey)
           
 DDMStructure DDMStructureManager.getStructure(long groupId, long classNameId, String structureKey)
           
static DDMStructure DDMStructureManagerUtil.getStructureByUuidAndGroupId(String uuid, long groupId)
           
 DDMStructure DDMStructureManager.getStructureByUuidAndGroupId(String uuid, long groupId)
           
static DDMStructure DDMStructureManagerUtil.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext)
           
 DDMStructure DDMStructureManager.updateStructure(long userId, long structureId, long parentStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, DDMForm ddmForm, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.dynamicdatamapping that return types with arguments of type DDMStructure
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId)
           
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId, int structureComparator)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId, int structureComparator)
           
static List<DDMStructure> DDMStructureManagerUtil.getClassStructures(long companyId, long classNameId, int start, int end)
           
 List<DDMStructure> DDMStructureManager.getClassStructures(long companyId, long classNameId, int start, int end)
           
static List<DDMStructure> DDMStructureManagerUtil.getStructures(long[] groupIds, long classNameId)
           
 List<DDMStructure> DDMStructureManager.getStructures(long[] groupIds, long classNameId)
           
 

Uses of DDMStructure in com.liferay.portlet.dynamicdatamapping.util.test
 

Methods in com.liferay.portlet.dynamicdatamapping.util.test that return DDMStructure
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className)
           
static DDMStructure DDMStructureTestUtil.addStructure(long groupId, String className, String parentStructureId, DDMForm ddmForm, Locale defaultLocale, ServiceContext serviceContext)
           
static DDMStructure DDMStructureTestUtil.addStructure(String className)
           
 


Liferay 7.0-ce-b4