@ProviderType
public class FragmentCollectionServiceUtil
extends java.lang.Object
com.liferay.fragment.service.impl.FragmentCollectionServiceImpl
and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.FragmentCollectionService
,
com.liferay.fragment.service.base.FragmentCollectionServiceBaseImpl
,
com.liferay.fragment.service.impl.FragmentCollectionServiceImpl
Constructor and Description |
---|
FragmentCollectionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentCollection |
addFragmentCollection(long groupId,
java.lang.String fragmentCollectionKey,
java.lang.String name,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentCollection |
deleteFragmentCollection(long fragmentCollectionId) |
static void |
deleteFragmentCollections(long[] fragmentCollectionIds) |
static FragmentCollection |
fetchFragmentCollection(long fragmentCollectionId) |
static java.util.List<FragmentCollection> |
getFragmentCollections(long groupId) |
static java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
int start,
int end) |
static java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
static java.util.List<FragmentCollection> |
getFragmentCollections(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator) |
static int |
getFragmentCollectionsCount(long groupId) |
static int |
getFragmentCollectionsCount(long groupId,
java.lang.String name) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static FragmentCollectionService |
getService() |
static java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
static FragmentCollection |
updateFragmentCollection(long fragmentCollectionId,
java.lang.String name,
java.lang.String description) |
public static FragmentCollection addFragmentCollection(long groupId, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentCollection addFragmentCollection(long groupId, java.lang.String fragmentCollectionKey, java.lang.String name, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentCollection deleteFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteFragmentCollections(long[] fragmentCollectionIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentCollection fetchFragmentCollection(long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<FragmentCollection> getFragmentCollections(long groupId)
public static java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end)
public static java.util.List<FragmentCollection> getFragmentCollections(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
public static java.util.List<FragmentCollection> getFragmentCollections(long groupId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentCollection> orderByComparator)
public static int getFragmentCollectionsCount(long groupId)
public static int getFragmentCollectionsCount(long groupId, java.lang.String name)
public static java.lang.String getOSGiServiceIdentifier()
public static java.lang.String[] getTempFileNames(long groupId, java.lang.String folderName) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentCollection updateFragmentCollection(long fragmentCollectionId, java.lang.String name, java.lang.String description) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentCollectionService getService()