JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
addInboundSocketRules()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
addOutboundSocketRules()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
allColumns()
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
allowCORSCredentials()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
allowedHeaders()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
allowedMethods()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
and(String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
and(String, String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
apiPrefix()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
ApplicationVerticle
- Class in
ph.com.nightowlstudios.core
ApplicationVerticle()
- Constructor for class ph.com.nightowlstudios.core.
ApplicationVerticle
appName()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
B
bannerText()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
BasicAuthentication
- Class in
ph.com.nightowlstudios.auth
beforeRouterCreate(Router)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
Called immediately after Router creation.
build()
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
C
CLAIM
- Static variable in class ph.com.nightowlstudios.auth.
BasicAuthentication
Collectors
- Class in
ph.com.nightowlstudios.persistence
Collectors()
- Constructor for class ph.com.nightowlstudios.persistence.
Collectors
Column
- Annotation Type in
ph.com.nightowlstudios.entity
Defines the column name of a certain
Table
columns(String...)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
conclude(Future<T>, Function<T, R>, String)
- Method in class ph.com.nightowlstudios.service.
Service
create(String...)
- Static method in class ph.com.nightowlstudios.resource.
ValidationHandler
create(Validator<JsonObject>)
- Static method in class ph.com.nightowlstudios.resource.
ValidationHandler
createAuthNHandler()
- Method in class ph.com.nightowlstudios.auth.
BasicAuthentication
createAuthZHandler(UserRole)
- Method in class ph.com.nightowlstudios.auth.
BasicAuthentication
createRouteFailureHandler()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
createRouteLogHandler()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
D
db()
- Method in class ph.com.nightowlstudios.repository.
Repository
delete(String)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
delete(Class<T>)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
delete(T)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
delete(String)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
delete(Class<T>)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
delete(T)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
E
Edge
- Class in
ph.com.nightowlstudios.core
endContext(RoutingContext, HttpResponseStatus, String)
- Method in class ph.com.nightowlstudios.resource.
Resource
endContext(RoutingContext, HttpResponseStatus)
- Method in class ph.com.nightowlstudios.resource.
Resource
endContext(RoutingContext, Object)
- Method in class ph.com.nightowlstudios.resource.
Resource
endContext(RoutingContext, JsonObject)
- Method in class ph.com.nightowlstudios.resource.
Resource
endContext(RoutingContext, JsonArray)
- Method in class ph.com.nightowlstudios.resource.
Resource
Entity
- Interface in
ph.com.nightowlstudios.entity
This just serves as a tagging type for Persistence Entities.
errorMessage()
- Method in interface ph.com.nightowlstudios.resource.
Validator
exposedHeaders()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
F
fail(String, int, String)
- Method in class ph.com.nightowlstudios.service.
Service
failureHandler(RoutingContext, Throwable)
- Method in class ph.com.nightowlstudios.resource.
Resource
findOneById(Class<T>, UUID, Collector<Row, ?, List<T>>)
- Method in class ph.com.nightowlstudios.repository.
Repository
findOneById(Class<T>, String, Collector<Row, ?, List<T>>)
- Method in class ph.com.nightowlstudios.repository.
Repository
G
generateToken(JsonObject, UserRole)
- Method in class ph.com.nightowlstudios.auth.
BasicAuthentication
get(String)
- Method in class ph.com.nightowlstudios.resource.
Resource
get(String, UserRole)
- Method in class ph.com.nightowlstudios.resource.
Resource
getAuthProvider()
- Method in class ph.com.nightowlstudios.auth.
BasicAuthentication
getFirstElement(List<T>)
- Static method in class ph.com.nightowlstudios.utils.
Utils
getInstance()
- Static method in class ph.com.nightowlstudios.auth.
BasicAuthentication
getMessages()
- Method in class ph.com.nightowlstudios.service.
Service
getResourceClasses()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
I
insert(String)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
insert(Class<T>)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
insert(T)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
insert(String)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
insert(Class<T>)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
insert(T)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
L
log
- Variable in class ph.com.nightowlstudios.service.
Service
logger()
- Method in class ph.com.nightowlstudios.resource.
Resource
M
merge(T, T)
- Static method in class ph.com.nightowlstudios.utils.
Utils
Merges the field values of
to
onto
from
, replacing
from
's value with
to
's
non-null
value.
N
NIL_TYPE
- Static variable in class ph.com.nightowlstudios.service.
ServiceUtils
O
of(Function<RoutingContext, T>, Predicate<T>, String)
- Static method in class ph.com.nightowlstudios.resource.
Validators
of(Validator<T>)
- Static method in class ph.com.nightowlstudios.resource.
Validators
ofEntities(Class<T>)
- Static method in class ph.com.nightowlstudios.persistence.
Collectors
ofJsonObjects(String...)
- Static method in class ph.com.nightowlstudios.persistence.
Collectors
ofList(List<Validator<T>>)
- Static method in class ph.com.nightowlstudios.resource.
Validators
on(RoutingContext, Future<T>, Handler<T>)
- Method in class ph.com.nightowlstudios.resource.
Resource
on(RoutingContext, Future<T>)
- Method in class ph.com.nightowlstudios.resource.
Resource
onStart(HttpServer)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
Called when the HttpServer has been started.
onStartFail(Throwable)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
Called when the HttpServer failed to start
or(String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
or(String, String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
P
PAYLOAD
- Static variable in class ph.com.nightowlstudios.service.
ServiceUtils
PersistenceClient
- Class in
ph.com.nightowlstudios.persistence
PersistenceClient()
- Constructor for class ph.com.nightowlstudios.persistence.
PersistenceClient
PersistenceClient(Vertx, JsonObject)
- Constructor for class ph.com.nightowlstudios.persistence.
PersistenceClient
ph.com.nightowlstudios.auth
- package ph.com.nightowlstudios.auth
ph.com.nightowlstudios.core
- package ph.com.nightowlstudios.core
ph.com.nightowlstudios.entity
- package ph.com.nightowlstudios.entity
ph.com.nightowlstudios.persistence
- package ph.com.nightowlstudios.persistence
ph.com.nightowlstudios.persistence.query
- package ph.com.nightowlstudios.persistence.query
ph.com.nightowlstudios.repository
- package ph.com.nightowlstudios.repository
ph.com.nightowlstudios.resource
- package ph.com.nightowlstudios.resource
ph.com.nightowlstudios.service
- package ph.com.nightowlstudios.service
ph.com.nightowlstudios.utils
- package ph.com.nightowlstudios.utils
pool()
- Method in class ph.com.nightowlstudios.persistence.
PersistenceClient
predicate()
- Method in interface ph.com.nightowlstudios.resource.
Validator
property(String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
protectedRoute(HttpMethod, String)
- Method in class ph.com.nightowlstudios.resource.
Resource
protectedRoute(HttpMethod, String, UserRole)
- Method in class ph.com.nightowlstudios.resource.
Resource
put(String)
- Method in class ph.com.nightowlstudios.resource.
Resource
put(String, UserRole)
- Method in class ph.com.nightowlstudios.resource.
Resource
Q
query(Query, Collector<Row, ?, T>)
- Method in class ph.com.nightowlstudios.persistence.
PersistenceClient
query(Query)
- Method in class ph.com.nightowlstudios.persistence.
PersistenceClient
query(String, Collector<Row, ?, T>)
- Method in class ph.com.nightowlstudios.persistence.
PersistenceClient
query(String)
- Method in class ph.com.nightowlstudios.persistence.
PersistenceClient
Query
- Interface in
ph.com.nightowlstudios.persistence.query
QueryBuilder
- Class in
ph.com.nightowlstudios.persistence.query
R
registerService(Class<T>...)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
registerService(Class<T>, DeploymentOptions)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
reply(String, T)
- Method in class ph.com.nightowlstudios.service.
Service
Repository
- Class in
ph.com.nightowlstudios.repository
Repository()
- Constructor for class ph.com.nightowlstudios.repository.
Repository
Repository(PersistenceClient)
- Constructor for class ph.com.nightowlstudios.repository.
Repository
request(String, Object...)
- Method in class ph.com.nightowlstudios.service.
ServiceBus
requestMapper()
- Method in interface ph.com.nightowlstudios.resource.
Validator
requiredBodyParams(String...)
- Static method in class ph.com.nightowlstudios.resource.
Validators
requiredRequestParams(String...)
- Static method in class ph.com.nightowlstudios.resource.
Validators
Resource
- Class in
ph.com.nightowlstudios.resource
Resource(Router)
- Constructor for class ph.com.nightowlstudios.resource.
Resource
responseStatus()
- Method in interface ph.com.nightowlstudios.resource.
Validator
route(HttpMethod, String)
- Method in class ph.com.nightowlstudios.resource.
Resource
router()
- Method in class ph.com.nightowlstudios.resource.
Resource
routes()
- Method in class ph.com.nightowlstudios.resource.
Resource
Define routes and their route handlers.
S
select(String)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
select(Class<T>)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
select(String, UUID)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
select(Class<T>, UUID)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
select(String)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
select(Class<T>)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
Service
- Class in
ph.com.nightowlstudios.service
Service()
- Constructor for class ph.com.nightowlstudios.service.
Service
serviceBus(Class<T>)
- Static method in class ph.com.nightowlstudios.core.
Edge
serviceBus(Vertx, Class<T>)
- Static method in class ph.com.nightowlstudios.core.
Edge
ServiceBus
<
T
extends
Service
> - Class in
ph.com.nightowlstudios.service
ServiceBus(Class<T>)
- Constructor for class ph.com.nightowlstudios.service.
ServiceBus
ServiceBus(Vertx, Class<T>)
- Constructor for class ph.com.nightowlstudios.service.
ServiceBus
ServiceUtils
- Class in
ph.com.nightowlstudios.service
set(String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
setup()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
This is the very first method to be called when launching the main verticle.
setUp()
- Method in class ph.com.nightowlstudios.resource.
Resource
Executed before routes declaration.
setup(Vertx)
- Method in class ph.com.nightowlstudios.service.
Service
Initialize
Vert.x
-dependent dependencies here.
setupRoutes(Router)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
Called before mounting API subrouter.
sql()
- Method in interface ph.com.nightowlstudios.persistence.query.
Query
start(Promise<Void>)
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
start()
- Method in class ph.com.nightowlstudios.service.
Service
stringEqualBodyParams(String, String)
- Static method in class ph.com.nightowlstudios.resource.
Validators
T
Table
- Annotation Type in
ph.com.nightowlstudios.entity
Table name of an
Entity
.
tuple()
- Method in interface ph.com.nightowlstudios.persistence.query.
Query
TYPE
- Static variable in class ph.com.nightowlstudios.service.
ServiceUtils
U
update(String)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
update(Class<T>)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
update(T)
- Static method in interface ph.com.nightowlstudios.persistence.query.
Query
update(String)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
update(Class<T>)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
update(T)
- Static method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
UserRole
- Enum in
ph.com.nightowlstudios.auth
Utils
- Class in
ph.com.nightowlstudios.utils
V
ValidationHandler
- Class in
ph.com.nightowlstudios.resource
ValidationHandler()
- Constructor for class ph.com.nightowlstudios.resource.
ValidationHandler
Validator
<
T
> - Interface in
ph.com.nightowlstudios.resource
Validators
- Class in
ph.com.nightowlstudios.resource
valueOf(String)
- Static method in enum ph.com.nightowlstudios.auth.
UserRole
Returns the enum constant of this type with the specified name.
values()
- Static method in enum ph.com.nightowlstudios.auth.
UserRole
Returns an array containing the constants of this enum type, in the order they are declared.
version()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
W
webSocketPrefix()
- Method in class ph.com.nightowlstudios.core.
ApplicationVerticle
where(String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
where(UUID)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
where(String, String, Object)
- Method in class ph.com.nightowlstudios.persistence.query.
QueryBuilder
A
B
C
D
E
F
G
I
L
M
N
O
P
Q
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2021. All rights reserved.