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.PersistedModelcreatePersistedModel(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.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) voiddeleteToGroupDepotEntryGroupRels(long toGroupId) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.ActionableDynamicQuerycom.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.intReturns the number of depot entry group rels.intgetDepotEntryGroupRelsCount(long groupId) intgetDepotEntryGroupRelsCount(DepotEntry depotEntry) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) getSearchableDepotEntryGroupRels(long groupId, int start, int end) intgetSearchableDepotEntryGroupRelsCount(long groupId) voidsetWrappedService(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, waitMethods 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:
addDepotEntryGroupRelin 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:
addDepotEntryGroupRelin 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:
addDepotEntryGroupRelin 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:
addDepotEntryGroupRelin 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:
createDepotEntryGroupRelin 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:
createPersistedModelin interfaceDepotEntryGroupRelLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.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:
deleteDepotEntryGroupRelin interfaceDepotEntryGroupRelLocalService- Parameters:
depotEntryGroupRel- the depot entry group rel- Returns:
- the depot entry group rel that was removed
- Throws:
PortalExceptioncom.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:
deleteDepotEntryGroupRelin 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:
deletePersistedModelin interfaceDepotEntryGroupRelLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteToGroupDepotEntryGroupRels
public void deleteToGroupDepotEntryGroupRels(long toGroupId) - Specified by:
deleteToGroupDepotEntryGroupRelsin interfaceDepotEntryGroupRelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceDepotEntryGroupRelLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceDepotEntryGroupRelLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceDepotEntryGroupRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.depot.model.impl.DepotEntryGroupRelModelImpl.- Specified by:
dynamicQueryin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.depot.model.impl.DepotEntryGroupRelModelImpl.- Specified by:
dynamicQueryin 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:
dynamicQueryCountin 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:
dynamicQueryCountin 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:
fetchDepotEntryGroupRelin interfaceDepotEntryGroupRelLocalService
-
fetchDepotEntryGroupRelByDepotEntryIdToGroupId
public DepotEntryGroupRel fetchDepotEntryGroupRelByDepotEntryIdToGroupId(long depotEntryId, long toGroupId) - Specified by:
fetchDepotEntryGroupRelByDepotEntryIdToGroupIdin interfaceDepotEntryGroupRelLocalService
-
fetchDepotEntryGroupRelByUuidAndGroupId
Returns the depot entry group rel matching the UUID and group.- Specified by:
fetchDepotEntryGroupRelByUuidAndGroupIdin interfaceDepotEntryGroupRelLocalService- Parameters:
uuid- the depot entry group rel's UUIDgroupId- the primary key of the group- Returns:
- the matching depot entry group rel, or
nullif a matching depot entry group rel could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin 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:
getDepotEntryGroupRelin 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:
getDepotEntryGroupRelByDepotEntryIdToGroupIdin 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:
getDepotEntryGroupRelByUuidAndGroupIdin 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:
getDepotEntryGroupRelsin interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRels
- Specified by:
getDepotEntryGroupRelsin interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRels
Returns a range of all the depot entry group rels.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.depot.model.impl.DepotEntryGroupRelModelImpl.- Specified by:
getDepotEntryGroupRelsin 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:
getDepotEntryGroupRelsin interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRelsByUuidAndCompanyId
public List<DepotEntryGroupRel> getDepotEntryGroupRelsByUuidAndCompanyId(String uuid, long companyId) Returns all the depot entry group rels matching the UUID and company.- Specified by:
getDepotEntryGroupRelsByUuidAndCompanyIdin 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:
getDepotEntryGroupRelsByUuidAndCompanyIdin 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:
getDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelLocalService- Returns:
- the number of depot entry group rels
-
getDepotEntryGroupRelsCount
- Specified by:
getDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelLocalService
-
getDepotEntryGroupRelsCount
public int getDepotEntryGroupRelsCount(long groupId) - Specified by:
getDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceDepotEntryGroupRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceDepotEntryGroupRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getPersistedModelin interfaceDepotEntryGroupRelLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
getSearchableDepotEntryGroupRels
- Specified by:
getSearchableDepotEntryGroupRelsin interfaceDepotEntryGroupRelLocalService
-
getSearchableDepotEntryGroupRelsCount
public int getSearchableDepotEntryGroupRelsCount(long groupId) - Specified by:
getSearchableDepotEntryGroupRelsCountin interfaceDepotEntryGroupRelLocalService
-
updateDDMStructuresAvailable
public DepotEntryGroupRel updateDDMStructuresAvailable(long depotEntryGroupRelId, boolean ddmStructuresAvailable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDDMStructuresAvailablein 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:
updateDepotEntryGroupRelin 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:
updateSearchablein interfaceDepotEntryGroupRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>- Specified by:
getCTPersistencein interfaceDepotEntryGroupRelLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>- Specified by:
getModelClassin 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:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<DepotEntryGroupRel>- Specified by:
updateWithUnsafeFunctionin interfaceDepotEntryGroupRelLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DepotEntryGroupRelLocalService>
-