Class UserAccountTestUtil
java.lang.Object
com.liferay.object.rest.test.util.UserAccountTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.portal.kernel.json.JSONObjectaddUserAccountJSONObject(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, Map<String, Serializable> values) static com.liferay.headless.admin.user.dto.v1_0.UserAccountstatic com.liferay.portal.kernel.json.JSONObjectupdateUserAccountJSONObject(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, com.liferay.portal.kernel.json.JSONObject userAccountJSONObject, Map<String, Serializable> values) static com.liferay.portal.kernel.json.JSONObjectupdateUserAccountJSONObjectByExternalReferenceCode(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, com.liferay.portal.kernel.json.JSONObject userAccountJSONObject, Map<String, Serializable> values)
-
Constructor Details
-
UserAccountTestUtil
public UserAccountTestUtil()
-
-
Method Details
-
addUserAccountJSONObject
public static com.liferay.portal.kernel.json.JSONObject addUserAccountJSONObject(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, Map<String, Serializable> values) throws Exception- Throws:
Exception
-
randomUserAccount
public static com.liferay.headless.admin.user.dto.v1_0.UserAccount randomUserAccount() -
updateUserAccountJSONObject
public static com.liferay.portal.kernel.json.JSONObject updateUserAccountJSONObject(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, com.liferay.portal.kernel.json.JSONObject userAccountJSONObject, Map<String, Serializable> values) throws Exception- Throws:
Exception
-
updateUserAccountJSONObjectByExternalReferenceCode
public static com.liferay.portal.kernel.json.JSONObject updateUserAccountJSONObjectByExternalReferenceCode(com.liferay.object.system.SystemObjectDefinitionManager systemObjectDefinitionManager, com.liferay.portal.kernel.json.JSONObject userAccountJSONObject, Map<String, Serializable> values) throws Exception- Throws:
Exception
-