Class ObjectFieldTestUtil
java.lang.Object
com.liferay.object.rest.test.util.ObjectFieldTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.object.model.ObjectFieldaddCustomObjectField(long userId, com.liferay.object.model.ObjectField objectField) static com.liferay.object.model.ObjectFieldaddCustomObjectField(long userId, String businessType, String dbType, com.liferay.object.model.ObjectDefinition objectDefinition, String objectFieldName)
-
Constructor Details
-
ObjectFieldTestUtil
public ObjectFieldTestUtil()
-
-
Method Details
-
addCustomObjectField
public static com.liferay.object.model.ObjectField addCustomObjectField(long userId, com.liferay.object.model.ObjectField objectField) throws Exception - Throws:
Exception
-
addCustomObjectField
public static com.liferay.object.model.ObjectField addCustomObjectField(long userId, String businessType, String dbType, com.liferay.object.model.ObjectDefinition objectDefinition, String objectFieldName) throws Exception - Throws:
Exception
-