Class OAuthClientASLocalMetadataLocalServiceWrapper
- All Implemented Interfaces:
OAuthClientASLocalMetadataLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientASLocalMetadataLocalService>
OAuthClientASLocalMetadataLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthClientASLocalMetadataLocalServiceWrapper(OAuthClientASLocalMetadataLocalService oAuthClientASLocalMetadataLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddOAuthClientASLocalMetadata(long userId, String metadataJSON, String wellKnownURISuffix) addOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) Adds the o auth client as local metadata to the database.createOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) Creates a new o auth client as local metadata with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) Deletes the o auth client as local metadata with the primary key from the database.deleteOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) Deletes the o auth client as local metadata from the database.deleteOAuthClientASLocalMetadata(String localWellKnownURI) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <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.fetchOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) fetchOAuthClientASLocalMetadata(String localWellKnownURI) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?> getCompanyOAuthClientASLocalMetadata(long companyId) getCompanyOAuthClientASLocalMetadata(long companyId, int start, int end) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) Returns the o auth client as local metadata with the primary key.getOAuthClientASLocalMetadata(String localWellKnownURI) getOAuthClientASLocalMetadatas(int start, int end) Returns a range of all the o auth client as local metadatas.intReturns the number of o auth client as local metadatas.Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) getUserOAuthClientASLocalMetadata(long userId) getUserOAuthClientASLocalMetadata(long userId, int start, int end) voidsetWrappedService(OAuthClientASLocalMetadataLocalService oAuthClientASLocalMetadataLocalService) updateOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId, String metadataJSON, String wellKnownURISuffix) updateOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) Updates the o auth client as local metadata in the database or adds it if it does not yet exist.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
-
OAuthClientASLocalMetadataLocalServiceWrapper
public OAuthClientASLocalMetadataLocalServiceWrapper() -
OAuthClientASLocalMetadataLocalServiceWrapper
public OAuthClientASLocalMetadataLocalServiceWrapper(OAuthClientASLocalMetadataLocalService oAuthClientASLocalMetadataLocalService)
-
-
Method Details
-
addOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata addOAuthClientASLocalMetadata(long userId, String metadataJSON, String wellKnownURISuffix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata addOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) Adds the o auth client as local metadata to the database. Also notifies the appropriate model listeners.Important: Inspect OAuthClientASLocalMetadataLocalServiceImpl 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:
addOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadata- the o auth client as local metadata- Returns:
- the o auth client as local metadata that was added
-
createOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata createOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) Creates a new o auth client as local metadata with the primary key. Does not add the o auth client as local metadata to the database.- Specified by:
createOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadataId- the primary key for the new o auth client as local metadata- Returns:
- the new o auth client as local metadata
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceOAuthClientASLocalMetadataLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata deleteOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) throws com.liferay.portal.kernel.exception.PortalException Deletes the o auth client as local metadata with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect OAuthClientASLocalMetadataLocalServiceImpl 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:
deleteOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadataId- the primary key of the o auth client as local metadata- Returns:
- the o auth client as local metadata that was removed
-
deleteOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata deleteOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) throws com.liferay.portal.kernel.exception.PortalException Deletes the o auth client as local metadata from the database. Also notifies the appropriate model listeners.Important: Inspect OAuthClientASLocalMetadataLocalServiceImpl 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:
deleteOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadata- the o auth client as local metadata- Returns:
- the o auth client as local metadata that was removed
-
deleteOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata deleteOAuthClientASLocalMetadata(String localWellKnownURI) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Throws:
com.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 interfaceOAuthClientASLocalMetadataLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceOAuthClientASLocalMetadataLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceOAuthClientASLocalMetadataLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceOAuthClientASLocalMetadataLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceOAuthClientASLocalMetadataLocalService- 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.oauth.client.persistence.model.impl.OAuthClientASLocalMetadataModelImpl.- Specified by:
dynamicQueryin interfaceOAuthClientASLocalMetadataLocalService- 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.oauth.client.persistence.model.impl.OAuthClientASLocalMetadataModelImpl.- Specified by:
dynamicQueryin interfaceOAuthClientASLocalMetadataLocalService- 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 interfaceOAuthClientASLocalMetadataLocalService- 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 interfaceOAuthClientASLocalMetadataLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata fetchOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) - Specified by:
fetchOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
fetchOAuthClientASLocalMetadata
- Specified by:
fetchOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceOAuthClientASLocalMetadataLocalService
-
getCompanyOAuthClientASLocalMetadata
- Specified by:
getCompanyOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
getCompanyOAuthClientASLocalMetadata
public List<OAuthClientASLocalMetadata> getCompanyOAuthClientASLocalMetadata(long companyId, int start, int end) - Specified by:
getCompanyOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceOAuthClientASLocalMetadataLocalService
-
getOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata getOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId) throws com.liferay.portal.kernel.exception.PortalException Returns the o auth client as local metadata with the primary key.- Specified by:
getOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadataId- the primary key of the o auth client as local metadata- Returns:
- the o auth client as local metadata
-
getOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata getOAuthClientASLocalMetadata(String localWellKnownURI) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOAuthClientASLocalMetadatas
Returns a range of all the o auth client as local metadatas.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.oauth.client.persistence.model.impl.OAuthClientASLocalMetadataModelImpl.- Specified by:
getOAuthClientASLocalMetadatasin interfaceOAuthClientASLocalMetadataLocalService- Parameters:
start- the lower bound of the range of o auth client as local metadatasend- the upper bound of the range of o auth client as local metadatas (not inclusive)- Returns:
- the range of o auth client as local metadatas
-
getOAuthClientASLocalMetadatasCount
public int getOAuthClientASLocalMetadatasCount()Returns the number of o auth client as local metadatas.- Specified by:
getOAuthClientASLocalMetadatasCountin interfaceOAuthClientASLocalMetadataLocalService- Returns:
- the number of o auth client as local metadatas
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceOAuthClientASLocalMetadataLocalService- 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 interfaceOAuthClientASLocalMetadataLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getUserOAuthClientASLocalMetadata
- Specified by:
getUserOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
getUserOAuthClientASLocalMetadata
public List<OAuthClientASLocalMetadata> getUserOAuthClientASLocalMetadata(long userId, int start, int end) - Specified by:
getUserOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService
-
updateOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata updateOAuthClientASLocalMetadata(long oAuthClientASLocalMetadataId, String metadataJSON, String wellKnownURISuffix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateOAuthClientASLocalMetadata
public OAuthClientASLocalMetadata updateOAuthClientASLocalMetadata(OAuthClientASLocalMetadata oAuthClientASLocalMetadata) Updates the o auth client as local metadata in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect OAuthClientASLocalMetadataLocalServiceImpl 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:
updateOAuthClientASLocalMetadatain interfaceOAuthClientASLocalMetadataLocalService- Parameters:
oAuthClientASLocalMetadata- the o auth client as local metadata- Returns:
- the o auth client as local metadata that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuthClientASLocalMetadataLocalService>
-
setWrappedService
public void setWrappedService(OAuthClientASLocalMetadataLocalService oAuthClientASLocalMetadataLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuthClientASLocalMetadataLocalService>
-