@ProviderType
public class FragmentEntryServiceUtil
extends java.lang.Object
com.liferay.fragment.service.impl.FragmentEntryServiceImpl
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.FragmentEntryService
,
com.liferay.fragment.service.base.FragmentEntryServiceBaseImpl
,
com.liferay.fragment.service.impl.FragmentEntryServiceImpl
Constructor and Description |
---|
FragmentEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static void |
deleteFragmentEntries(long[] fragmentEntriesIds) |
static FragmentEntry |
deleteFragmentEntry(long fragmentEntryId) |
static FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static FragmentEntryService |
getService() |
static java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
long previewFileEntryId,
int status) |
public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void deleteFragmentEntries(long[] fragmentEntriesIds) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getFragmentCollectionsCount(long groupId, long fragmentCollectionId)
public static int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, int status)
public static int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, java.lang.String name)
public static int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, java.lang.String name, int status)
public static java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
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 FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, long previewFileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryService getService()