public class OpenIdConnectSessionLocalServiceWrapper extends java.lang.Object implements OpenIdConnectSessionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<OpenIdConnectSessionLocalService>
OpenIdConnectSessionLocalService.OpenIdConnectSessionLocalService| Constructor and Description |
|---|
OpenIdConnectSessionLocalServiceWrapper() |
OpenIdConnectSessionLocalServiceWrapper(OpenIdConnectSessionLocalService openIdConnectSessionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectSession |
addOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Adds the open ID connect session to the database.
|
OpenIdConnectSession |
createOpenIdConnectSession(long openIdConnectSessionId)
Creates a new open ID connect session with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
OpenIdConnectSession |
deleteOpenIdConnectSession(long openIdConnectSessionId)
Deletes the open ID connect session with the primary key from the database.
|
OpenIdConnectSession |
deleteOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Deletes the open ID connect session from the database.
|
void |
deleteOpenIdConnectSessions(long userId) |
void |
deleteOpenIdConnectSessions(long companyId,
java.lang.String authServerWellKnownURI,
java.lang.String clientId) |
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.
|
OpenIdConnectSession |
fetchOpenIdConnectSession(long openIdConnectSessionId) |
OpenIdConnectSession |
fetchOpenIdConnectSession(long userId,
java.lang.String authServerWellKnownURI,
java.lang.String clientId) |
java.util.List<OpenIdConnectSession> |
getAccessTokenExpirationDateOpenIdConnectSessions(java.util.Date ltAccessTokenExpirationDate,
int start,
int end) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
OpenIdConnectSession |
getOpenIdConnectSession(long openIdConnectSessionId)
Returns the open ID connect session with the primary key.
|
java.util.List<OpenIdConnectSession> |
getOpenIdConnectSessions(int start,
int end)
Returns a range of all the open ID connect sessions.
|
int |
getOpenIdConnectSessionsCount()
Returns the number of open ID connect sessions.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
OpenIdConnectSessionLocalService |
getWrappedService() |
void |
setWrappedService(OpenIdConnectSessionLocalService openIdConnectSessionLocalService) |
OpenIdConnectSession |
updateOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Updates the open ID connect session in the database or adds it if it does not yet exist.
|
public OpenIdConnectSessionLocalServiceWrapper()
public OpenIdConnectSessionLocalServiceWrapper(OpenIdConnectSessionLocalService openIdConnectSessionLocalService)
public OpenIdConnectSession addOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Important: Inspect OpenIdConnectSessionLocalServiceImpl 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.
addOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSession - the open ID connect sessionpublic OpenIdConnectSession createOpenIdConnectSession(long openIdConnectSessionId)
createOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSessionId - the primary key for the new open ID connect sessionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface OpenIdConnectSessionLocalServicePortalExceptionpublic OpenIdConnectSession deleteOpenIdConnectSession(long openIdConnectSessionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect OpenIdConnectSessionLocalServiceImpl 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.
deleteOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSessionId - the primary key of the open ID connect sessionPortalException - if a open ID connect session with the primary key could not be foundpublic OpenIdConnectSession deleteOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Important: Inspect OpenIdConnectSessionLocalServiceImpl 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.
deleteOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSession - the open ID connect sessionpublic void deleteOpenIdConnectSessions(long userId)
deleteOpenIdConnectSessions in interface OpenIdConnectSessionLocalServicepublic void deleteOpenIdConnectSessions(long companyId,
java.lang.String authServerWellKnownURI,
java.lang.String clientId)
deleteOpenIdConnectSessions in interface OpenIdConnectSessionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface OpenIdConnectSessionLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface OpenIdConnectSessionLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface OpenIdConnectSessionLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface OpenIdConnectSessionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface OpenIdConnectSessionLocalServicedynamicQuery - 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.portal.security.sso.openid.connect.persistence.model.impl.OpenIdConnectSessionModelImpl.
dynamicQuery in interface OpenIdConnectSessionLocalServicedynamicQuery - 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.portal.security.sso.openid.connect.persistence.model.impl.OpenIdConnectSessionModelImpl.
dynamicQuery in interface OpenIdConnectSessionLocalServicedynamicQuery - 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 OpenIdConnectSessionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface OpenIdConnectSessionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic OpenIdConnectSession fetchOpenIdConnectSession(long openIdConnectSessionId)
fetchOpenIdConnectSession in interface OpenIdConnectSessionLocalServicepublic OpenIdConnectSession fetchOpenIdConnectSession(long userId, java.lang.String authServerWellKnownURI, java.lang.String clientId)
fetchOpenIdConnectSession in interface OpenIdConnectSessionLocalServicepublic java.util.List<OpenIdConnectSession> getAccessTokenExpirationDateOpenIdConnectSessions(java.util.Date ltAccessTokenExpirationDate, int start, int end)
getAccessTokenExpirationDateOpenIdConnectSessions in interface OpenIdConnectSessionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface OpenIdConnectSessionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface OpenIdConnectSessionLocalServicepublic OpenIdConnectSession getOpenIdConnectSession(long openIdConnectSessionId) throws com.liferay.portal.kernel.exception.PortalException
getOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSessionId - the primary key of the open ID connect sessionPortalException - if a open ID connect session with the primary key could not be foundpublic java.util.List<OpenIdConnectSession> getOpenIdConnectSessions(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.portal.security.sso.openid.connect.persistence.model.impl.OpenIdConnectSessionModelImpl.
getOpenIdConnectSessions in interface OpenIdConnectSessionLocalServicestart - the lower bound of the range of open ID connect sessionsend - the upper bound of the range of open ID connect sessions (not inclusive)public int getOpenIdConnectSessionsCount()
getOpenIdConnectSessionsCount in interface OpenIdConnectSessionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OpenIdConnectSessionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface OpenIdConnectSessionLocalServicePortalExceptionpublic OpenIdConnectSession updateOpenIdConnectSession(OpenIdConnectSession openIdConnectSession)
Important: Inspect OpenIdConnectSessionLocalServiceImpl 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.
updateOpenIdConnectSession in interface OpenIdConnectSessionLocalServiceopenIdConnectSession - the open ID connect sessionpublic OpenIdConnectSessionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OpenIdConnectSessionLocalService>public void setWrappedService(OpenIdConnectSessionLocalService openIdConnectSessionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<OpenIdConnectSessionLocalService>