public class FragmentCompositionLocalServiceWrapper extends java.lang.Object implements FragmentCompositionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentCompositionLocalService>
FragmentCompositionLocalService
.FragmentCompositionLocalService
Constructor and Description |
---|
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 userId,
long fragmentCompositionId,
java.lang.String name,
java.lang.String description,
java.lang.String data,
long previewFileEntryId,
int status)
Deprecated.
As of Athanasius (7.3.x), replaced by
updateFragmentComposition(long, long, long, String, String, String, long, int) |
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(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 FragmentCompositionLocalService
fragmentComposition
- 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 FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public FragmentComposition createFragmentComposition(long fragmentCompositionId)
createFragmentComposition
in interface FragmentCompositionLocalService
fragmentCompositionId
- 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 FragmentCompositionLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 FragmentCompositionLocalService
fragmentComposition
- the fragment compositionPortalException
public 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 FragmentCompositionLocalService
fragmentCompositionId
- 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 FragmentCompositionLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface FragmentCompositionLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface FragmentCompositionLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface FragmentCompositionLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface FragmentCompositionLocalService
dynamicQuery
- 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 FragmentCompositionLocalService
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 <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 FragmentCompositionLocalService
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 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface FragmentCompositionLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface FragmentCompositionLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic FragmentComposition fetchFragmentComposition(long fragmentCompositionId)
fetchFragmentComposition
in interface FragmentCompositionLocalService
public FragmentComposition fetchFragmentComposition(long groupId, java.lang.String fragmentCompositionKey)
fetchFragmentComposition
in interface FragmentCompositionLocalService
public FragmentComposition fetchFragmentCompositionByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchFragmentCompositionByUuidAndGroupId
in interface FragmentCompositionLocalService
uuid
- 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 FragmentCompositionLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface FragmentCompositionLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface FragmentCompositionLocalService
public FragmentComposition getFragmentComposition(long fragmentCompositionId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentComposition
in interface FragmentCompositionLocalService
fragmentCompositionId
- 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 FragmentCompositionLocalService
uuid
- 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 FragmentCompositionLocalService
start
- 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 FragmentCompositionLocalService
public java.util.List<FragmentComposition> getFragmentCompositions(long fragmentCollectionId, int start, int end)
getFragmentCompositions
in interface FragmentCompositionLocalService
public java.util.List<FragmentComposition> getFragmentCompositions(long groupId, long fragmentCollectionId, int status)
getFragmentCompositions
in interface FragmentCompositionLocalService
public java.util.List<FragmentComposition> getFragmentCompositions(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentComposition> orderByComparator)
getFragmentCompositions
in interface FragmentCompositionLocalService
public 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 FragmentCompositionLocalService
public java.util.List<FragmentComposition> getFragmentCompositionsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getFragmentCompositionsByUuidAndCompanyId
in interface FragmentCompositionLocalService
uuid
- 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 FragmentCompositionLocalService
uuid
- 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 FragmentCompositionLocalService
public int getFragmentCompositionsCount(long fragmentCollectionId)
getFragmentCompositionsCount
in interface FragmentCompositionLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface FragmentCompositionLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface FragmentCompositionLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface FragmentCompositionLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public java.lang.String[] getTempFileNames(long userId, long groupId, java.lang.String folderName) throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames
in interface FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public FragmentComposition moveFragmentComposition(long fragmentCompositionId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
moveFragmentComposition
in interface FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 FragmentCompositionLocalService
fragmentComposition
- the fragment compositionpublic FragmentComposition updateFragmentComposition(long fragmentCompositionId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition
in interface FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
@Deprecated public FragmentComposition updateFragmentComposition(long userId, long fragmentCompositionId, java.lang.String name, java.lang.String description, java.lang.String data, long previewFileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition(long, long, long, String, String, String, long, int)
updateFragmentComposition
in interface FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public FragmentComposition updateFragmentComposition(long fragmentCompositionId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentComposition
in interface FragmentCompositionLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FragmentComposition> getCTPersistence()
getCTPersistence
in interface FragmentCompositionLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentComposition>
public java.lang.Class<FragmentComposition> getModelClass()
getModelClass
in interface FragmentCompositionLocalService
getModelClass
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 FragmentCompositionLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<FragmentComposition>
E extends java.lang.Throwable
public 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>