Class CMSDefaultPermissionUtil
java.lang.Object
com.liferay.site.cms.site.initializer.util.CMSDefaultPermissionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.object.model.ObjectEntryaddOrUpdateObjectEntry(String externalReferenceCode, long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.portal.kernel.json.JSONObject defaultPermissionsJSONObject, long depotGroupId, String treePath) static com.liferay.object.model.ObjectEntryfetchObjectEntry(long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.object.rest.filter.factory.FilterFactory<com.liferay.petra.sql.dsl.expression.Predicate> filterFactory) static com.liferay.portal.kernel.json.JSONObjectgetJSONObject(long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.object.rest.filter.factory.FilterFactory<com.liferay.petra.sql.dsl.expression.Predicate> filterFactory)
-
Constructor Details
-
CMSDefaultPermissionUtil
public CMSDefaultPermissionUtil()
-
-
Method Details
-
addOrUpdateObjectEntry
public static com.liferay.object.model.ObjectEntry addOrUpdateObjectEntry(String externalReferenceCode, long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.portal.kernel.json.JSONObject defaultPermissionsJSONObject, long depotGroupId, String treePath) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchObjectEntry
public static com.liferay.object.model.ObjectEntry fetchObjectEntry(long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.object.rest.filter.factory.FilterFactory<com.liferay.petra.sql.dsl.expression.Predicate> filterFactory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getJSONObject
public static com.liferay.portal.kernel.json.JSONObject getJSONObject(long companyId, long userId, String classExternalReferenceCode, String className, com.liferay.object.rest.filter.factory.FilterFactory<com.liferay.petra.sql.dsl.expression.Predicate> filterFactory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-