Skip navigation links
A C D E F G H L M O P R S U 

A

addToGroup(String, String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc

C

clear() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
clear() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
create(Feature) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
createProperty(Property<T>) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
createSchema() - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
createSchema() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
createSchema() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
CustomPropertyRowMapper - Class in org.ff4j.springjdbc.store.rowmapper
Convert resultset into PropertyString.
CustomPropertyRowMapper() - Constructor for class org.ff4j.springjdbc.store.rowmapper.CustomPropertyRowMapper
 

D

delete(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
deleteProperty(String) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
disable(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
disableGroup(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc

E

enable(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
enableGroup(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
EventRepositorySpringJdbc - Class in org.ff4j.springjdbc.store
Implementation of EventRepository to leverage on Spring Security.
EventRepositorySpringJdbc() - Constructor for class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
Default constructor.
EventRepositorySpringJdbc(DataSource) - Constructor for class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
Default constructor.
EventRowMapper - Class in org.ff4j.springjdbc.store.rowmapper
Mapper to unmarshell an Event from result.
EventRowMapper() - Constructor for class org.ff4j.springjdbc.store.rowmapper.EventRowMapper
 
exist(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
existGroup(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
existProperty(String) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc

F

FEATURE_IDENTIFIER_CANNOT_BE_NULL_NOR_EMPTY - Static variable in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
Error message.
FeatureRowMapper - Class in org.ff4j.springjdbc.store.rowmapper
Mapper to convert result into
FeatureRowMapper() - Constructor for class org.ff4j.springjdbc.store.rowmapper.FeatureRowMapper
 
FeatureStoreSpringJdbc - Class in org.ff4j.springjdbc.store
Implementation of FeatureStore to work with RDBMS through JDBC.
FeatureStoreSpringJdbc() - Constructor for class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
Default constructor.
FeatureStoreSpringJdbc(DataSource) - Constructor for class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
Default constructor.

G

getAuditTrail(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getColumnName() - Method in class org.ff4j.springjdbc.store.dto.HitCountDto
Getter accessor for attribute 'columnName'.
getEventByUUID(String, Long) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getFeatureUsageHistory(EventQueryDefinition, TimeUnit) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getFeatureUsageHitCount(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getHitcount() - Method in class org.ff4j.springjdbc.store.dto.HitCountDto
Getter accessor for attribute 'hitcount'.
getHostHitCount(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getJdbcTemplate() - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
Getter accessor for attribute 'jdbcTemplate'.
getJdbcTemplate() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
Getter accessor for attribute 'jdbcTemplate'.
getJdbcTemplate() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
Getter accessor for attribute 'jdbcTemplate'.
getQueryBuilder() - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
 
getQueryBuilder() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
 
getQueryBuilder() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
 
getRoles() - Method in class org.ff4j.springjdbc.store.rowmapper.RoleRowMapper
Getter accessor for attribute 'roles'.
getSourceHitCount(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
getUserHitCount(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
grantRoleOnFeature(String, String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
GROUPNAME_CANNOT_BE_NULL_NOR_EMPTY - Static variable in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
Error message.

H

HitCountDto - Class in org.ff4j.springjdbc.store.dto
Map hit count.
HitCountDto() - Constructor for class org.ff4j.springjdbc.store.dto.HitCountDto
Default constructor.
HitCountDto(String, MutableHitCount) - Constructor for class org.ff4j.springjdbc.store.dto.HitCountDto
Constructor with parameters.
HitCountRowMapper - Class in org.ff4j.springjdbc.store.rowmapper
Technical Row Mapper.
HitCountRowMapper(String) - Constructor for class org.ff4j.springjdbc.store.rowmapper.HitCountRowMapper
 

L

listPropertyNames() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc

M

mapRow(ResultSet, int) - Method in class org.ff4j.springjdbc.store.rowmapper.CustomPropertyRowMapper
mapRow(ResultSet, int) - Method in class org.ff4j.springjdbc.store.rowmapper.EventRowMapper
mapRow(ResultSet, int) - Method in class org.ff4j.springjdbc.store.rowmapper.FeatureRowMapper
mapRow(ResultSet, int) - Method in class org.ff4j.springjdbc.store.rowmapper.HitCountRowMapper
mapRow(ResultSet, int) - Method in class org.ff4j.springjdbc.store.rowmapper.RoleRowMapper

O

org.ff4j.springjdbc.store - package org.ff4j.springjdbc.store
Implementation of FeatureStore to persist data into RDBMS through JDBC
org.ff4j.springjdbc.store.dto - package org.ff4j.springjdbc.store.dto
 
org.ff4j.springjdbc.store.rowmapper - package org.ff4j.springjdbc.store.rowmapper
Spring rowmappers which marshall ResultSet into POJO

P

PropertyStoreSpringJdbc - Class in org.ff4j.springjdbc.store
Implementation of PropertyStore with SpringJDBC.
PropertyStoreSpringJdbc() - Constructor for class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
Default constructor.
PropertyStoreSpringJdbc(DataSource) - Constructor for class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
Default constructor.
purgeAuditTrail(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
purgeFeatureUsage(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc

R

read(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
readAll() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
readAllGroups() - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
readAllProperties() - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
readGroup(String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
readProperty(String) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
removeFromGroup(String, String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
removeRoleFromFeature(String, String) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
RoleRowMapper - Class in org.ff4j.springjdbc.store.rowmapper
Implementation of JDBC store using Spring JDBC.
RoleRowMapper() - Constructor for class org.ff4j.springjdbc.store.rowmapper.RoleRowMapper
 

S

saveEvent(Event) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
searchFeatureUsageEvents(EventQueryDefinition) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
setColumnName(String) - Method in class org.ff4j.springjdbc.store.dto.HitCountDto
Setter accessor for attribute 'columnName'.
setDataSource(DataSource) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
 
setDataSource(DataSource) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
 
setDataSource(DataSource) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
 
setHitcount(MutableHitCount) - Method in class org.ff4j.springjdbc.store.dto.HitCountDto
Setter accessor for attribute 'hitcount'.
setQueryBuilder(JdbcQueryBuilder) - Method in class org.ff4j.springjdbc.store.EventRepositorySpringJdbc
 
setQueryBuilder(JdbcQueryBuilder) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
 
setQueryBuilder(JdbcQueryBuilder) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
 

U

update(Feature) - Method in class org.ff4j.springjdbc.store.FeatureStoreSpringJdbc
updateProperty(String, String) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
updateProperty(Property<T>) - Method in class org.ff4j.springjdbc.store.PropertyStoreSpringJdbc
A C D E F G H L M O P R S U 
Skip navigation links

Copyright © 2013–2021 FF4J. All rights reserved.