- oAuth2Callback(StringParameter, StringParameter, StringParameter) - Method in class service.tut.pori.users.facebook.FacebookUserService
-
This method is called by Facebook after user has either denied or granted the service permission to his/her Facebook account, and is not meant to be used directly by the end-users.
- oAuth2Callback(StringParameter, StringParameter, StringParameter) - Method in class service.tut.pori.users.google.GoogleUserService
-
This method is called by Google after user has either denied or granted the service permission to his/her Google account, and is not meant to be used directly by the end-users.
- OAuth2Token - Class in service.tut.pori.users.google
-
OAuth2 Token
- OAuth2Token() - Constructor for class service.tut.pori.users.google.OAuth2Token
-
- oAuthAuthorizeCallback(StringParameter, StringParameter) - Method in class service.tut.pori.users.twitter.TwitterUserService
-
This method is called by Twitter after user has either denied or granted the service permission to his/her Twitter account, and is not meant to be used directly by the end-users.
- oAuthLoginCallback(AuthenticationParameter, StringParameter, StringParameter) - Method in class service.tut.pori.users.twitter.TwitterUserService
-
This method is called by Twitter after user has either denied or granted the service permission to his/her Twitter account, and is not meant to be used directly by the end-users.
- oAuthRegisterCallback(StringParameter, StringParameter) - Method in class service.tut.pori.users.twitter.TwitterUserService
-
This method is called by Twitter after user has either denied or granted the service permission to his/her Twitter account, and is not meant to be used directly by the end-users.
- onClose(Session, CloseReason) - Method in class core.tut.pori.websocket.SocketService
-
- onError(Session, Throwable) - Method in class core.tut.pori.websocket.SocketService
-
The default implementation will simply print the exception to log and close the session.
- Option(String, SQLSelectBuilder.OrderDirection, String) - Constructor for class core.tut.pori.http.parameters.SortOptions.Option
-
- OrClause - Class in core.tut.pori.dao.clause
-
A simple SQL WHERE OR clause.
- OrClause(String, Object, SQLClause.SQLType) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, Object[], SQLClause.SQLType) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, Collection<? extends Object>, SQLClause.SQLType) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, int[]) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, long[]) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, double[]) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- OrClause(String, boolean[]) - Constructor for class core.tut.pori.dao.clause.OrClause
-
- ORDER_DIRECTION_ASCENDING - Static variable in class core.tut.pori.http.parameters.SortOptions
-
String for ascending sort
- ORDER_DIRECTION_DESCENDING - Static variable in class core.tut.pori.http.parameters.SortOptions
-
String for descending sort
- OrQueryFilter - Class in core.tut.pori.dao.filter
-
Basic and filter with OR relation to other query filters, the values themselves have OR relation with one another.
- OrQueryFilter(String, Collection<? extends Object>) - Constructor for class core.tut.pori.dao.filter.OrQueryFilter
-
- OrQueryFilter(String, Object) - Constructor for class core.tut.pori.dao.filter.OrQueryFilter
-
- OrQueryFilter(String, long[]) - Constructor for class core.tut.pori.dao.filter.OrQueryFilter
-
- OrQueryFilter(String, int[]) - Constructor for class core.tut.pori.dao.filter.OrQueryFilter
-
- OrSubClause - Class in core.tut.pori.dao.clause
-
Create and SQL sub-clause with OR prefix.
- OrSubClause(WhereClause[]) - Constructor for class core.tut.pori.dao.clause.OrSubClause
-
- OrSubClause() - Constructor for class core.tut.pori.dao.clause.OrSubClause
-
- OrSubQueryFilter - Class in core.tut.pori.dao.filter
-
class for creation OR sub queries.
- OrSubQueryFilter(AbstractQueryFilter[]) - Constructor for class core.tut.pori.dao.filter.OrSubQueryFilter
-
- OrSubQueryFilter(Collection<AbstractQueryFilter>) - Constructor for class core.tut.pori.dao.filter.OrSubQueryFilter
-
- OrSubQueryFilter() - Constructor for class core.tut.pori.dao.filter.OrSubQueryFilter
-
initialize empty sub query filter