@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface FragmentEntryService
extends com.liferay.portal.kernel.service.BaseService
FragmentEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
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) |
FragmentEntry |
copyFragmentEntry(long groupId,
long fragmentEntryId,
long fragmentCollectionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFragmentEntries(long[] fragmentEntriesIds) |
FragmentEntry |
deleteFragmentEntry(long fragmentEntryId) |
FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, Integer) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, String) |
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) |
int |
getFragmentCollectionsCountByType(long groupId,
long fragmentCollectionId,
int type)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesCount(Long, Long, Integer) |
java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status)
Deprecated.
As of Mueller (7.2.x), replaced by
#getFragmentEntriesByStatus(Long, Long, Integer) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end) |
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) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
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) |
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) |
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) |
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) |
java.util.List<FragmentEntry> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
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) |
java.util.List<FragmentEntry> |
getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
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) |
int |
getFragmentEntriesCount(long groupId,
long fragmentCollectionId) |
int |
getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name) |
int |
getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status) |
int |
getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status) |
int |
getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type) |
int |
getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
FragmentEntry |
moveFragmentEntry(long fragmentEntryId,
long fragmentCollectionId) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
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) |
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) |
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) |
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 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 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 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 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.PortalExceptionFragmentEntry 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 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 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 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 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.PortalExceptionFragmentEntry 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.PortalExceptionFragmentEntry 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.PortalExceptionvoid deleteFragmentEntries(long[] fragmentEntriesIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionFragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
FragmentEntry fetchFragmentEntry(long fragmentEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId)
#getFragmentEntriesCount(Long, Long)@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status)
#getFragmentEntriesCount(Long, Long, Integer)@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name)
#getFragmentEntriesCount(Long, Long, String)@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
#getFragmentEntriesCount(Long, Long, String, Integer)@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentCollectionsCountByType(long groupId,
long fragmentCollectionId,
int type)
#getFragmentEntriesCount(Long, Long, Integer)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntries(long groupId,
long fragmentCollectionId,
int status)
#getFragmentEntriesByStatus(Long, Long, Integer)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
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)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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)@Transactional(propagation=SUPPORTS,
readOnly=true)
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)
@Transactional(propagation=SUPPORTS,
readOnly=true)
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)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int status)
#getFragmentEntriesByTypeAndStatus(Long, Long, Integer,
Integer)@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
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)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCount(long groupId,
long fragmentCollectionId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status)
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.lang.String[] getTempFileNames(long groupId,
java.lang.String folderName)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionFragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionFragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionFragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated 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 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.PortalExceptionFragmentEntry 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.PortalExceptionFragmentEntry 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.PortalException