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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
checkout(FragmentEntry publishedFragmentEntry,
int version) |
static FragmentEntry |
copyFragmentEntry(long userId,
long groupId,
long fragmentEntryId,
long fragmentCollectionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static FragmentEntry |
create()
Creates a new fragment entry.
|
static FragmentEntry |
createFragmentEntry(long fragmentEntryId) |
static com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
static FragmentEntryVersion |
deleteVersion(FragmentEntryVersion fragmentEntryVersion) |
static <T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
static com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
static FragmentEntry |
getDraft(FragmentEntry fragmentEntry) |
static FragmentEntry |
getDraft(long primaryKey) |
static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.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,
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.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,
com.liferay.portal.kernel.util.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 com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static com.liferay.portal.kernel.model.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(com.liferay.portal.kernel.service.version.VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener) |
static void |
unregisterListener(com.liferay.portal.kernel.service.version.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)
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 entrypublic static FragmentEntry addFragmentEntry(long userId, 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
public 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, 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 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry checkout(FragmentEntry publishedFragmentEntry, int version) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry copyFragmentEntry(long userId, 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.PortalException
public static FragmentEntry create()
public static FragmentEntry createFragmentEntry(long fragmentEntryId)
public static com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
PortalException
public static FragmentEntry delete(FragmentEntry publishedFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry deleteDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry deleteFragmentEntry(FragmentEntry fragmentEntry) throws com.liferay.portal.kernel.exception.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
public static FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.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 foundpublic static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
PortalException
public static FragmentEntryVersion deleteVersion(FragmentEntryVersion fragmentEntryVersion) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic querypublic static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
public static FragmentEntry getDraft(FragmentEntry fragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry getDraft(long primaryKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.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, 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.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, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
public static int getFragmentEntriesCount()
public static int getFragmentEntriesCount(long fragmentCollectionId)
public static FragmentEntry getFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
PortalException
public static java.lang.String[] getTempFileNames(long userId, long groupId, java.lang.String folderName) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntryVersion getVersion(FragmentEntry fragmentEntry, int version) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<FragmentEntryVersion> getVersions(FragmentEntry fragmentEntry)
public static FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void registerListener(com.liferay.portal.kernel.service.version.VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
public static void unregisterListener(com.liferay.portal.kernel.service.version.VersionServiceListener<FragmentEntry,FragmentEntryVersion> versionServiceListener)
public static FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static FragmentEntry updateFragmentEntry(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.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
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 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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public 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 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 FragmentEntryLocalService getService()