public class FragmentEntryServiceUtil
extends java.lang.Object
com.liferay.fragment.service.impl.FragmentEntryServiceImpl and is an
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| Constructor and Description |
|---|
FragmentEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
int type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
int type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, long, int, int,
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)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext) |
static FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
long previewFileEntryId,
int type,
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 type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, 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)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, 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 type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, 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)
Deprecated.
As of Mueller (7.2.x), replaced by
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, 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,
java.lang.String configuration,
long previewFileEntryId,
int type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
copyFragmentEntry(long groupId,
long fragmentEntryId,
long fragmentCollectionId,
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)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, Integer) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, String) |
static int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, String, Integer) |
static int |
getFragmentCollectionsCountByType(long groupId,
long fragmentCollectionId,
int type)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, Integer) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByStatus(Long, Long, Integer) |
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)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByStatus(Long, Long, Integer, Integer,
Integer, 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)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByNameAndStatus(Long, Long, String,
Integer, Integer, Integer, 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)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByName(Long, Long, String, Integer,
Integer, OrderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByName(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByNameAndStatus(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> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByTypeAndStatus(Long, Long, Integer,
Integer) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
static int |
getFragmentEntriesCount(long groupId,
long fragmentCollectionId) |
static int |
getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name) |
static int |
getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status) |
static int |
getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status) |
static int |
getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type) |
static int |
getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
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 |
moveFragmentEntry(long fragmentEntryId,
long fragmentCollectionId) |
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)
Deprecated.
As of Mueller (7.2.x), replaced by
updateFragmentEntry(long, String, String, String, String,
String, int) |
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)
Deprecated.
As of Mueller (7.2.x), replaced by
updateFragmentEntry(long, String, String, String, String,
String, long, int) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
java.lang.String configuration,
int status) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
java.lang.String configuration,
long previewFileEntryId,
int status) |
@Deprecated public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String name, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated 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
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated public static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated 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
addFragmentEntry(long, long, String, String, long, int, int,
ServiceContext)com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, long previewFileEntryId, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated 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 type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated 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
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated 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 type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, ServiceContext)com.liferay.portal.kernel.exception.PortalException@Deprecated 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
addFragmentEntry(long, long, String, String, String, String,
String, String, long, int, int, ServiceContext)com.liferay.portal.kernel.exception.PortalExceptionpublic 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, java.lang.String configuration, long previewFileEntryId, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry copyFragmentEntry(long groupId, long fragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteFragmentEntries(long[] fragmentEntriesIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public static int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId)
#getFragmentEntriesCount(Long, Long)@Deprecated
public static int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status)
#getFragmentEntriesCount(Long, Long, Integer)@Deprecated
public static int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name)
#getFragmentEntriesCount(Long, Long, String)@Deprecated
public static int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
#getFragmentEntriesCount(Long, Long, String, Integer)@Deprecated
public static int getFragmentCollectionsCountByType(long groupId,
long fragmentCollectionId,
int type)
#getFragmentEntriesCount(Long, Long, Integer)public static java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
@Deprecated public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status)
#getFragmentEntriesByStatus(Long, Long, Integer)public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end)
@Deprecated 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)
#getFragmentEntriesByStatus(Long, Long, Integer, Integer,
Integer, OrderByComparator)public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
@Deprecated 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)
#getFragmentEntriesByNameAndStatus(Long, Long, String,
Integer, Integer, Integer, OrderByComparator)@Deprecated 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)
#getFragmentEntriesByName(Long, Long, String, Integer,
Integer, OrderByComparator)public static java.util.List<FragmentEntry> getFragmentEntriesByName(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntriesByNameAndStatus(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> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status)
public static java.util.List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
@Deprecated public static java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int status)
#getFragmentEntriesByTypeAndStatus(Long, Long, Integer,
Integer)public static java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status)
public static java.util.List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static int getFragmentEntriesCount(long groupId,
long fragmentCollectionId)
public static int getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name)
public static int getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
public static int getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status)
public static int getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type)
public static int getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status)
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.PortalExceptionpublic static FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated 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
updateFragmentEntry(long, String, String, String, String,
String, int)com.liferay.portal.kernel.exception.PortalException@Deprecated 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
updateFragmentEntry(long, String, String, String, String,
String, long, int)com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, java.lang.String configuration, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, java.lang.String configuration, long previewFileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static FragmentEntryService getService()