DLApp
Não há nenhum serviço que combina essa frase.

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

Método do HTTP
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.

Parâmetros

groupId long

the primary key of the group

userId long

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

Tipo do retorno

int

the number of matching file entries

Exceção

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