Class JournalArticleResourceLocalServiceWrapper
- All Implemented Interfaces:
JournalArticleResourceLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<JournalArticleResourceLocalService>
JournalArticleResourceLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionJournalArticleResourceLocalServiceWrapper
(JournalArticleResourceLocalService journalArticleResourceLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddJournalArticleResource
(JournalArticleResource journalArticleResource) Adds the journal article resource to the database.createJournalArticleResource
(long resourcePrimKey) Creates a new journal article resource with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) void
deleteArticleResource
(long groupId, String articleId) deleteJournalArticleResource
(long resourcePrimKey) Deletes the journal article resource with the primary key from the database.deleteJournalArticleResource
(JournalArticleResource journalArticleResource) Deletes the journal article resource 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
<T> List<T>
dynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.fetchArticleResource
(long groupId, String articleId) fetchArticleResource
(String uuid, long groupId) fetchJournalArticleResource
(long resourcePrimKey) fetchJournalArticleResourceByUuidAndGroupId
(String uuid, long groupId) Returns the journal article resource matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
getArticleResource
(long articleResourcePrimKey) long
getArticleResourcePrimKey
(long groupId, String articleId) long
getArticleResourcePrimKey
(String uuid, long groupId, String articleId) getArticleResources
(long groupId) com.liferay.portal.kernel.service.persistence.BasePersistence<?>
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalArticleResource>
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
getJournalArticleResource
(long resourcePrimKey) Returns the journal article resource with the primary key.getJournalArticleResourceByUuidAndGroupId
(String uuid, long groupId) Returns the journal article resource matching the UUID and group.getJournalArticleResources
(int start, int end) Returns a range of all the journal article resources.getJournalArticleResourcesByUuidAndCompanyId
(String uuid, long companyId) Returns all the journal article resources matching the UUID and company.getJournalArticleResourcesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleResource> orderByComparator) Returns a range of journal article resources matching the UUID and company.int
Returns the number of journal article resources.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) void
setWrappedService
(JournalArticleResourceLocalService journalArticleResourceLocalService) updateJournalArticleResource
(JournalArticleResource journalArticleResource) Updates the journal article resource in the database or adds it if it does not yet exist.<R,
E extends Throwable>
RupdateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalArticleResource>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
JournalArticleResourceLocalServiceWrapper
public JournalArticleResourceLocalServiceWrapper() -
JournalArticleResourceLocalServiceWrapper
public JournalArticleResourceLocalServiceWrapper(JournalArticleResourceLocalService journalArticleResourceLocalService)
-
-
Method Details
-
addJournalArticleResource
public JournalArticleResource addJournalArticleResource(JournalArticleResource journalArticleResource) Adds the journal article resource to the database. Also notifies the appropriate model listeners.Important: Inspect JournalArticleResourceLocalServiceImpl 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.
- Specified by:
addJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
journalArticleResource
- the journal article resource- Returns:
- the journal article resource that was added
-
createJournalArticleResource
Creates a new journal article resource with the primary key. Does not add the journal article resource to the database.- Specified by:
createJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
resourcePrimKey
- the primary key for the new journal article resource- Returns:
- the new journal article resource
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModel
in interfaceJournalArticleResourceLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteArticleResource
public void deleteArticleResource(long groupId, String articleId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteArticleResource
in interfaceJournalArticleResourceLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteJournalArticleResource
public JournalArticleResource deleteJournalArticleResource(JournalArticleResource journalArticleResource) Deletes the journal article resource from the database. Also notifies the appropriate model listeners.Important: Inspect JournalArticleResourceLocalServiceImpl 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.
- Specified by:
deleteJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
journalArticleResource
- the journal article resource- Returns:
- the journal article resource that was removed
-
deleteJournalArticleResource
public JournalArticleResource deleteJournalArticleResource(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException Deletes the journal article resource with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect JournalArticleResourceLocalServiceImpl 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.
- Specified by:
deleteJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
resourcePrimKey
- the primary key of the journal article resource- Returns:
- the journal article resource that was removed
- Throws:
PortalException
- if a journal article resource with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModel
in interfaceJournalArticleResourceLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceJournalArticleResourceLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceJournalArticleResourceLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceJournalArticleResourceLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in interfaceJournalArticleResourceLocalService
- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalArticleResourceModelImpl
.- Specified by:
dynamicQuery
in interfaceJournalArticleResourceLocalService
- Parameters:
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalArticleResourceModelImpl
.- Specified by:
dynamicQuery
in interfaceJournalArticleResourceLocalService
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCount
in interfaceJournalArticleResourceLocalService
- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCount
in interfaceJournalArticleResourceLocalService
- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchArticleResource
- Specified by:
fetchArticleResource
in interfaceJournalArticleResourceLocalService
-
fetchArticleResource
- Specified by:
fetchArticleResource
in interfaceJournalArticleResourceLocalService
-
fetchJournalArticleResource
- Specified by:
fetchJournalArticleResource
in interfaceJournalArticleResourceLocalService
-
fetchJournalArticleResourceByUuidAndGroupId
public JournalArticleResource fetchJournalArticleResourceByUuidAndGroupId(String uuid, long groupId) Returns the journal article resource matching the UUID and group.- Specified by:
fetchJournalArticleResourceByUuidAndGroupId
in interfaceJournalArticleResourceLocalService
- Parameters:
uuid
- the journal article resource's UUIDgroupId
- the primary key of the group- Returns:
- the matching journal article resource, or
null
if a matching journal article resource could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceJournalArticleResourceLocalService
-
getArticleResource
public JournalArticleResource getArticleResource(long articleResourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getArticleResource
in interfaceJournalArticleResourceLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getArticleResourcePrimKey
- Specified by:
getArticleResourcePrimKey
in interfaceJournalArticleResourceLocalService
-
getArticleResourcePrimKey
- Specified by:
getArticleResourcePrimKey
in interfaceJournalArticleResourceLocalService
-
getArticleResources
- Specified by:
getArticleResources
in interfaceJournalArticleResourceLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceJournalArticleResourceLocalService
-
getJournalArticleResource
public JournalArticleResource getJournalArticleResource(long resourcePrimKey) throws com.liferay.portal.kernel.exception.PortalException Returns the journal article resource with the primary key.- Specified by:
getJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
resourcePrimKey
- the primary key of the journal article resource- Returns:
- the journal article resource
- Throws:
PortalException
- if a journal article resource with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getJournalArticleResourceByUuidAndGroupId
public JournalArticleResource getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the journal article resource matching the UUID and group.- Specified by:
getJournalArticleResourceByUuidAndGroupId
in interfaceJournalArticleResourceLocalService
- Parameters:
uuid
- the journal article resource's UUIDgroupId
- the primary key of the group- Returns:
- the matching journal article resource
- Throws:
PortalException
- if a matching journal article resource could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getJournalArticleResources
Returns a range of all the journal article resources.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.journal.model.impl.JournalArticleResourceModelImpl
.- Specified by:
getJournalArticleResources
in interfaceJournalArticleResourceLocalService
- Parameters:
start
- the lower bound of the range of journal article resourcesend
- the upper bound of the range of journal article resources (not inclusive)- Returns:
- the range of journal article resources
-
getJournalArticleResourcesByUuidAndCompanyId
public List<JournalArticleResource> getJournalArticleResourcesByUuidAndCompanyId(String uuid, long companyId) Returns all the journal article resources matching the UUID and company.- Specified by:
getJournalArticleResourcesByUuidAndCompanyId
in interfaceJournalArticleResourceLocalService
- Parameters:
uuid
- the UUID of the journal article resourcescompanyId
- the primary key of the company- Returns:
- the matching journal article resources, or an empty list if no matches were found
-
getJournalArticleResourcesByUuidAndCompanyId
public List<JournalArticleResource> getJournalArticleResourcesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<JournalArticleResource> orderByComparator) Returns a range of journal article resources matching the UUID and company.- Specified by:
getJournalArticleResourcesByUuidAndCompanyId
in interfaceJournalArticleResourceLocalService
- Parameters:
uuid
- the UUID of the journal article resourcescompanyId
- the primary key of the companystart
- the lower bound of the range of journal article resourcesend
- the upper bound of the range of journal article resources (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the range of matching journal article resources, or an empty list if no matches were found
-
getJournalArticleResourcesCount
public int getJournalArticleResourcesCount()Returns the number of journal article resources.- Specified by:
getJournalArticleResourcesCount
in interfaceJournalArticleResourceLocalService
- Returns:
- the number of journal article resources
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceJournalArticleResourceLocalService
- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModel
in interfaceJournalArticleResourceLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
updateJournalArticleResource
public JournalArticleResource updateJournalArticleResource(JournalArticleResource journalArticleResource) Updates the journal article resource in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect JournalArticleResourceLocalServiceImpl 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.
- Specified by:
updateJournalArticleResource
in interfaceJournalArticleResourceLocalService
- Parameters:
journalArticleResource
- the journal article resource- Returns:
- the journal article resource that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalArticleResource> getCTPersistence()- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>
- Specified by:
getCTPersistence
in interfaceJournalArticleResourceLocalService
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>
- Specified by:
getModelClass
in interfaceJournalArticleResourceLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<JournalArticleResource>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<JournalArticleResource>
- Specified by:
updateWithUnsafeFunction
in interfaceJournalArticleResourceLocalService
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalArticleResourceLocalService>
-
setWrappedService
public void setWrappedService(JournalArticleResourceLocalService journalArticleResourceLocalService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalArticleResourceLocalService>
-