- fetchByAccessToken(String) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where accessToken = ? or returns null if it could not be found.
- fetchByAccessToken(String, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where accessToken = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByAccessToken(String) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where accessToken = ? or returns null if it could not be found.
- fetchByAccessToken(String, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where accessToken = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByC_N_First(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where companyId = ? and name LIKE ?.
- fetchByC_N_First(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where companyId = ? and name LIKE ?.
- fetchByC_N_Last(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where companyId = ? and name LIKE ?.
- fetchByC_N_Last(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where companyId = ? and name LIKE ?.
- fetchByCompanyId_First(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where companyId = ?.
- fetchByCompanyId_First(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where companyId = ?.
- fetchByCompanyId_Last(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where companyId = ?.
- fetchByCompanyId_Last(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where companyId = ?.
- fetchByConsumerKey(String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth application where consumerKey = ? or returns null if it could not be found.
- fetchByConsumerKey(String, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth application where consumerKey = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByConsumerKey(String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth application where consumerKey = ? or returns null if it could not be found.
- fetchByConsumerKey(String, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth application where consumerKey = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByOAuthApplicationId_First(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the first o auth user in the ordered set where oAuthApplicationId = ?.
- fetchByOAuthApplicationId_First(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the first o auth user in the ordered set where oAuthApplicationId = ?.
- fetchByOAuthApplicationId_Last(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the last o auth user in the ordered set where oAuthApplicationId = ?.
- fetchByOAuthApplicationId_Last(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the last o auth user in the ordered set where oAuthApplicationId = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth application with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth application with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user with the primary key or returns null if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user with the primary key or returns null if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- fetchByU_N_First(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where userId = ? and name LIKE ?.
- fetchByU_N_First(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where userId = ? and name LIKE ?.
- fetchByU_N_Last(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where userId = ? and name LIKE ?.
- fetchByU_N_Last(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where userId = ? and name LIKE ?.
- fetchByU_OAI(long, long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or returns null if it could not be found.
- fetchByU_OAI(long, long, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByU_OAI(long, long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or returns null if it could not be found.
- fetchByU_OAI(long, long, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or returns null if it could not be found, optionally using the finder cache.
- fetchByUserId_First(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where userId = ?.
- fetchByUserId_First(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where userId = ?.
- fetchByUserId_First(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the first o auth user in the ordered set where userId = ?.
- fetchByUserId_First(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the first o auth user in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the last o auth user in the ordered set where userId = ?.
- fetchByUserId_Last(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the last o auth user in the ordered set where userId = ?.
- fetchOAuthApplication(long) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- fetchOAuthApplication(String) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- fetchOAuthApplication(long) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- fetchOAuthApplication(String) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- fetchOAuthApplication(long) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- fetchOAuthApplication(String) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- fetchOAuthUser(long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- fetchOAuthUser(long, long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- fetchOAuthUser(String) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- fetchOAuthUser(long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- fetchOAuthUser(long, long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- fetchOAuthUser(String) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- fetchOAuthUser(long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- fetchOAuthUser(long, long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- fetchOAuthUser(String) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- filterCountByC_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the number of o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterCountByC_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the number of o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterCountByCompanyId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the number of o auth applications that the user has permission to view where companyId = ?.
- filterCountByCompanyId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the number of o auth applications that the user has permission to view where companyId = ?.
- filterCountByOAuthApplicationId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the number of o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterCountByOAuthApplicationId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the number of o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterCountByU_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the number of o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterCountByU_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the number of o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterCountByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the number of o auth applications that the user has permission to view where userId = ?.
- filterCountByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the number of o auth applications that the user has permission to view where userId = ?.
- filterCountByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the number of o auth users that the user has permission to view where userId = ?.
- filterCountByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the number of o auth users that the user has permission to view where userId = ?.
- filterFindByC_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByC_N(long, String, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByC_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications that the user has permissions to view where companyId = ? and name LIKE ?.
- filterFindByC_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByC_N(long, String, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByC_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications that the user has permissions to view where companyId = ? and name LIKE ?.
- filterFindByC_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByC_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where companyId = ? and name LIKE ?.
- filterFindByCompanyId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications that the user has permission to view where companyId = ?.
- filterFindByCompanyId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications that the user has permission to view where companyId = ?.
- filterFindByCompanyId(long, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications that the user has permissions to view where companyId = ?.
- filterFindByCompanyId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications that the user has permission to view where companyId = ?.
- filterFindByCompanyId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications that the user has permission to view where companyId = ?.
- filterFindByCompanyId(long, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications that the user has permissions to view where companyId = ?.
- filterFindByCompanyId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where companyId = ?.
- filterFindByCompanyId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where companyId = ?.
- filterFindByOAuthApplicationId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns all the o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns a range of all the o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users that the user has permissions to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns all the o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns a range of all the o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users that the user has permissions to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth users before and after the current o auth user in the ordered set of o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByOAuthApplicationId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth users before and after the current o auth user in the ordered set of o auth users that the user has permission to view where oAuthApplicationId = ?.
- filterFindByU_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByU_N(long, String, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByU_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications that the user has permissions to view where userId = ? and name LIKE ?.
- filterFindByU_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByU_N(long, String, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByU_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications that the user has permissions to view where userId = ? and name LIKE ?.
- filterFindByU_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByU_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where userId = ? and name LIKE ?.
- filterFindByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications that the user has permissions to view where userId = ?.
- filterFindByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications that the user has permissions to view where userId = ?.
- filterFindByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns all the o auth users that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns a range of all the o auth users that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users that the user has permissions to view where userId = ?.
- filterFindByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns all the o auth users that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns a range of all the o auth users that the user has permission to view where userId = ?.
- filterFindByUserId(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users that the user has permissions to view where userId = ?.
- filterFindByUserId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set of o auth applications that the user has permission to view where userId = ?.
- filterFindByUserId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth users before and after the current o auth user in the ordered set of o auth users that the user has permission to view where userId = ?.
- filterFindByUserId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth users before and after the current o auth user in the ordered set of o auth users that the user has permission to view where userId = ?.
- findAll() - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications.
- findAll(int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications.
- findAll(int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications.
- findAll(int, int, OrderByComparator<OAuthApplication>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications.
- findAll() - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications.
- findAll(int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications.
- findAll(int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications.
- findAll(int, int, OrderByComparator<OAuthApplication>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications.
- findAll() - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns all the o auth users.
- findAll(int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns a range of all the o auth users.
- findAll(int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users.
- findAll(int, int, OrderByComparator<OAuthUser>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users.
- findAll() - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns all the o auth users.
- findAll(int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns a range of all the o auth users.
- findAll(int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users.
- findAll(int, int, OrderByComparator<OAuthUser>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users.
- findByAccessToken(String) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where accessToken = ? or throws a NoSuchUserException if it could not be found.
- findByAccessToken(String) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where accessToken = ? or throws a NoSuchUserException if it could not be found.
- findByC_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int, OrderByComparator<OAuthApplication>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N(long, String, int, int, OrderByComparator<OAuthApplication>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where companyId = ? and name LIKE ?.
- findByC_N_First(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByC_N_First(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByC_N_Last(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByC_N_Last(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByC_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByC_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set where companyId = ? and name LIKE ?.
- findByCompanyId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<OAuthApplication>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where companyId = ?.
- findByCompanyId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where companyId = ?.
- findByCompanyId(long, int, int, OrderByComparator<OAuthApplication>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where companyId = ?.
- findByCompanyId_First(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where companyId = ?.
- findByCompanyId_First(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where companyId = ?.
- findByCompanyId_Last(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where companyId = ?.
- findByCompanyId_Last(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where companyId = ?.
- findByCompanyId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set where companyId = ?.
- findByCompanyId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set where companyId = ?.
- findByConsumerKey(String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth application where consumerKey = ? or throws a NoSuchApplicationException if it could not be found.
- findByConsumerKey(String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth application where consumerKey = ? or throws a NoSuchApplicationException if it could not be found.
- findByOAuthApplicationId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns a range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns a range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId(long, int, int, OrderByComparator<OAuthUser>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users where oAuthApplicationId = ?.
- findByOAuthApplicationId_First(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the first o auth user in the ordered set where oAuthApplicationId = ?.
- findByOAuthApplicationId_First(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the first o auth user in the ordered set where oAuthApplicationId = ?.
- findByOAuthApplicationId_Last(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the last o auth user in the ordered set where oAuthApplicationId = ?.
- findByOAuthApplicationId_Last(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the last o auth user in the ordered set where oAuthApplicationId = ?.
- findByOAuthApplicationId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth users before and after the current o auth user in the ordered set where oAuthApplicationId = ?.
- findByOAuthApplicationId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth users before and after the current o auth user in the ordered set where oAuthApplicationId = ?.
- findByPrimaryKey(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth application with the primary key or throws a NoSuchApplicationException if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth application with the primary key or throws a NoSuchApplicationException if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user with the primary key or throws a NoSuchUserException if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user with the primary key or throws a NoSuchUserException if it could not be found.
- findByU_N(long, String) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int, OrderByComparator<OAuthApplication>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N(long, String, int, int, OrderByComparator<OAuthApplication>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where userId = ? and name LIKE ?.
- findByU_N_First(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_N_First(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_N_Last(long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_N_Last(long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_N_PrevAndNext(long, long, String, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set where userId = ? and name LIKE ?.
- findByU_OAI(long, long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or throws a NoSuchUserException if it could not be found.
- findByU_OAI(long, long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth user where userId = ? and oAuthApplicationId = ? or throws a NoSuchUserException if it could not be found.
- findByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns all the o auth applications where userId = ?.
- findByUserId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns a range of all the o auth applications where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthApplication>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns an ordered range of all the o auth applications where userId = ?.
- findByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns all the o auth applications where userId = ?.
- findByUserId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns a range of all the o auth applications where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthApplication>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns an ordered range of all the o auth applications where userId = ?.
- findByUserId(long) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns all the o auth users where userId = ?.
- findByUserId(long, int, int) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns a range of all the o auth users where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthUser>, boolean) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns an ordered range of all the o auth users where userId = ?.
- findByUserId(long) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns all the o auth users where userId = ?.
- findByUserId(long, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns a range of all the o auth users where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users where userId = ?.
- findByUserId(long, int, int, OrderByComparator<OAuthUser>, boolean) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns an ordered range of all the o auth users where userId = ?.
- findByUserId_First(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the first o auth application in the ordered set where userId = ?.
- findByUserId_First(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the first o auth application in the ordered set where userId = ?.
- findByUserId_First(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the first o auth user in the ordered set where userId = ?.
- findByUserId_First(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the first o auth user in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the last o auth application in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the last o auth application in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the last o auth user in the ordered set where userId = ?.
- findByUserId_Last(long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the last o auth user in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.persistence.OAuthApplicationPersistence
-
Returns the o auth applications before and after the current o auth application in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
Returns the o auth applications before and after the current o auth application in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.persistence.OAuthUserPersistence
-
Returns the o auth users before and after the current o auth user in the ordered set where userId = ?.
- findByUserId_PrevAndNext(long, long, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
Returns the o auth users before and after the current o auth user in the ordered set where userId = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- formEncode(String, String, OutputStream) - Method in interface com.liferay.oauth.util.OAuth
-
- formEncode(String, String, OutputStream) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- generateAccessToken(OAuthAccessor, long, ServiceContext) - Method in interface com.liferay.oauth.util.OAuth
-
- generateAccessToken(OAuthAccessor, long, ServiceContext) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- generateRequestToken(OAuthAccessor) - Method in interface com.liferay.oauth.util.OAuth
-
- generateRequestToken(OAuthAccessor) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- get(String) - Static method in class com.liferay.oauth.configuration.OAuthConfigurationUtil
-
- getAccessLevel() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the access level of this o auth application.
- getAccessLevel() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getAccessLevel() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the access level of this o auth application.
- getAccessLevelLabel() - Method in interface com.liferay.oauth.model.OAuthApplication
-
- getAccessLevelLabel() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
- getAccessSecret() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the access secret of this o auth user.
- getAccessSecret() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getAccessSecret() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the access secret of this o auth user.
- getAccessToken() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the access token of this o auth user.
- getAccessToken() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getAccessToken() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the access token of this o auth user.
- getAccessToken() - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getAccessToken() - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getAccessTokenURI() - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getActionableDynamicQuery() - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getAuthorizeURI() - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getBasePersistence() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getBasePersistence() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getCallbackURI() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the callback uri of this o auth application.
- getCallbackURI() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getCallbackURI() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the callback uri of this o auth application.
- getCallbackURL() - Method in class com.liferay.oauth.util.DefaultOAuthConsumer
-
- getCallbackURL() - Method in interface com.liferay.oauth.util.OAuthConsumer
-
- getCompanyId() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the company ID of this o auth application.
- getCompanyId() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the company ID of this o auth application.
- getCompanyId() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the company ID of this o auth user.
- getCompanyId() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getCompanyId() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the company ID of this o auth user.
- getConsumerKey() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the consumer key of this o auth application.
- getConsumerKey() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getConsumerKey() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the consumer key of this o auth application.
- getConsumerKey() - Method in class com.liferay.oauth.util.DefaultOAuthMessage
-
- getConsumerKey() - Method in interface com.liferay.oauth.util.OAuthMessage
-
- getConsumerSecret() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the consumer secret of this o auth application.
- getConsumerSecret() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getConsumerSecret() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the consumer secret of this o auth application.
- getCreateDate() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the create date of this o auth application.
- getCreateDate() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the create date of this o auth application.
- getCreateDate() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the create date of this o auth user.
- getCreateDate() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getCreateDate() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the create date of this o auth user.
- getDescription() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the description of this o auth application.
- getDescription() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getDescription() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the description of this o auth application.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getLogoId() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the logo ID of this o auth application.
- getLogoId() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getLogoId() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the logo ID of this o auth application.
- getModelAttributes() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
- getModelAttributes() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
- getModifiedDate() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the modified date of this o auth application.
- getModifiedDate() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the modified date of this o auth application.
- getModifiedDate() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the modified date of this o auth user.
- getModifiedDate() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getModifiedDate() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the modified date of this o auth user.
- getName() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the name of this o auth application.
- getName() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getName() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the name of this o auth application.
- getOAuth() - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthAccessor(OAuthMessage) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthAccessor(OAuthMessage) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthApplication(long) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
Returns the o auth application with the primary key.
- getOAuthApplication(String) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getOAuthApplication(long) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
Returns the o auth application with the primary key.
- getOAuthApplication(String) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getOAuthApplication(long) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
Returns the o auth application with the primary key.
- getOAuthApplication(String) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getOAuthApplication() - Method in class com.liferay.oauth.util.DefaultOAuthConsumer
-
- getOAuthApplication() - Method in interface com.liferay.oauth.util.OAuthConsumer
-
- getOAuthApplicationId() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the o auth application ID of this o auth application.
- getOAuthApplicationId() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getOAuthApplicationId() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the o auth application ID of this o auth application.
- getOAuthApplicationId() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the o auth application ID of this o auth user.
- getOAuthApplicationId() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getOAuthApplicationId() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the o auth application ID of this o auth user.
- getOAuthApplicationOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getOAuthApplicationOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getOAuthApplicationOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getOAuthApplicationOAuthUsersCount(long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getOAuthApplicationOAuthUsersCount(long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getOAuthApplicationOAuthUsersCount(long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getOAuthApplications(int, int) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
Returns a range of all the o auth applications.
- getOAuthApplications(long, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getOAuthApplications(int, int) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
Returns a range of all the o auth applications.
- getOAuthApplications(long, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getOAuthApplications(int, int) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
Returns a range of all the o auth applications.
- getOAuthApplications(long, int, int, OrderByComparator<OAuthApplication>) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getOAuthApplicationsCount() - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
Returns the number of o auth applications.
- getOAuthApplicationsCount(long) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getOAuthApplicationsCount() - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
Returns the number of o auth applications.
- getOAuthApplicationsCount(long) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getOAuthApplicationsCount() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
Returns the number of o auth applications.
- getOAuthApplicationsCount(long) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getOAuthConsumer() - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getOAuthConsumer(OAuthMessage) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthConsumer() - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getOAuthConsumer(OAuthMessage) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthMessage(HttpServletRequest) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthMessage(HttpServletRequest, String) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthMessage(PortletRequest) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthMessage(PortletRequest, String) - Method in interface com.liferay.oauth.util.OAuth
-
- getOAuthMessage(HttpServletRequest) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthMessage(HttpServletRequest, String) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthMessage(PortletRequest) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthMessage(PortletRequest, String) - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getOAuthUser(long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
Returns the o auth user with the primary key.
- getOAuthUser(long, long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getOAuthUser(String) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getOAuthUser(long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
Returns the o auth user with the primary key.
- getOAuthUser(long, long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getOAuthUser(String) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getOAuthUser(long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
Returns the o auth user with the primary key.
- getOAuthUser(long, long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getOAuthUser(String) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getOAuthUserId() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the o auth user ID of this o auth user.
- getOAuthUserId() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getOAuthUserId() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the o auth user ID of this o auth user.
- getOAuthUsers(int, int) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
Returns a range of all the o auth users.
- getOAuthUsers(int, int) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
Returns a range of all the o auth users.
- getOAuthUsers(int, int) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
Returns a range of all the o auth users.
- getOAuthUsersCount() - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
Returns the number of o auth users.
- getOAuthUsersCount() - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
Returns the number of o auth users.
- getOAuthUsersCount() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
Returns the number of o auth users.
- getOAuthUserUuid() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the o auth user uuid of this o auth user.
- getOAuthUserUuid() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the o auth user uuid of this o auth user.
- getOSGiServiceIdentifier() - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.oauth.service.OAuthApplicationService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.oauth.service.OAuthApplicationServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.oauth.service.OAuthApplicationServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.oauth.service.OAuthUserService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.oauth.service.OAuthUserServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.oauth.service.OAuthUserServiceWrapper
-
Returns the OSGi service identifier.
- getParameter(String) - Method in class com.liferay.oauth.util.DefaultOAuthMessage
-
- getParameter(String) - Method in interface com.liferay.oauth.util.OAuthMessage
-
- getPersistedModel(Serializable) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- getPersistence() - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- getPrimaryKey() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the primary key of this o auth application.
- getPrimaryKey() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the primary key of this o auth application.
- getPrimaryKey() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the primary key of this o auth user.
- getPrimaryKey() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getPrimaryKey() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the primary key of this o auth user.
- getProperty(String) - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getProperty(String) - Method in class com.liferay.oauth.util.DefaultOAuthConsumer
-
- getProperty(String) - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getProperty(String) - Method in interface com.liferay.oauth.util.OAuthConsumer
-
- getRequestToken() - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getRequestToken() - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getRequestTokenURI() - Static method in class com.liferay.oauth.util.OAuthUtil
-
Deprecated.
- getService() - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- getService() - Static method in class com.liferay.oauth.service.OAuthApplicationServiceUtil
-
- getService() - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getService() - Static method in class com.liferay.oauth.service.OAuthUserServiceUtil
-
- getShareableAccessToken() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the shareable access token of this o auth application.
- getShareableAccessToken() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getShareableAccessToken() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the shareable access token of this o auth application.
- getToken() - Method in class com.liferay.oauth.util.DefaultOAuthMessage
-
- getToken() - Method in interface com.liferay.oauth.util.OAuthMessage
-
- getTokenSecret() - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getTokenSecret() - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getUserId() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the user ID of this o auth application.
- getUserId() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getUserId() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the user ID of this o auth application.
- getUserId() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the user ID of this o auth user.
- getUserId() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getUserId() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the user ID of this o auth user.
- getUserName() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the user name of this o auth application.
- getUserName() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getUserName() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the user name of this o auth application.
- getUserName() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the user name of this o auth user.
- getUserName() - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- getUserName() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the user name of this o auth user.
- getUserOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getUserOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getUserOAuthUsers(long, int, int, OrderByComparator<OAuthUser>) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getUserOAuthUsersCount(long) - Method in interface com.liferay.oauth.service.OAuthUserLocalService
-
- getUserOAuthUsersCount(long) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- getUserOAuthUsersCount(long) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getUserUuid() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the user uuid of this o auth application.
- getUserUuid() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the user uuid of this o auth application.
- getUserUuid() - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Returns the user uuid of this o auth user.
- getUserUuid() - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Returns the user uuid of this o auth user.
- getWebServerURL(StringBuffer) - Static method in class com.liferay.oauth.util.WebServerUtil
-
- getWebsiteURL() - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Returns the website url of this o auth application.
- getWebsiteURL() - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- getWebsiteURL() - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Returns the website url of this o auth application.
- getWrappedOAuthAccessor() - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- getWrappedOAuthAccessor() - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- getWrappedOAuthConsumer() - Method in class com.liferay.oauth.util.DefaultOAuthConsumer
-
- getWrappedOAuthConsumer() - Method in interface com.liferay.oauth.util.OAuthConsumer
-
- getWrappedOAuthMessage() - Method in class com.liferay.oauth.util.DefaultOAuthMessage
-
- getWrappedOAuthMessage() - Method in interface com.liferay.oauth.util.OAuthMessage
-
- getWrappedService() - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.oauth.service.OAuthApplicationServiceWrapper
-
- getWrappedService() - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.oauth.service.OAuthUserServiceWrapper
-
- search(long, String, LinkedHashMap<String, Object>, int, int, OrderByComparator<OAuthApplication>) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- search(long, String, LinkedHashMap<String, Object>, int, int, OrderByComparator<OAuthApplication>) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- search(long, String, LinkedHashMap<String, Object>, int, int, OrderByComparator<OAuthApplication>) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- searchCount(long, String, LinkedHashMap<String, Object>) - Method in interface com.liferay.oauth.service.OAuthApplicationLocalService
-
- searchCount(long, String, LinkedHashMap<String, Object>) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- searchCount(long, String, LinkedHashMap<String, Object>) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- setAccessLevel(int) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the access level of this o auth application.
- setAccessLevel(int) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setAccessLevel(int) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the access level of this o auth application.
- setAccessSecret(String) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the access secret of this o auth user.
- setAccessSecret(String) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setAccessSecret(String) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the access secret of this o auth user.
- setAccessToken(String) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the access token of this o auth user.
- setAccessToken(String) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setAccessToken(String) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the access token of this o auth user.
- setAccessToken(String) - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- setAccessToken(String) - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- setCallbackURI(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the callback uri of this o auth application.
- setCallbackURI(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setCallbackURI(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the callback uri of this o auth application.
- setCompanyId(long) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the company ID of this o auth application.
- setCompanyId(long) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the company ID of this o auth application.
- setCompanyId(long) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the company ID of this o auth user.
- setCompanyId(long) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setCompanyId(long) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the company ID of this o auth user.
- setConsumerKey(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the consumer key of this o auth application.
- setConsumerKey(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setConsumerKey(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the consumer key of this o auth application.
- setConsumerSecret(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the consumer secret of this o auth application.
- setConsumerSecret(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setConsumerSecret(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the consumer secret of this o auth application.
- setCreateDate(Date) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the create date of this o auth application.
- setCreateDate(Date) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the create date of this o auth application.
- setCreateDate(Date) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the create date of this o auth user.
- setCreateDate(Date) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setCreateDate(Date) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the create date of this o auth user.
- setDescription(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the description of this o auth application.
- setDescription(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setDescription(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the description of this o auth application.
- setLogoId(long) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the logo ID of this o auth application.
- setLogoId(long) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setLogoId(long) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the logo ID of this o auth application.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the modified date of this o auth application.
- setModifiedDate(Date) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the modified date of this o auth application.
- setModifiedDate(Date) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the modified date of this o auth user.
- setModifiedDate(Date) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setModifiedDate(Date) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the modified date of this o auth user.
- setName(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the name of this o auth application.
- setName(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setName(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the name of this o auth application.
- setOAuthApplicationId(long) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the o auth application ID of this o auth application.
- setOAuthApplicationId(long) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setOAuthApplicationId(long) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the o auth application ID of this o auth application.
- setOAuthApplicationId(long) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the o auth application ID of this o auth user.
- setOAuthApplicationId(long) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setOAuthApplicationId(long) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the o auth application ID of this o auth user.
- setOAuthUserId(long) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the o auth user ID of this o auth user.
- setOAuthUserId(long) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setOAuthUserId(long) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the o auth user ID of this o auth user.
- setOAuthUserUuid(String) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the o auth user uuid of this o auth user.
- setOAuthUserUuid(String) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the o auth user uuid of this o auth user.
- setPersistence(OAuthApplicationPersistence) - Static method in class com.liferay.oauth.service.persistence.OAuthApplicationUtil
-
- setPersistence(OAuthUserPersistence) - Static method in class com.liferay.oauth.service.persistence.OAuthUserUtil
-
- setPrimaryKey(long) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the primary key of this o auth application.
- setPrimaryKey(long) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the primary key of this o auth application.
- setPrimaryKey(long) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the primary key of this o auth user.
- setPrimaryKey(long) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setPrimaryKey(long) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the primary key of this o auth user.
- setProperty(String, Object) - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- setProperty(String, Object) - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- setRequestToken(String) - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- setRequestToken(String) - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- setService(OAuthApplicationLocalService) - Static method in class com.liferay.oauth.service.OAuthApplicationLocalServiceUtil
-
- setService(OAuthApplicationService) - Static method in class com.liferay.oauth.service.OAuthApplicationServiceUtil
-
- setService(OAuthUserLocalService) - Static method in class com.liferay.oauth.service.OAuthUserLocalServiceUtil
-
- setService(OAuthUserService) - Static method in class com.liferay.oauth.service.OAuthUserServiceUtil
-
- setShareableAccessToken(boolean) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets whether this o auth application is shareable access token.
- setShareableAccessToken(boolean) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setShareableAccessToken(boolean) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets whether this o auth application is shareable access token.
- setTokenSecret(String) - Method in class com.liferay.oauth.util.DefaultOAuthAccessor
-
- setTokenSecret(String) - Method in interface com.liferay.oauth.util.OAuthAccessor
-
- setUserId(long) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the user ID of this o auth application.
- setUserId(long) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the user ID of this o auth application.
- setUserId(long) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the user ID of this o auth user.
- setUserId(long) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setUserId(long) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the user ID of this o auth user.
- setUserName(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the user name of this o auth application.
- setUserName(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the user name of this o auth application.
- setUserName(String) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the user name of this o auth user.
- setUserName(String) - Method in class com.liferay.oauth.model.OAuthUserSoap
-
Deprecated.
- setUserName(String) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the user name of this o auth user.
- setUserUuid(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the user uuid of this o auth application.
- setUserUuid(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the user uuid of this o auth application.
- setUserUuid(String) - Method in interface com.liferay.oauth.model.OAuthUserModel
-
Sets the user uuid of this o auth user.
- setUserUuid(String) - Method in class com.liferay.oauth.model.OAuthUserWrapper
-
Sets the user uuid of this o auth user.
- setWebsiteURL(String) - Method in interface com.liferay.oauth.model.OAuthApplicationModel
-
Sets the website url of this o auth application.
- setWebsiteURL(String) - Method in class com.liferay.oauth.model.OAuthApplicationSoap
-
Deprecated.
- setWebsiteURL(String) - Method in class com.liferay.oauth.model.OAuthApplicationWrapper
-
Sets the website url of this o auth application.
- setWrappedOAuthConsumer(Object) - Method in class com.liferay.oauth.util.DefaultOAuthConsumer
-
- setWrappedOAuthConsumer(Object) - Method in interface com.liferay.oauth.util.OAuthConsumer
-
- setWrappedService(OAuthApplicationLocalService) - Method in class com.liferay.oauth.service.OAuthApplicationLocalServiceWrapper
-
- setWrappedService(OAuthApplicationService) - Method in class com.liferay.oauth.service.OAuthApplicationServiceWrapper
-
- setWrappedService(OAuthUserLocalService) - Method in class com.liferay.oauth.service.OAuthUserLocalServiceWrapper
-
- setWrappedService(OAuthUserService) - Method in class com.liferay.oauth.service.OAuthUserServiceWrapper
-
- shareableAccessToken - Variable in class com.liferay.oauth.model.OAuthApplicationTable
-