Class DDMStructureTestHelper
java.lang.Object
com.liferay.dynamic.data.mapping.test.util.DDMStructureTestHelper
-
Constructor Summary
ConstructorsConstructorDescriptionDDMStructureTestHelper
(long classNameId, com.liferay.portal.kernel.model.Group group) DDMStructureTestHelper
(long classNameId, com.liferay.portal.kernel.model.Group group, long userId) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type, int status) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(long classNameId, String structureKey, String name, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, String storageType, int type) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(long classNameId, String structureKey, String name, String definition, String storageType) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, String storageType) com.liferay.dynamic.data.mapping.model.DDMStructure
addStructure
(com.liferay.portal.kernel.model.Group group, long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type, int status) getDefaultLocaleMap
(String value) com.liferay.dynamic.data.mapping.model.DDMStructure
updateStructure
(long structureId, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm) com.liferay.dynamic.data.mapping.model.DDMStructure
updateStructure
(long structureId, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm) com.liferay.dynamic.data.mapping.model.DDMStructure
updateStructure
(long structureId, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout)
-
Constructor Details
-
DDMStructureTestHelper
public DDMStructureTestHelper(long classNameId, com.liferay.portal.kernel.model.Group group) throws Exception - Throws:
Exception
-
DDMStructureTestHelper
public DDMStructureTestHelper(long classNameId, com.liferay.portal.kernel.model.Group group, long userId) throws Exception - Throws:
Exception
-
-
Method Details
-
getDefaultLocaleMap
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, String storageType) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(com.liferay.portal.kernel.model.Group group, long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type, int status) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(long parentStructureId, long classNameId, String structureKey, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout, String storageType, int type, int status) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(long classNameId, String structureKey, String name, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, String storageType, int type) throws Exception - Throws:
Exception
-
addStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure addStructure(long classNameId, String structureKey, String name, String definition, String storageType) throws Exception - Throws:
Exception
-
updateStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure updateStructure(long structureId, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm) throws Exception - Throws:
Exception
-
updateStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure updateStructure(long structureId, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm) throws Exception - Throws:
Exception
-
updateStructure
public com.liferay.dynamic.data.mapping.model.DDMStructure updateStructure(long structureId, String name, String description, com.liferay.dynamic.data.mapping.model.DDMForm ddmForm, com.liferay.dynamic.data.mapping.model.DDMFormLayout ddmFormLayout) throws Exception - Throws:
Exception
-