@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface FragmentEntryLocalService extends BaseLocalService, PersistedModelLocalService, VersionService<FragmentEntry,FragmentEntryVersion>
FragmentEntryLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
FragmentEntry |
addFragmentEntry(FragmentEntry fragmentEntry)
Adds the fragment entry to the database.
|
FragmentEntry |
addFragmentEntry(long userId,
long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
long previewFileEntryId,
int type,
int status,
ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(long userId,
long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
boolean cacheable,
java.lang.String configuration,
long previewFileEntryId,
int type,
int status,
ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(long userId,
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,
ServiceContext serviceContext) |
FragmentEntry |
checkout(FragmentEntry publishedFragmentEntry,
int version)
Checks out the previous version of the versioned model and saves it as a
draft.
|
FragmentEntry |
copyFragmentEntry(long userId,
long groupId,
long fragmentEntryId,
long fragmentCollectionId,
ServiceContext serviceContext) |
FragmentEntry |
create()
Creates a new fragment entry.
|
FragmentEntry |
createFragmentEntry(long fragmentEntryId) |
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
FragmentEntry |
delete(FragmentEntry publishedFragmentEntry)
Deletes the
VersionedModel. |
FragmentEntry |
deleteDraft(FragmentEntry draftFragmentEntry)
Deletes the
VersionedModel if it is a draft. |
FragmentEntry |
deleteFragmentEntry(FragmentEntry fragmentEntry)
Deletes the fragment entry from the database.
|
FragmentEntry |
deleteFragmentEntry(long fragmentEntryId)
Deletes the fragment entry with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
FragmentEntryVersion |
deleteVersion(FragmentEntryVersion fragmentEntryVersion)
Deletes the
VersionModel if it is not the latest version. |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
FragmentEntry |
fetchDraft(FragmentEntry fragmentEntry)
Fetches the draft if it exists; otherwise, returns
null. |
FragmentEntry |
fetchDraft(long primaryKey)
Fetches the draft if it exists; otherwise, returns
null. |
FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
FragmentEntry |
fetchFragmentEntry(long groupId,
java.lang.String fragmentEntryKey) |
FragmentEntry |
fetchFragmentEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
FragmentEntryVersion |
fetchLatestVersion(FragmentEntry fragmentEntry)
Fetches the latest version model if it exists.
|
FragmentEntry |
fetchPublished(FragmentEntry fragmentEntry)
Fetches the published versioned model if it exists.
|
FragmentEntry |
fetchPublished(long primaryKey)
Fetches the published versioned model if it exists; otherwise, returns
null. |
java.lang.String |
generateFragmentEntryKey(long groupId,
java.lang.String name) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
FragmentEntry |
getDraft(FragmentEntry fragmentEntry)
Returns the versioned model draft.
|
FragmentEntry |
getDraft(long primaryKey)
Returns the versioned model draft with the primary key.
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
java.util.List<FragmentEntry> |
getFragmentEntries(int start,
int end)
Returns a range of all the fragment entries.
|
java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId,
int start,
int end) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
java.util.List<FragmentEntry> |
getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
int |
getFragmentEntriesCount()
Returns the number of fragment entries.
|
int |
getFragmentEntriesCount(long fragmentCollectionId) |
FragmentEntry |
getFragmentEntry(long fragmentEntryId)
Returns the fragment entry with the primary key.
|
FragmentEntry |
getFragmentEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.lang.String[] |
getTempFileNames(long userId,
long groupId,
java.lang.String folderName) |
FragmentEntryVersion |
getVersion(FragmentEntry fragmentEntry,
int version)
Returns the
VersionModel for the VersionedModel matching
the version. |
java.util.List<FragmentEntryVersion> |
getVersions(FragmentEntry fragmentEntry)
Returns the
VersionModels for the VersionedModel. |
FragmentEntry |
moveFragmentEntry(long fragmentEntryId,
long fragmentCollectionId) |
FragmentEntry |
publishDraft(FragmentEntry draftFragmentEntry)
Publishes the draft and creates a new version model for the new version.
|
void |
registerListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
Registers the
VersionServiceListener. |
void |
unregisterListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
Unregisters the
VersionServiceListener. |
FragmentEntry |
updateDraft(FragmentEntry draftFragmentEntry)
Updates the draft.
|
FragmentEntry |
updateFragmentEntry(FragmentEntry draftFragmentEntry)
Updates the fragment entry in the database or adds it if it does not yet exist.
|
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
FragmentEntry |
updateFragmentEntry(long userId,
long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
boolean cacheable,
java.lang.String configuration,
long previewFileEntryId,
int status) |
FragmentEntry |
updateFragmentEntry(long userId,
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 userId,
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) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
getBasePersistence@Indexable(type=REINDEX) FragmentEntry addFragmentEntry(FragmentEntry fragmentEntry)
Important: Inspect FragmentEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
fragmentEntry - the fragment entryFragmentEntry addFragmentEntry(long userId, long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, long previewFileEntryId, int type, int status, ServiceContext serviceContext) throws PortalException
PortalExceptionFragmentEntry addFragmentEntry(long userId, long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, long previewFileEntryId, int type, int status, ServiceContext serviceContext) throws PortalException
PortalExceptionFragmentEntry addFragmentEntry(long userId, 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, ServiceContext serviceContext) throws PortalException
PortalException@Indexable(type=REINDEX) FragmentEntry checkout(FragmentEntry publishedFragmentEntry, int version) throws PortalException
VersionServiceVersionServiceListener that has been registered is
also notified. An IllegalArgumentException is thrown if the
versioned model already has a draft.checkout in interface VersionService<FragmentEntry,FragmentEntryVersion>publishedFragmentEntry - the published versioned modelversion - the versionVersionModel being checked outPortalException - if the version does not existFragmentEntry copyFragmentEntry(long userId, long groupId, long fragmentEntryId, long fragmentCollectionId, ServiceContext serviceContext) throws PortalException
PortalException@Transactional(enabled=false) FragmentEntry create()
create in interface VersionService<FragmentEntry,FragmentEntryVersion>FragmentEntry createFragmentEntry(long fragmentEntryId)
PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=DELETE) FragmentEntry delete(FragmentEntry publishedFragmentEntry) throws PortalException
VersionServiceVersionedModel. Related drafts and versions are also
deleted. Any VersionServiceListener that has been registered is
notified. An IllegalArgumentException is thrown if the versioned
model is a draft. Drafts can be deleted by calling VersionService.deleteDraft(VersionedModel).delete in interface VersionService<FragmentEntry,FragmentEntryVersion>publishedFragmentEntry - the published versioned modelPortalException - if a portal exception occurred@Indexable(type=DELETE) FragmentEntry deleteDraft(FragmentEntry draftFragmentEntry) throws PortalException
VersionServiceVersionedModel if it is a draft. Any VersionServiceListener that has been registered is notified. An IllegalArgumentException is thrown if the versioned model is not a
draft. Published versioned models can be deleted by calling VersionService.delete(VersionedModel).deleteDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>draftFragmentEntry - the draft versioned modelPortalException - if a portal exception occurred@Indexable(type=DELETE) @SystemEvent(type=1) FragmentEntry deleteFragmentEntry(FragmentEntry fragmentEntry) throws PortalException
Important: Inspect FragmentEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
fragmentEntry - the fragment entryPortalException@Indexable(type=DELETE) FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws PortalException
Important: Inspect FragmentEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
fragmentEntryId - the primary key of the fragment entryPortalException - if a fragment entry with the primary key could not be foundPersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicePortalExceptionFragmentEntryVersion deleteVersion(FragmentEntryVersion fragmentEntryVersion) throws PortalException
VersionServiceVersionModel if it is not the latest version. Any
VersionServiceListener that has been registered is notified. An
IllegalArgumentException is thrown if the versioned model is the
latest version.deleteVersion in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntryVersion - the version modelPortalException - if a portal exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) <T> T dslQuery(DSLQuery dslQuery)
@Transactional(propagation=SUPPORTS, readOnly=true) DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchDraft(FragmentEntry fragmentEntry)
VersionServicenull.fetchDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the draft or published versioned modelnull@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchDraft(long primaryKey)
VersionServicenull.fetchDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>primaryKey - the draft or published versioned model's primary keynull@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchFragmentEntry(long fragmentEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchFragmentEntry(long groupId, java.lang.String fragmentEntryKey)
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchFragmentEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntryVersion fetchLatestVersion(FragmentEntry fragmentEntry)
VersionServicenull is returned.fetchLatestVersion in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the versioned modelnull@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchPublished(FragmentEntry fragmentEntry)
VersionServicenull is returned.fetchPublished in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the versioned modelnull@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry fetchPublished(long primaryKey)
VersionServicenull.fetchPublished in interface VersionService<FragmentEntry,FragmentEntryVersion>primaryKey - the published versioned model's primary keynulljava.lang.String generateFragmentEntryKey(long groupId,
java.lang.String name)
@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry getDraft(FragmentEntry fragmentEntry) throws PortalException
VersionServiceVersionServiceListener that has been registered is notified.getDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the versioned modelPortalException - if a portal exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry getDraft(long primaryKey) throws PortalException
VersionServiceVersionServiceListener that has been
registered is notified.getDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>primaryKey - of the draft or published versioned modelPortalException - if no draft or published versioned model exists
with the primary key@Transactional(propagation=SUPPORTS, readOnly=true) ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.fragment.model.impl.FragmentEntryModelImpl.
start - the lower bound of the range of fragment entriesend - the upper bound of the range of fragment entries (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, OrderByComparator<FragmentEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, OrderByComparator<FragmentEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntry> getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<FragmentEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentEntriesCount()
@Transactional(propagation=SUPPORTS, readOnly=true) int getFragmentEntriesCount(long fragmentCollectionId)
@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry getFragmentEntry(long fragmentEntryId) throws PortalException
fragmentEntryId - the primary key of the fragment entryPortalException - if a fragment entry with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntry getFragmentEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicePortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String[] getTempFileNames(long userId, long groupId, java.lang.String folderName) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) FragmentEntryVersion getVersion(FragmentEntry fragmentEntry, int version) throws PortalException
VersionServiceVersionModel for the VersionedModel matching
the version.getVersion in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the versioned modelversion - the versionPortalException - if the version does not exist@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<FragmentEntryVersion> getVersions(FragmentEntry fragmentEntry)
VersionServiceVersionModels for the VersionedModel. They
are sorted in descending order.getVersions in interface VersionService<FragmentEntry,FragmentEntryVersion>fragmentEntry - the versioned modelFragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws PortalException
PortalException@Indexable(type=REINDEX) FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws PortalException
VersionServiceVersionServiceListener that has been registered is notified.
An IllegalArgumentException is thrown if the versioned model is
not a draft.publishDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>draftFragmentEntry - the draft version modelPortalException - if a portal exception occurredvoid registerListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
VersionServiceVersionServiceListener.registerListener in interface VersionService<FragmentEntry,FragmentEntryVersion>versionServiceListener - the version service listener to registervoid unregisterListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
VersionServiceVersionServiceListener.unregisterListener in interface VersionService<FragmentEntry,FragmentEntryVersion>versionServiceListener - the version service listener to unregister@Indexable(type=REINDEX) FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws PortalException
VersionServiceVersionServiceListener that has been
registered is notified. An IllegalArgumentException is thrown if
the versioned model is not a draft.updateDraft in interface VersionService<FragmentEntry,FragmentEntryVersion>draftFragmentEntry - the draft version modelPortalException - if a portal exception occurred@Indexable(type=REINDEX) FragmentEntry updateFragmentEntry(FragmentEntry draftFragmentEntry) throws PortalException
Important: Inspect FragmentEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
fragmentEntry - the fragment entryPortalExceptionFragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws PortalException
PortalExceptionFragmentEntry updateFragmentEntry(long userId, long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, long previewFileEntryId, int status) throws PortalException
PortalExceptionFragmentEntry updateFragmentEntry(long userId, 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 PortalException
PortalExceptionFragmentEntry updateFragmentEntry(long userId, 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 PortalException
PortalExceptionFragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws PortalException
PortalException