public class FragmentCompositionLocalServiceWrapper extends java.lang.Object implements FragmentCompositionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentCompositionLocalService>
FragmentCompositionLocalService.FragmentCompositionLocalService| Constructor and Description |
|---|
FragmentCompositionLocalServiceWrapper() |
FragmentCompositionLocalServiceWrapper(FragmentCompositionLocalService fragmentCompositionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
FragmentComposition |
addFragmentComposition(FragmentComposition fragmentComposition)
Adds the fragment composition to the database.
|
FragmentComposition |
addFragmentComposition(long userId,
long groupId,
long fragmentCollectionId,
java.lang.String fragmentCompositionKey,
java.lang.String name,
java.lang.String description,
java.lang.String data,
long previewFileEntryId,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentComposition |
createFragmentComposition(long fragmentCompositionId)
Creates a new fragment composition with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
FragmentComposition |
deleteFragmentComposition(FragmentComposition fragmentComposition)
Deletes the fragment composition from the database.
|
FragmentComposition |
deleteFragmentComposition(long fragmentCompositionId)
Deletes the fragment composition with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<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.
|
<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.
|
<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.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
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.
|
FragmentComposition |
fetchFragmentComposition(long fragmentCompositionId) |
FragmentComposition |
fetchFragmentComposition(long groupId,
java.lang.String fragmentCompositionKey) |
FragmentComposition |
fetchFragmentCompositionByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the fragment composition matching the UUID and group.
|
java.lang.String |
generateFragmentCompositionKey(long groupId,
java.lang.String name) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
FragmentComposition |
getFragmentComposition(long fragmentCompositionId)
Returns the fragment composition with the primary key.
|
FragmentComposition |
getFragmentCompositionByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the fragment composition matching the UUID and group.
|
java.util.List<FragmentComposition> |
getFragmentCompositions(int start,
int end)
Returns a range of all the fragment compositions.
|
java.util.List<FragmentComposition> |
getFragmentCompositions(long fragmentCollectionId) |
java.util.List<FragmentComposition> |
getFragmentCompositions(long fragmentCollectionId,
int start,
int end) |
java.util.List<FragmentComposition> |
getFragmentCompositions(long groupId,
long fragmentCollectionId,
int status) |
java.util.List<FragmentComposition> |
getFragmentCompositions(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) |
java.util.List<FragmentComposition> |
getFragmentCompositions(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator) |
java.util.List<FragmentComposition> |
getFragmentCompositionsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the fragment compositions matching the UUID and company.
|
java.util.List<FragmentComposition> |
getFragmentCompositionsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
Returns a range of fragment compositions matching the UUID and company.
|
int |
getFragmentCompositionsCount()
Returns the number of fragment compositions.
|
int |
getFragmentCompositionsCount(long fragmentCollectionId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<FragmentComposition> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.lang.String[] |
getTempFileNames(long userId,
long groupId,
java.lang.String folderName) |
FragmentCompositionLocalService |
getWrappedService() |
FragmentComposition |
moveFragmentComposition(long fragmentCompositionId,
long fragmentCollectionId) |
void |
setWrappedService(FragmentCompositionLocalService fragmentCompositionLocalService) |
FragmentComposition |
updateFragmentComposition(FragmentComposition fragmentComposition)
Updates the fragment composition in the database or adds it if it does not yet exist.
|
FragmentComposition |
updateFragmentComposition(long fragmentCompositionId,
long previewFileEntryId) |
FragmentComposition |
updateFragmentComposition(long userId,
long fragmentCompositionId,
long fragmentCollectionId,
java.lang.String name,
java.lang.String description,
java.lang.String data,
long previewFileEntryId,
int status) |
FragmentComposition |
updateFragmentComposition(long fragmentCompositionId,
java.lang.String name) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition>,R,E> updateUnsafeFunction) |
public FragmentCompositionLocalServiceWrapper()
public FragmentCompositionLocalServiceWrapper(FragmentCompositionLocalService fragmentCompositionLocalService)
public FragmentComposition addFragmentComposition(FragmentComposition fragmentComposition)
Important: Inspect FragmentCompositionLocalServiceImpl 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.
addFragmentComposition in interface FragmentCompositionLocalServicefragmentComposition - the fragment compositionpublic FragmentComposition addFragmentComposition(long userId, long groupId, long fragmentCollectionId, java.lang.String fragmentCompositionKey, java.lang.String name, java.lang.String description, java.lang.String data, long previewFileEntryId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentComposition in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentComposition createFragmentComposition(long fragmentCompositionId)
createFragmentComposition in interface FragmentCompositionLocalServicefragmentCompositionId - the primary key for the new fragment compositionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface FragmentCompositionLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic FragmentComposition deleteFragmentComposition(FragmentComposition fragmentComposition) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect FragmentCompositionLocalServiceImpl 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.
deleteFragmentComposition in interface FragmentCompositionLocalServicefragmentComposition - the fragment compositionPortalExceptionpublic FragmentComposition deleteFragmentComposition(long fragmentCompositionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect FragmentCompositionLocalServiceImpl 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.
deleteFragmentComposition in interface FragmentCompositionLocalServicefragmentCompositionId - the primary key of the fragment compositionPortalException - if a fragment composition with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface FragmentCompositionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface FragmentCompositionLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface FragmentCompositionLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface FragmentCompositionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface FragmentCompositionLocalServicedynamicQuery - the dynamic querypublic <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.FragmentCompositionModelImpl.
dynamicQuery in interface FragmentCompositionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <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.FragmentCompositionModelImpl.
dynamicQuery in interface FragmentCompositionLocalServicedynamicQuery - 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 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface FragmentCompositionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface FragmentCompositionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic FragmentComposition fetchFragmentComposition(long fragmentCompositionId)
fetchFragmentComposition in interface FragmentCompositionLocalServicepublic FragmentComposition fetchFragmentComposition(long groupId, java.lang.String fragmentCompositionKey)
fetchFragmentComposition in interface FragmentCompositionLocalServicepublic FragmentComposition fetchFragmentCompositionByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchFragmentCompositionByUuidAndGroupId in interface FragmentCompositionLocalServiceuuid - the fragment composition's UUIDgroupId - the primary key of the groupnull if a matching fragment composition could not be foundpublic java.lang.String generateFragmentCompositionKey(long groupId,
java.lang.String name)
generateFragmentCompositionKey in interface FragmentCompositionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface FragmentCompositionLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface FragmentCompositionLocalServicepublic FragmentComposition getFragmentComposition(long fragmentCompositionId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentComposition in interface FragmentCompositionLocalServicefragmentCompositionId - the primary key of the fragment compositionPortalException - if a fragment composition with the primary key could not be foundpublic FragmentComposition getFragmentCompositionByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentCompositionByUuidAndGroupId in interface FragmentCompositionLocalServiceuuid - the fragment composition's UUIDgroupId - the primary key of the groupPortalException - if a matching fragment composition could not be foundpublic java.util.List<FragmentComposition> getFragmentCompositions(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.FragmentCompositionModelImpl.
getFragmentCompositions in interface FragmentCompositionLocalServicestart - the lower bound of the range of fragment compositionsend - the upper bound of the range of fragment compositions (not inclusive)public java.util.List<FragmentComposition> getFragmentCompositions(long fragmentCollectionId)
getFragmentCompositions in interface FragmentCompositionLocalServicepublic java.util.List<FragmentComposition> getFragmentCompositions(long fragmentCollectionId, int start, int end)
getFragmentCompositions in interface FragmentCompositionLocalServicepublic java.util.List<FragmentComposition> getFragmentCompositions(long groupId, long fragmentCollectionId, int status)
getFragmentCompositions in interface FragmentCompositionLocalServicepublic java.util.List<FragmentComposition> getFragmentCompositions(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
getFragmentCompositions in interface FragmentCompositionLocalServicepublic java.util.List<FragmentComposition> getFragmentCompositions(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
getFragmentCompositions in interface FragmentCompositionLocalServicepublic java.util.List<FragmentComposition> getFragmentCompositionsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getFragmentCompositionsByUuidAndCompanyId in interface FragmentCompositionLocalServiceuuid - the UUID of the fragment compositionscompanyId - the primary key of the companypublic java.util.List<FragmentComposition> getFragmentCompositionsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
getFragmentCompositionsByUuidAndCompanyId in interface FragmentCompositionLocalServiceuuid - the UUID of the fragment compositionscompanyId - the primary key of the companystart - the lower bound of the range of fragment compositionsend - the upper bound of the range of fragment compositions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getFragmentCompositionsCount()
getFragmentCompositionsCount in interface FragmentCompositionLocalServicepublic int getFragmentCompositionsCount(long fragmentCollectionId)
getFragmentCompositionsCount in interface FragmentCompositionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface FragmentCompositionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FragmentCompositionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface FragmentCompositionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.lang.String[] getTempFileNames(long userId,
long groupId,
java.lang.String folderName)
throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentComposition moveFragmentComposition(long fragmentCompositionId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
moveFragmentComposition in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentComposition updateFragmentComposition(FragmentComposition fragmentComposition)
Important: Inspect FragmentCompositionLocalServiceImpl 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.
updateFragmentComposition in interface FragmentCompositionLocalServicefragmentComposition - the fragment compositionpublic FragmentComposition updateFragmentComposition(long fragmentCompositionId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentComposition updateFragmentComposition(long userId, long fragmentCompositionId, long fragmentCollectionId, java.lang.String name, java.lang.String description, java.lang.String data, long previewFileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentComposition updateFragmentComposition(long fragmentCompositionId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition in interface FragmentCompositionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition> getCTPersistence()
getCTPersistence in interface FragmentCompositionLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentComposition>public java.lang.Class<FragmentComposition> getModelClass()
getModelClass in interface FragmentCompositionLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentComposition>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface FragmentCompositionLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentComposition>E extends java.lang.Throwablepublic FragmentCompositionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentCompositionLocalService>public void setWrappedService(FragmentCompositionLocalService fragmentCompositionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentCompositionLocalService>