Class DepotEntryGroupRelLocalServiceWrapper
- All Implemented Interfaces:
DepotEntryGroupRelLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
DepotEntryGroupRelLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDepotEntryGroupRelLocalServiceWrapper
(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddDepotEntryGroupRel
(boolean ddmStructuresAvailable, long depotEntryId, long toGroupId, boolean searchable) addDepotEntryGroupRel
(long depotEntryId, long toGroupId) addDepotEntryGroupRel
(long depotEntryId, long toGroupId, boolean searchable) addDepotEntryGroupRel
(DepotEntryGroupRel depotEntryGroupRel) Adds the depot entry group rel to the database.createDepotEntryGroupRel
(long depotEntryGroupRelId) Creates a new depot entry group rel with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) deleteDepotEntryGroupRel
(long depotEntryGroupRelId) Deletes the depot entry group rel with the primary key from the database.deleteDepotEntryGroupRel
(DepotEntryGroupRel depotEntryGroupRel) Deletes the depot entry group rel from the database.com.liferay.portal.kernel.model.PersistedModel
deletePersistedModel
(com.liferay.portal.kernel.model.PersistedModel persistedModel) void
deleteToGroupDepotEntryGroupRels
(long toGroupId) <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.fetchDepotEntryGroupRel
(long depotEntryGroupRelId) fetchDepotEntryGroupRelByDepotEntryIdToGroupId
(long depotEntryId, long toGroupId) fetchDepotEntryGroupRelByUuidAndGroupId
(String uuid, long groupId) Returns the depot entry group rel matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
com.liferay.portal.kernel.service.persistence.BasePersistence<?>
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel>
getDepotEntryGroupRel
(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key.getDepotEntryGroupRelByDepotEntryIdToGroupId
(long depotEntryId, long toGroupId) getDepotEntryGroupRelByUuidAndGroupId
(String uuid, long groupId) Returns the depot entry group rel matching the UUID and group.getDepotEntryGroupRels
(int start, int end) Returns a range of all the depot entry group rels.getDepotEntryGroupRels
(long groupId, int start, int end) getDepotEntryGroupRels
(DepotEntry depotEntry) getDepotEntryGroupRels
(DepotEntry depotEntry, int start, int end) getDepotEntryGroupRelsByUuidAndCompanyId
(String uuid, long companyId) Returns all the depot entry group rels matching the UUID and company.getDepotEntryGroupRelsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns a range of depot entry group rels matching the UUID and company.int
Returns the number of depot entry group rels.int
getDepotEntryGroupRelsCount
(long groupId) int
getDepotEntryGroupRelsCount
(DepotEntry depotEntry) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery
getExportActionableDynamicQuery
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) getSearchableDepotEntryGroupRels
(long groupId, int start, int end) int
getSearchableDepotEntryGroupRelsCount
(long groupId) void
setWrappedService
(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService) updateDDMStructuresAvailable
(long depotEntryGroupRelId, boolean ddmStructuresAvailable) updateDepotEntryGroupRel
(DepotEntryGroupRel depotEntryGroupRel) Updates the depot entry group rel in the database or adds it if it does not yet exist.updateSearchable
(long depotEntryGroupRelId, boolean searchable) <R,
E extends Throwable>
RupdateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel>, 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
-
DepotEntryGroupRelLocalServiceWrapper
public DepotEntryGroupRelLocalServiceWrapper() -
DepotEntryGroupRelLocalServiceWrapper
public DepotEntryGroupRelLocalServiceWrapper(DepotEntryGroupRelLocalService depotEntryGroupRelLocalService)
-
-
Method Details
-
addDepotEntryGroupRel
public DepotEntryGroupRel addDepotEntryGroupRel(boolean ddmStructuresAvailable, long depotEntryId, long toGroupId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDepotEntryGroupRel
Adds the depot entry group rel to the database. Also notifies the appropriate model listeners.Important: Inspect DepotEntryGroupRelLocalServiceImpl 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:
addDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRel
- the depot entry group rel- Returns:
- the depot entry group rel that was added
-
addDepotEntryGroupRel
public DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDepotEntryGroupRel
public DepotEntryGroupRel addDepotEntryGroupRel(long depotEntryId, long toGroupId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createDepotEntryGroupRel
Creates a new depot entry group rel with the primary key. Does not add the depot entry group rel to the database.- Specified by:
createDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRelId
- the primary key for the new depot entry group rel- Returns:
- the new depot entry group rel
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModel
in interfaceDepotEntryGroupRelLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryGroupRel
public DepotEntryGroupRel deleteDepotEntryGroupRel(DepotEntryGroupRel depotEntryGroupRel) throws com.liferay.portal.kernel.exception.PortalException Deletes the depot entry group rel from the database. Also notifies the appropriate model listeners.Important: Inspect DepotEntryGroupRelLocalServiceImpl 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:
deleteDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRel
- the depot entry group rel- Returns:
- the depot entry group rel that was removed
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteDepotEntryGroupRel
public DepotEntryGroupRel deleteDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Deletes the depot entry group rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect DepotEntryGroupRelLocalServiceImpl 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:
deleteDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRelId
- the primary key of the depot entry group rel- Returns:
- the depot entry group rel that was removed
- Throws:
PortalException
- if a depot entry group rel 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 interfaceDepotEntryGroupRelLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteToGroupDepotEntryGroupRels
public void deleteToGroupDepotEntryGroupRels(long toGroupId) - Specified by:
deleteToGroupDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceDepotEntryGroupRelLocalService
- 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 interfaceDepotEntryGroupRelLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceDepotEntryGroupRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in interfaceDepotEntryGroupRelLocalService
- 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.depot.model.impl.DepotEntryGroupRelModelImpl
.- Specified by:
dynamicQuery
in interfaceDepotEntryGroupRelLocalService
- 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.depot.model.impl.DepotEntryGroupRelModelImpl
.- Specified by:
dynamicQuery
in interfaceDepotEntryGroupRelLocalService
- 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 interfaceDepotEntryGroupRelLocalService
- 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 interfaceDepotEntryGroupRelLocalService
- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchDepotEntryGroupRel
- Specified by:
fetchDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
-
fetchDepotEntryGroupRelByDepotEntryIdToGroupId
public DepotEntryGroupRel fetchDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) - Specified by:
fetchDepotEntryGroupRelByDepotEntryIdToGroupId
in interfaceDepotEntryGroupRelLocalService
-
fetchDepotEntryGroupRelByUuidAndGroupId
Returns the depot entry group rel matching the UUID and group.- Specified by:
fetchDepotEntryGroupRelByUuidAndGroupId
in interfaceDepotEntryGroupRelLocalService
- Parameters:
uuid
- the depot entry group rel's UUIDgroupId
- the primary key of the group- Returns:
- the matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRel
public DepotEntryGroupRel getDepotEntryGroupRel(long depotEntryGroupRelId) throws com.liferay.portal.kernel.exception.PortalException Returns the depot entry group rel with the primary key.- Specified by:
getDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRelId
- the primary key of the depot entry group rel- Returns:
- the depot entry group rel
- Throws:
PortalException
- if a depot entry group rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelByDepotEntryIdToGroupId
public DepotEntryGroupRel getDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDepotEntryGroupRelByDepotEntryIdToGroupId
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRelByUuidAndGroupId
public DepotEntryGroupRel getDepotEntryGroupRelByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the depot entry group rel matching the UUID and group.- Specified by:
getDepotEntryGroupRelByUuidAndGroupId
in interfaceDepotEntryGroupRelLocalService
- Parameters:
uuid
- the depot entry group rel's UUIDgroupId
- the primary key of the group- Returns:
- the matching depot entry group rel
- Throws:
PortalException
- if a matching depot entry group rel could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getDepotEntryGroupRels
- Specified by:
getDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRels
- Specified by:
getDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRels
Returns a range of all the depot entry group rels.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.depot.model.impl.DepotEntryGroupRelModelImpl
.- Specified by:
getDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
- Parameters:
start
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of depot entry group rels
-
getDepotEntryGroupRels
- Specified by:
getDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRelsByUuidAndCompanyId
public List<DepotEntryGroupRel> getDepotEntryGroupRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the depot entry group rels matching the UUID and company.- Specified by:
getDepotEntryGroupRelsByUuidAndCompanyId
in interfaceDepotEntryGroupRelLocalService
- Parameters:
uuid
- the UUID of the depot entry group relscompanyId
- the primary key of the company- Returns:
- the matching depot entry group rels, or an empty list if no matches were found
-
getDepotEntryGroupRelsByUuidAndCompanyId
public List<DepotEntryGroupRel> getDepotEntryGroupRelsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns a range of depot entry group rels matching the UUID and company.- Specified by:
getDepotEntryGroupRelsByUuidAndCompanyId
in interfaceDepotEntryGroupRelLocalService
- Parameters:
uuid
- the UUID of the depot entry group relscompanyId
- the primary key of the companystart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the range of matching depot entry group rels, or an empty list if no matches were found
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount()Returns the number of depot entry group rels.- Specified by:
getDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelLocalService
- Returns:
- the number of depot entry group rels
-
getDepotEntryGroupRelsCount
- Specified by:
getDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(long groupId) - Specified by:
getDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQuery
in interfaceDepotEntryGroupRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceDepotEntryGroupRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDepotEntryGroupRelLocalService
- 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 interfaceDepotEntryGroupRelLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
getSearchableDepotEntryGroupRels
- Specified by:
getSearchableDepotEntryGroupRels
in interfaceDepotEntryGroupRelLocalService
-
getSearchableDepotEntryGroupRelsCount
public int getSearchableDepotEntryGroupRelsCount(long groupId) - Specified by:
getSearchableDepotEntryGroupRelsCount
in interfaceDepotEntryGroupRelLocalService
-
updateDDMStructuresAvailable
public DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDDMStructuresAvailable
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDepotEntryGroupRel
Updates the depot entry group rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect DepotEntryGroupRelLocalServiceImpl 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:
updateDepotEntryGroupRel
in interfaceDepotEntryGroupRelLocalService
- Parameters:
depotEntryGroupRel
- the depot entry group rel- Returns:
- the depot entry group rel that was updated
-
updateSearchable
public DepotEntryGroupRel updateSearchable(long depotEntryGroupRelId, boolean searchable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateSearchable
in interfaceDepotEntryGroupRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
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<DepotEntryGroupRel> getCTPersistence()- Specified by:
getCTPersistence
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>
- Specified by:
getCTPersistence
in interfaceDepotEntryGroupRelLocalService
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>
- Specified by:
getModelClass
in interfaceDepotEntryGroupRelLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunction
in interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>
- Specified by:
updateWithUnsafeFunction
in interfaceDepotEntryGroupRelLocalService
- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
-