DLApp
There are no services matching that phrase.

/dlapp/get-group-file-entries-count

HTTP Method
GET
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#getGroupFileEntriesCount

Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

Parameters

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

userId long

the primary key of the user who created the file (optionally 0)

Return Type

int

the number of matching file entries

Exception

com.liferay.portal.kernel.exception.PortalException
if the group could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long long