public class FragmentEntryLocalServiceUtil
extends java.lang.Object
com.liferay.fragment.service.impl.FragmentEntryLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.FragmentEntryLocalService| Constructor and Description |
|---|
FragmentEntryLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static FragmentEntry |
addFragmentEntry(FragmentEntry fragmentEntry)
Adds the fragment entry to the database.
|
static FragmentEntry |
addFragmentEntry(long userId,
long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
long previewFileEntryId,
int type,
int status,
ServiceContext serviceContext) |
static 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) |
static 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) |
static FragmentEntry |
checkout(FragmentEntry publishedFragmentEntry,
int version) |
static FragmentEntry |
copyFragmentEntry(long userId,
long groupId,
long fragmentEntryId,
long fragmentCollectionId,
ServiceContext serviceContext) |
static FragmentEntry |
create()
Creates a new fragment entry.
|
static FragmentEntry |
createFragmentEntry(long fragmentEntryId) |
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static FragmentEntry |
delete(FragmentEntry publishedFragmentEntry) |
static FragmentEntry |
deleteDraft(FragmentEntry draftFragmentEntry) |
static FragmentEntry |
deleteFragmentEntry(FragmentEntry fragmentEntry)
Deletes the fragment entry from the database.
|
static FragmentEntry |
deleteFragmentEntry(long fragmentEntryId)
Deletes the fragment entry with the primary key from the database.
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static FragmentEntryVersion |
deleteVersion(FragmentEntryVersion fragmentEntryVersion) |
static <T> T |
dslQuery(DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <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.
|
static <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.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static FragmentEntry |
fetchDraft(FragmentEntry fragmentEntry) |
static FragmentEntry |
fetchDraft(long primaryKey) |
static FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
static FragmentEntry |
fetchFragmentEntry(long groupId,
java.lang.String fragmentEntryKey) |
static FragmentEntry |
fetchFragmentEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
static FragmentEntryVersion |
fetchLatestVersion(FragmentEntry fragmentEntry) |
static FragmentEntry |
fetchPublished(FragmentEntry fragmentEntry) |
static FragmentEntry |
fetchPublished(long primaryKey) |
static java.lang.String |
generateFragmentEntryKey(long groupId,
java.lang.String name) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static FragmentEntry |
getDraft(FragmentEntry fragmentEntry) |
static FragmentEntry |
getDraft(long primaryKey) |
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
static java.util.List<FragmentEntry> |
getFragmentEntries(int start,
int end)
Returns a range of all the fragment entries.
|
static java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId,
int start,
int end) |
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,
OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId) |
static java.util.List<FragmentEntry> |
getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
static int |
getFragmentEntriesCount()
Returns the number of fragment entries.
|
static int |
getFragmentEntriesCount(long fragmentCollectionId) |
static FragmentEntry |
getFragmentEntry(long fragmentEntryId)
Returns the fragment entry with the primary key.
|
static FragmentEntry |
getFragmentEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static FragmentEntryLocalService |
getService() |
static java.lang.String[] |
getTempFileNames(long userId,
long groupId,
java.lang.String folderName) |
static FragmentEntryVersion |
getVersion(FragmentEntry fragmentEntry,
int version) |
static java.util.List<FragmentEntryVersion> |
getVersions(FragmentEntry fragmentEntry) |
static FragmentEntry |
moveFragmentEntry(long fragmentEntryId,
long fragmentCollectionId) |
static FragmentEntry |
publishDraft(FragmentEntry draftFragmentEntry) |
static void |
registerListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener) |
static void |
unregisterListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener) |
static FragmentEntry |
updateDraft(FragmentEntry draftFragmentEntry) |
static FragmentEntry |
updateFragmentEntry(FragmentEntry draftFragmentEntry)
Updates the fragment entry in the database or adds it if it does not yet exist.
|
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
static 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) |
static 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) |
static 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) |
static FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
public static FragmentEntry addFragmentEntry(FragmentEntry fragmentEntry)
fragmentEntry - the fragment entrypublic static FragmentEntry 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
PortalExceptionpublic static 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) throws PortalException
PortalExceptionpublic static 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) throws PortalException
PortalExceptionpublic static FragmentEntry checkout(FragmentEntry publishedFragmentEntry, int version) throws PortalException
PortalExceptionpublic static FragmentEntry copyFragmentEntry(long userId, long groupId, long fragmentEntryId, long fragmentCollectionId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static FragmentEntry create()
public static FragmentEntry createFragmentEntry(long fragmentEntryId)
public static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static FragmentEntry delete(FragmentEntry publishedFragmentEntry) throws PortalException
PortalExceptionpublic static FragmentEntry deleteDraft(FragmentEntry draftFragmentEntry) throws PortalException
PortalExceptionpublic static FragmentEntry deleteFragmentEntry(FragmentEntry fragmentEntry) throws PortalException
fragmentEntry - the fragment entryPortalExceptionpublic static FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws PortalException
fragmentEntryId - the primary key of the fragment entryPortalException - if a fragment entry with the primary key could not be foundpublic static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionpublic static FragmentEntryVersion deleteVersion(FragmentEntryVersion fragmentEntryVersion) throws PortalException
PortalExceptionpublic static <T> T dslQuery(DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <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)public static <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)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static FragmentEntry fetchDraft(FragmentEntry fragmentEntry)
public static FragmentEntry fetchDraft(long primaryKey)
public static FragmentEntry fetchFragmentEntry(long fragmentEntryId)
public static FragmentEntry fetchFragmentEntry(long groupId, java.lang.String fragmentEntryKey)
public static FragmentEntry fetchFragmentEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
public static FragmentEntryVersion fetchLatestVersion(FragmentEntry fragmentEntry)
public static FragmentEntry fetchPublished(FragmentEntry fragmentEntry)
public static FragmentEntry fetchPublished(long primaryKey)
public static java.lang.String generateFragmentEntryKey(long groupId,
java.lang.String name)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static FragmentEntry getDraft(FragmentEntry fragmentEntry) throws PortalException
PortalExceptionpublic static FragmentEntry getDraft(long primaryKey) throws PortalException
PortalExceptionpublic static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static 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)public static java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
public static java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId, int start, int end)
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, OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, OrderByComparator<FragmentEntry> orderByComparator)
public static java.util.List<FragmentEntry> getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
public static java.util.List<FragmentEntry> getFragmentEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<FragmentEntry> orderByComparator)
public static int getFragmentEntriesCount()
public static int getFragmentEntriesCount(long fragmentCollectionId)
public static 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 foundpublic static FragmentEntry getFragmentEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
PortalExceptionpublic static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static java.lang.String[] getTempFileNames(long userId,
long groupId,
java.lang.String folderName)
throws PortalException
PortalExceptionpublic static FragmentEntryVersion getVersion(FragmentEntry fragmentEntry, int version) throws PortalException
PortalExceptionpublic static java.util.List<FragmentEntryVersion> getVersions(FragmentEntry fragmentEntry)
public static FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws PortalException
PortalExceptionpublic static FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws PortalException
PortalExceptionpublic static void registerListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
public static void unregisterListener(VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
public static FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws PortalException
PortalExceptionpublic static FragmentEntry updateFragmentEntry(FragmentEntry draftFragmentEntry) throws PortalException
fragmentEntry - the fragment entryPortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws PortalException
PortalExceptionpublic static 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) throws PortalException
PortalExceptionpublic static 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) throws PortalException
PortalExceptionpublic static 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) throws PortalException
PortalExceptionpublic static FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws PortalException
PortalExceptionpublic static FragmentEntryLocalService getService()