AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
SocialRequest
Non ci sono service corrispondenti alla frase.

/dlapp/get-folders

Metodo HTTP
GET
com.liferay.portlet.documentlibrary.service.impl.DLAppServiceImpl

Provides the remote service for accessing, adding, checking in/out, deleting, locking/unlocking, moving, subscription handling of, trash handling of, updating, and verifying document library file entries and folders. Its methods include permission checks. All portlets should interact with the document library through this class or through DLAppLocalService, rather than through the individual document library service classes.

This class provides a unified interface to all Liferay and third party repositories. While the method signatures are universal for all repositories. Additional implementation-specific parameters may be specified in the serviceContext.

The repositoryId parameter used by most of the methods is the primary key of the specific repository. If the repository is a default Liferay repository, the repositoryId is the groupId or scopeGroupId. Otherwise, the repositoryId will correspond to values obtained from {@link com.liferay.portal.service.RepositoryServiceUtil}.

getFolders

Parametri

p_auth String

authentication token used to validate the request

repositoryId long
parentFolderId long
start int
end int

Tipo di Ritorno

java.util.List

Eccezione

com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

Esegui

String
long
long
int
int