Class ObjectEntryTestUtil
java.lang.Object
com.liferay.object.rest.test.util.ObjectEntryTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.object.model.ObjectEntryaddObjectEntry(long groupId, com.liferay.object.model.ObjectDefinition objectDefinition, Map<String, Serializable> values, String... keywords) static com.liferay.object.model.ObjectEntryaddObjectEntry(com.liferay.object.model.ObjectDefinition objectDefinition, String objectFieldName, Serializable objectFieldValue) static com.liferay.object.model.ObjectEntryaddObjectEntry(com.liferay.object.model.ObjectDefinition objectDefinition, Map<String, Serializable> values, String... keywords)
-
Constructor Details
-
ObjectEntryTestUtil
public ObjectEntryTestUtil()
-
-
Method Details
-
addObjectEntry
public static com.liferay.object.model.ObjectEntry addObjectEntry(long groupId, com.liferay.object.model.ObjectDefinition objectDefinition, Map<String, Serializable> values, String... keywords) throws Exception- Throws:
Exception
-
addObjectEntry
public static com.liferay.object.model.ObjectEntry addObjectEntry(com.liferay.object.model.ObjectDefinition objectDefinition, Map<String, Serializable> values, String... keywords) throws Exception- Throws:
Exception
-
addObjectEntry
public static com.liferay.object.model.ObjectEntry addObjectEntry(com.liferay.object.model.ObjectDefinition objectDefinition, String objectFieldName, Serializable objectFieldValue) throws Exception - Throws:
Exception
-