AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/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

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)

Tipo de 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

Executar

String long long