Java com.liferay.portal.kernel.service RepositoryLocalServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service RepositoryLocalServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service RepositoryLocalServiceUtil.

The text is from its open source code.

Method

com.liferay.portal.kernel.model.RepositoryaddRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties, boolean hidden, ServiceContext serviceContext)
NOTE FOR DEVELOPERS: Never modify or reference this interface directly.
java.util.ListgetRepositories(int start, int end)
Returns a range of all the repositories.
com.liferay.portal.kernel.model.RepositorygetRepository(long repositoryId)
Returns the repository with the primary key.
com.liferay.portal.kernel.model.RepositorygetRepositoryByUuidAndGroupId(String uuid, long groupId)
Returns the repository matching the UUID and group.
voidupdateRepository(long repositoryId, com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)