public class WeDeployAuthTokenLocalServiceWrapper extends java.lang.Object implements ServiceWrapper<WeDeployAuthTokenLocalService>, WeDeployAuthTokenLocalService
WeDeployAuthTokenLocalService.WeDeployAuthTokenLocalService| Constructor and Description |
|---|
WeDeployAuthTokenLocalServiceWrapper(WeDeployAuthTokenLocalService weDeployAuthTokenLocalService) |
| Modifier and Type | Method and Description |
|---|---|
WeDeployAuthToken |
addAccessWeDeployAuthToken(java.lang.String redirectURI,
java.lang.String clientId,
java.lang.String clientSecret,
java.lang.String authorizationToken,
int type,
ServiceContext serviceContext) |
WeDeployAuthToken |
addAuthorizationWeDeployAuthToken(long userId,
java.lang.String redirectURI,
java.lang.String clientId,
ServiceContext serviceContext) |
WeDeployAuthToken |
addWeDeployAuthToken(long userId,
java.lang.String clientId,
java.lang.String token,
int type,
ServiceContext serviceContext) |
WeDeployAuthToken |
addWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
Adds the we deploy auth token to the database.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
WeDeployAuthToken |
createWeDeployAuthToken(long weDeployAuthTokenId)
Creates a new we deploy auth token with the primary key.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
WeDeployAuthToken |
deleteWeDeployAuthToken(long weDeployAuthTokenId)
Deletes the we deploy auth token with the primary key from the database.
|
WeDeployAuthToken |
deleteWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
Deletes the we deploy auth token from the database.
|
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
WeDeployAuthToken |
fetchWeDeployAuthToken(long weDeployAuthTokenId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
WeDeployAuthToken |
getWeDeployAuthToken(long weDeployAuthTokenId)
Returns the we deploy auth token with the primary key.
|
WeDeployAuthToken |
getWeDeployAuthToken(java.lang.String token,
int type) |
java.util.List<WeDeployAuthToken> |
getWeDeployAuthTokens(int start,
int end)
Returns a range of all the we deploy auth tokens.
|
int |
getWeDeployAuthTokensCount()
Returns the number of we deploy auth tokens.
|
WeDeployAuthTokenLocalService |
getWrappedService() |
void |
setWrappedService(WeDeployAuthTokenLocalService weDeployAuthTokenLocalService) |
WeDeployAuthToken |
updateWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
Updates the we deploy auth token in the database or adds it if it does not yet exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic WeDeployAuthTokenLocalServiceWrapper(WeDeployAuthTokenLocalService weDeployAuthTokenLocalService)
public WeDeployAuthToken addAccessWeDeployAuthToken(java.lang.String redirectURI, java.lang.String clientId, java.lang.String clientSecret, java.lang.String authorizationToken, int type, ServiceContext serviceContext) throws PortalException
addAccessWeDeployAuthToken in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken addAuthorizationWeDeployAuthToken(long userId, java.lang.String redirectURI, java.lang.String clientId, ServiceContext serviceContext) throws PortalException
addAuthorizationWeDeployAuthToken in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken addWeDeployAuthToken(long userId, java.lang.String clientId, java.lang.String token, int type, ServiceContext serviceContext) throws PortalException
addWeDeployAuthToken in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken addWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
addWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthToken - the we deploy auth tokenpublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicecreatePersistedModel in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken createWeDeployAuthToken(long weDeployAuthTokenId)
createWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthTokenId - the primary key for the new we deploy auth tokenpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken deleteWeDeployAuthToken(long weDeployAuthTokenId) throws PortalException
deleteWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthTokenId - the primary key of the we deploy auth tokenPortalException - if a we deploy auth token with the primary key could not be foundpublic WeDeployAuthToken deleteWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
deleteWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthToken - the we deploy auth tokenpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface WeDeployAuthTokenLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface WeDeployAuthTokenLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface WeDeployAuthTokenLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.wedeploy.auth.model.impl.WeDeployAuthTokenModelImpl.
dynamicQuery in interface WeDeployAuthTokenLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.wedeploy.auth.model.impl.WeDeployAuthTokenModelImpl.
dynamicQuery in interface WeDeployAuthTokenLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface WeDeployAuthTokenLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface WeDeployAuthTokenLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic WeDeployAuthToken fetchWeDeployAuthToken(long weDeployAuthTokenId)
fetchWeDeployAuthToken in interface WeDeployAuthTokenLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface WeDeployAuthTokenLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface WeDeployAuthTokenLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface WeDeployAuthTokenLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface WeDeployAuthTokenLocalServicePortalExceptionpublic WeDeployAuthToken getWeDeployAuthToken(long weDeployAuthTokenId) throws PortalException
getWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthTokenId - the primary key of the we deploy auth tokenPortalException - if a we deploy auth token with the primary key could not be foundpublic WeDeployAuthToken getWeDeployAuthToken(java.lang.String token, int type) throws PortalException
getWeDeployAuthToken in interface WeDeployAuthTokenLocalServicePortalExceptionpublic java.util.List<WeDeployAuthToken> getWeDeployAuthTokens(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.wedeploy.auth.model.impl.WeDeployAuthTokenModelImpl.
getWeDeployAuthTokens in interface WeDeployAuthTokenLocalServicestart - the lower bound of the range of we deploy auth tokensend - the upper bound of the range of we deploy auth tokens (not inclusive)public int getWeDeployAuthTokensCount()
getWeDeployAuthTokensCount in interface WeDeployAuthTokenLocalServicepublic WeDeployAuthToken updateWeDeployAuthToken(WeDeployAuthToken weDeployAuthToken)
updateWeDeployAuthToken in interface WeDeployAuthTokenLocalServiceweDeployAuthToken - the we deploy auth tokenpublic WeDeployAuthTokenLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<WeDeployAuthTokenLocalService>public void setWrappedService(WeDeployAuthTokenLocalService weDeployAuthTokenLocalService)
setWrappedService in interface ServiceWrapper<WeDeployAuthTokenLocalService>