Index

A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ActivableEntityCriteria - Interface in org.bardframework.crud.api.activable
 
ActivableEntityRepository<I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.activable
 
ActivableEntityRestController<M extends BaseModelAbstract<I>,S extends ActivableEntityService<M,?,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.activable
 
ActivableEntityService<M extends BaseModelAbstract<I>,R extends ActivableEntityRepository<I,U> & BaseRepository<M,?,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.activable
 
ACTIVATE_URL - Static variable in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
addChild(M) - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
addChild(M) - Method in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
ASC - Enum constant in enum org.bardframework.crud.api.datatable.Sort
 

B

BASE_DATA - Enum constant in enum org.bardframework.crud.api.datatable.ResultType
 
BaseCriteria<I extends Comparable<? super I>> - Interface in org.bardframework.crud.api.base
Created by vahid on 3/14/17.
BaseCriteriaAbstract<I extends Comparable<? super I>> - Class in org.bardframework.crud.api.base
Created by vahid on 3/14/17.
BaseCriteriaAbstract() - Constructor for class org.bardframework.crud.api.base.BaseCriteriaAbstract
 
BaseCrudRestControllerAbstract<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,D,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U> - Class in org.bardframework.crud.api.base
Created by Vahid Zafari (v.zafari@chmail.ir) on 1/17/17.
BaseCrudRestControllerAbstract() - Constructor for class org.bardframework.crud.api.base.BaseCrudRestControllerAbstract
 
BaseModelAbstract<I extends Comparable<? super I>> - Class in org.bardframework.crud.api.base
 
BaseModelAbstract() - Constructor for class org.bardframework.crud.api.base.BaseModelAbstract
 
BaseModelAbstract(I) - Constructor for class org.bardframework.crud.api.base.BaseModelAbstract
 
BaseRepository<M extends BaseModelAbstract<I>,C extends BaseCriteria<I>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.base
Created by Vahid Zafari on 1/17/17.
BaseRestController<U> - Interface in org.bardframework.crud.api.base
 
BaseService<M extends BaseModelAbstract<I>,C extends BaseCriteria<I>,D,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.base
Created by vahid (va.zafari@gmail.com) on 11/6/17.
BaseServiceAbstract<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,D,R extends BaseRepository<M,C,I,U>,I extends Comparable<? super I>,U> - Class in org.bardframework.crud.api.base
Created by vahid on 1/17/17.
BaseServiceAbstract() - Constructor for class org.bardframework.crud.api.base.BaseServiceAbstract
 

C

cacheFilter(String, String, DataTableFilter) - Method in class org.bardframework.crud.api.datatable.DataTableCacheService
 
CHILD_PARENT - Enum constant in enum org.bardframework.crud.api.datatable.ResultType
 
children - Variable in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
copy() - Method in class org.bardframework.crud.api.filter.IdFilter
 
count - Variable in class org.bardframework.crud.api.datatable.DataTableFilter
 
createAlert(String, String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
createEntityCreationAlert(String, String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
createEntityDeletionAlert(String, String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
createEntityUpdateAlert(String, String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
createFailureAlert(String, String, String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
criteriaClazz - Variable in class org.bardframework.crud.api.base.BaseServiceAbstract
 

D

DataTableCachedStructure - Class in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 4/11/2017.
DataTableCachedStructure() - Constructor for class org.bardframework.crud.api.datatable.DataTableCachedStructure
 
DataTableCachedStructure(String) - Constructor for class org.bardframework.crud.api.datatable.DataTableCachedStructure
 
DataTableCacheService - Class in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 4/11/2017.
DataTableCacheService() - Constructor for class org.bardframework.crud.api.datatable.DataTableCacheService
 
DataTableCacheStructureUpdated - Class in org.bardframework.crud.api.datatable.event
Created by Vahid Zafari on 4/21/2017.
DataTableCacheStructureUpdated(String) - Constructor for class org.bardframework.crud.api.datatable.event.DataTableCacheStructureUpdated
 
DataTableFilter<F extends DataTableFilter<F>> - Class in org.bardframework.crud.api.datatable
Created by v.zafari on 11/14/2015.
DataTableFilter() - Constructor for class org.bardframework.crud.api.datatable.DataTableFilter
 
DataTableFilter(List<HeaderDto>) - Constructor for class org.bardframework.crud.api.datatable.DataTableFilter
 
DataTableStructure - Class in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 5/12/2016.
DataTableStructure(Class<?>, List<HeaderAbstract>) - Constructor for class org.bardframework.crud.api.datatable.DataTableStructure
 
DataTableUtils - Class in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 8/12/2016.
DataTableUtils() - Constructor for class org.bardframework.crud.api.datatable.DataTableUtils
 
DB_COLUMN - Enum constant in enum org.bardframework.crud.api.datatable.QueryType
 
DEACTIVATE_URL - Static variable in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
delete(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
delete(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
delete(I, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
delete using criteria
delete(I, U) - Method in interface org.bardframework.crud.api.base.BaseService
 
delete(I, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
delete data with given id
delete(List<I>, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
delete using criteria
delete(List<I>, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
DELETE(I) - Method in interface org.bardframework.crud.api.base.WriteRestController
 
DELETE_URL - Static variable in interface org.bardframework.crud.api.base.WriteRestController
 
DESC - Enum constant in enum org.bardframework.crud.api.datatable.Sort
 
determineConverters(Class<?>) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
directDelete(List<I>, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
direct delete, not used criteria
disable(I) - Method in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
disable(I, U) - Method in interface org.bardframework.crud.api.activable.ActivableEntityService
 

E

enable(I) - Method in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
enable(I, U) - Method in interface org.bardframework.crud.api.activable.ActivableEntityService
 
equals(Object) - Method in class org.bardframework.crud.api.base.BaseModelAbstract
 

F

FILTER(C, Pageable) - Method in interface org.bardframework.crud.api.base.ReadRestController
 
FILTER_URL - Static variable in interface org.bardframework.crud.api.base.ReadRestController
 
FilteringType - Enum in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 5/30/2016.
filterType - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
FORMULA - Enum constant in enum org.bardframework.crud.api.datatable.QueryType
 

G

generatePaginationHttpHeaders(Page<T>, String) - Static method in class org.bardframework.crud.api.util.PaginationUtil
 
get(C, Pageable, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
get(C, Pageable, U) - Method in interface org.bardframework.crud.api.base.BaseService
 
get(C, Pageable, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
get(C, Sort, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
get(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
get(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
get all data match with given criteria
get(I, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
get(I, U) - Method in interface org.bardframework.crud.api.base.BaseService
 
get(I, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
get by id
get(List<I>, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
get(List<I>, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
GET(C, Pageable) - Method in interface org.bardframework.crud.api.base.ReadRestController
 
GET(I) - Method in interface org.bardframework.crud.api.base.ReadRestController
 
GET_LIST_URL - Static variable in interface org.bardframework.crud.api.base.ReadRestController
 
GET_URL - Static variable in interface org.bardframework.crud.api.base.ReadRestController
 
getAll(U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getChildren() - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
getChildren() - Method in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
getClazz() - Method in class org.bardframework.crud.api.datatable.DataTableStructure
 
getCount() - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
getCount(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
getCount(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getEmptyCriteria() - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getEmptyCriteria() - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getEmptyModel() - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getEmptyModel() - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getEnable() - Method in interface org.bardframework.crud.api.activable.ActivableEntityCriteria
 
getFilteringType() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getFilterType() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getFirst(C, U) - Method in interface org.bardframework.crud.api.orderable.OrderableEntityRepository
 
getFirst(C, U) - Method in interface org.bardframework.crud.api.orderable.OrderableEntityService
 
getHeaders() - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
getHeaders() - Method in class org.bardframework.crud.api.datatable.DataTableStructure
 
getHeaders(Class<?>) - Method in class org.bardframework.crud.api.datatable.DataTableUtils
 
getId() - Method in interface org.bardframework.crud.api.base.BaseCriteria
 
getId() - Method in class org.bardframework.crud.api.base.BaseCriteriaAbstract
 
getId() - Method in class org.bardframework.crud.api.base.BaseModelAbstract
 
getId() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getIds(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
getIds(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getInputConverter() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getLast(C, U) - Method in interface org.bardframework.crud.api.orderable.OrderableEntityRepository
 
getLast(C, U) - Method in interface org.bardframework.crud.api.orderable.OrderableEntityService
 
getLeaf() - Method in interface org.bardframework.crud.api.tree.TreeEntityCriteria
 
getLogger() - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getLogger() - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getMask() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getMask() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getMax() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getMessageKeys() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getMin() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getName() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getOne(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
getOne(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getOutputConverter() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getPage() - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
getPage(List<T>, Pageable, long) - Static method in class org.bardframework.crud.api.util.PageableExecutionUtils
 
getParent() - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
getParent() - Method in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
getParentIds() - Method in interface org.bardframework.crud.api.tree.TreeEntityCriteria
 
getPath() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getQuery() - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
getQuery() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getQuery() - Method in interface org.bardframework.crud.api.searchable.SearchableCriteria
 
getQueryType() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getRepository() - Method in interface org.bardframework.crud.api.activable.ActivableEntityService
 
getRepository() - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
getRepository() - Method in interface org.bardframework.crud.api.orderable.OrderableEntityService
 
getRepository() - Method in interface org.bardframework.crud.api.searchable.SearchableEntityService
 
getRepository() - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getResultType() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getResultType() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getRoot() - Method in interface org.bardframework.crud.api.tree.TreeEntityCriteria
 
getSelected() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getService() - Method in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
getService() - Method in class org.bardframework.crud.api.base.BaseCrudRestControllerAbstract
 
getService() - Method in interface org.bardframework.crud.api.base.ReadRestController
 
getService() - Method in interface org.bardframework.crud.api.base.WriteRestController
 
getService() - Method in interface org.bardframework.crud.api.searchable.SearchableEntityRestController
 
getService() - Method in interface org.bardframework.crud.api.tree.TreeEntityRestController
 
getSort() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
getSort() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getSortSequence() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getStructure(String, String, DataTableFilter<? extends DataTableFilter<?>>) - Method in class org.bardframework.crud.api.datatable.DataTableCacheService
 
getStructures(String) - Method in class org.bardframework.crud.api.datatable.DataTableCacheService
 
getTable() - Method in class org.bardframework.crud.api.datatable.DataTableCachedStructure
 
getTree() - Method in interface org.bardframework.crud.api.tree.TreeEntityRestController
 
getTree(I) - Method in interface org.bardframework.crud.api.tree.TreeEntityRestController
 
getTree(I, U) - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getTree(U) - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
getUser() - Method in interface org.bardframework.crud.api.activable.ActivableEntityRestController
 
getUser() - Method in class org.bardframework.crud.api.base.BaseCrudRestControllerAbstract
 
getUser() - Method in interface org.bardframework.crud.api.base.BaseRestController
 
getUser() - Method in interface org.bardframework.crud.api.base.ReadRestController
 
getUser() - Method in interface org.bardframework.crud.api.base.WriteRestController
 
getUser() - Method in interface org.bardframework.crud.api.searchable.SearchableEntityRestController
 
getUser() - Method in interface org.bardframework.crud.api.tree.TreeEntityRestController
 
getUserId() - Method in class org.bardframework.crud.api.datatable.event.DataTableCacheStructureUpdated
 
getValues() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getVisible() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
getWithChildren(I, U) - Method in interface org.bardframework.crud.api.tree.TreeEntityRepository
 

H

hashCode() - Method in class org.bardframework.crud.api.base.BaseModelAbstract
 
HeaderAbstract - Class in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 8/12/2016.
HeaderAbstract() - Constructor for class org.bardframework.crud.api.datatable.HeaderAbstract
 
HeaderDto - Class in org.bardframework.crud.api.datatable
 
HeaderDto() - Constructor for class org.bardframework.crud.api.datatable.HeaderDto
 
HeaderDto(HeaderAbstract) - Constructor for class org.bardframework.crud.api.datatable.HeaderDto
 
HeaderDto(HeaderAbstract, List<BaseData>) - Constructor for class org.bardframework.crud.api.datatable.HeaderDto
 
headers - Variable in class org.bardframework.crud.api.datatable.DataTableFilter
 
HeaderUtil - Class in org.bardframework.crud.api.util
Utility class for HTTP headers creation.
HIERARCHY - Enum constant in enum org.bardframework.crud.api.datatable.QueryType
 

I

id - Variable in class org.bardframework.crud.api.base.BaseCriteriaAbstract
 
id - Variable in class org.bardframework.crud.api.base.BaseModelAbstract
 
IdFilter<I> - Class in org.bardframework.crud.api.filter
 
IdFilter() - Constructor for class org.bardframework.crud.api.filter.IdFilter
 
IdFilter(IdFilter<I>) - Constructor for class org.bardframework.crud.api.filter.IdFilter
 
inputConverter - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
isEmpty() - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
isEmpty() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
isExist(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
isExist(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
isNotExist(C, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
isNotExist(C, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
isRoot() - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
isSearchable() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
isSearchable() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
isSortable() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
isSortable() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
isVisible() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
isVisible() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 

L

LOGGER - Variable in class org.bardframework.crud.api.base.BaseCrudRestControllerAbstract
 
LOGGER - Variable in class org.bardframework.crud.api.base.BaseModelAbstract
 
LOGGER - Variable in class org.bardframework.crud.api.base.BaseServiceAbstract
 
LOGGER - Static variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 

M

mask - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
messageKeys - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
MIN_MAX - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 
modelClazz - Variable in class org.bardframework.crud.api.base.BaseServiceAbstract
 
MULTI_SELECT - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 

N

NONE - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 
NONE - Enum constant in enum org.bardframework.crud.api.datatable.QueryType
 

O

onSave(D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
converting dto to model for save
onUpdate(D, M, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
OrderableEntityRepository<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.orderable
 
OrderableEntityService<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,R extends OrderableEntityRepository<M,C,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.orderable
 
org.bardframework.crud.api.activable - package org.bardframework.crud.api.activable
 
org.bardframework.crud.api.base - package org.bardframework.crud.api.base
 
org.bardframework.crud.api.datatable - package org.bardframework.crud.api.datatable
 
org.bardframework.crud.api.datatable.event - package org.bardframework.crud.api.datatable.event
 
org.bardframework.crud.api.filter - package org.bardframework.crud.api.filter
 
org.bardframework.crud.api.orderable - package org.bardframework.crud.api.orderable
 
org.bardframework.crud.api.searchable - package org.bardframework.crud.api.searchable
 
org.bardframework.crud.api.tree - package org.bardframework.crud.api.tree
 
org.bardframework.crud.api.util - package org.bardframework.crud.api.util
 
outputConverter - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 

P

page - Variable in class org.bardframework.crud.api.datatable.DataTableFilter
 
PageableExecutionUtils - Class in org.bardframework.crud.api.util
 
PaginationUtil - Class in org.bardframework.crud.api.util
Utility class for handling pagination.
paging(List<M>, Pageable, LongSupplier) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
parent - Variable in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
path - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
postDelete(M, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
execute after deleting data
postFetch(M, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
postFetch(Page<M>, Pageable, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
postSave(M, D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
postUpdate(M, D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
preDelete(M, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
execute before deleting data
preSave(D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
preUpdate(M, D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
PRIMITIVE - Enum constant in enum org.bardframework.crud.api.datatable.ResultType
 

Q

query - Variable in class org.bardframework.crud.api.datatable.DataTableFilter
 
queryType - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
QueryType - Enum in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 5/30/2016.

R

ReadRestController<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,S extends BaseService<M,C,?,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.base
Created by zafari on 4/12/2015.
repository - Variable in class org.bardframework.crud.api.base.BaseServiceAbstract
 
resolveName(MessageSource, Locale) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
ResponseUtil - Interface in org.bardframework.crud.api.util
 
resultType - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
ResultType - Enum in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 5/30/2016.

S

save(D, U) - Method in interface org.bardframework.crud.api.base.BaseService
 
save(D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
save new data
save(List<D>, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
save new data
save(List<M>, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
save(M, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
SAVE(D) - Method in interface org.bardframework.crud.api.base.WriteRestController
 
SAVE_URL - Static variable in interface org.bardframework.crud.api.base.WriteRestController
 
search(C, Pageable, U) - Method in interface org.bardframework.crud.api.searchable.SearchableEntityRepository
 
search(C, Pageable, U) - Method in interface org.bardframework.crud.api.searchable.SearchableEntityService
 
SEARCH - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 
SEARCH(C, Pageable) - Method in interface org.bardframework.crud.api.searchable.SearchableEntityRestController
 
SEARCH_URL - Static variable in interface org.bardframework.crud.api.searchable.SearchableEntityRestController
 
searchable - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
SearchableCriteria - Interface in org.bardframework.crud.api.searchable
 
SearchableEntityRepository<M extends BaseModelAbstract<I>,C extends SearchableCriteria,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.searchable
 
SearchableEntityRestController<M extends BaseModelAbstract<I>,C extends SearchableCriteria,S extends SearchableEntityService<M,C,?,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.searchable
 
SearchableEntityService<M extends BaseModelAbstract<I>,C extends SearchableCriteria,R extends SearchableEntityRepository<M,C,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.searchable
 
service - Variable in class org.bardframework.crud.api.base.BaseCrudRestControllerAbstract
 
setChildren(List<M>) - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
setChildren(List<M>) - Method in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
setCount(long) - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
setEnable(I, boolean, U) - Method in interface org.bardframework.crud.api.activable.ActivableEntityRepository
 
setFilteringType(FilteringType) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setFilterType(FilteringType) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setHeaders(List<HeaderDto>) - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
setId(I) - Method in class org.bardframework.crud.api.base.BaseModelAbstract
 
setId(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setId(IdFilter<I>) - Method in class org.bardframework.crud.api.base.BaseCriteriaAbstract
 
setInputConverter(Converter<?, ?>) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setMask(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setMax(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setMin(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setName(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setOutputConverter(Converter<?, ?>) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setPage(long) - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
setParent(M) - Method in interface org.bardframework.crud.api.tree.TreeEntityModel
 
setParent(M) - Method in class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
setPath(String) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setQuery(String) - Method in class org.bardframework.crud.api.datatable.DataTableFilter
 
setQuery(String) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setQueryType(QueryType) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setResultType(ResultType) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setResultType(ResultType) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setSearchable(boolean) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setSearchable(boolean) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setSelected(List<String>) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setSort(Sort) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setSort(Sort) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setSortable(boolean) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setSortable(boolean) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setSortSequence(int) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setStructures(String, Collection<DataTableCachedStructure>) - Method in class org.bardframework.crud.api.datatable.DataTableCacheService
 
setTable(String) - Method in class org.bardframework.crud.api.datatable.DataTableCachedStructure
 
setValues(List<BaseData>) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
setVisible(boolean) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
setVisible(Boolean) - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
SINGLE_SELECT - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 
sort - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 
Sort - Enum in org.bardframework.crud.api.datatable
Created by Vahid Zafari on 5/30/2016.
sortable - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 

T

toMessageKey(String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
toMessageKeys(String) - Static method in class org.bardframework.crud.api.util.HeaderUtil
'.' separated path
toString() - Method in class org.bardframework.crud.api.base.BaseModelAbstract
 
toString() - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
toString() - Method in class org.bardframework.crud.api.datatable.HeaderDto
 
toTree(List<M>) - Method in interface org.bardframework.crud.api.tree.TreeEntityService
 
translate(Enum, MessageSource, Locale) - Static method in class org.bardframework.crud.api.util.HeaderUtil
translate class name + '.' + enum as key
translate(String, MessageSource, Locale, Object...) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
translate(List<String>, MessageSource, Locale) - Static method in class org.bardframework.crud.api.util.HeaderUtil
 
TREE_SELECT - Enum constant in enum org.bardframework.crud.api.datatable.FilteringType
 
TREE_URL - Static variable in interface org.bardframework.crud.api.tree.TreeEntityRestController
 
TreeEntityCriteria<I extends Comparable<? super I>> - Interface in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.
TreeEntityModel<M extends BaseModelAbstract<?>> - Interface in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.
TreeEntityModelAbstract<M extends BaseModelAbstract<I>,I extends Comparable<? super I>> - Class in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.
TreeEntityModelAbstract() - Constructor for class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
TreeEntityModelAbstract(I) - Constructor for class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
TreeEntityModelAbstract(M) - Constructor for class org.bardframework.crud.api.tree.TreeEntityModelAbstract
 
TreeEntityRepository<M extends BaseModelAbstract<I> & TreeEntityModel<M>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.
TreeEntityRestController<M extends BaseModelAbstract<I> & TreeEntityModel<M>,C extends BaseCriteria<I> & TreeEntityCriteria<I>,S extends TreeEntityService<M,C,?,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.
TreeEntityService<M extends BaseModelAbstract<I> & TreeEntityModel<M>,C extends BaseCriteria<I> & TreeEntityCriteria<I>,R extends BaseRepository<M,C,I,U> & TreeEntityRepository<M,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.tree
Created by vahid (va.zafari@gmail.com) on 11/12/17.

U

update(I, D, U) - Method in interface org.bardframework.crud.api.base.BaseService
 
update(I, D, U) - Method in class org.bardframework.crud.api.base.BaseServiceAbstract
 
update(M, U) - Method in interface org.bardframework.crud.api.base.BaseRepository
 
UPDATE(I, D) - Method in interface org.bardframework.crud.api.base.WriteRestController
 
UPDATE_URL - Static variable in interface org.bardframework.crud.api.base.WriteRestController
 

V

validate(Class<?>) - Method in class org.bardframework.crud.api.datatable.HeaderAbstract
 
ValidationGroups - Interface in org.bardframework.crud.api.base
Created by vahid on 5/13/17.
ValidationGroups.Save - Interface in org.bardframework.crud.api.base
 
ValidationGroups.Update - Interface in org.bardframework.crud.api.base
 
valueOf(String) - Static method in enum org.bardframework.crud.api.datatable.FilteringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bardframework.crud.api.datatable.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bardframework.crud.api.datatable.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bardframework.crud.api.datatable.Sort
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bardframework.crud.api.datatable.FilteringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bardframework.crud.api.datatable.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bardframework.crud.api.datatable.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bardframework.crud.api.datatable.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
visible - Variable in class org.bardframework.crud.api.datatable.HeaderAbstract
 

W

wrapOrNotFound(Optional<X>) - Static method in interface org.bardframework.crud.api.util.ResponseUtil
Wrap the optional into a ResponseEntity with an HttpStatus.OK status, or if it's empty, it returns a ResponseEntity with HttpStatus.NOT_FOUND.
wrapOrNotFound(Optional<X>, HttpHeaders) - Static method in interface org.bardframework.crud.api.util.ResponseUtil
Wrap the optional into a ResponseEntity with an HttpStatus.OK status with the headers, or if it's empty, it returns a ResponseEntity with HttpStatus.NOT_FOUND.
WriteRestController<M extends BaseModelAbstract<I>,D,S extends BaseService<M,?,D,I,U>,I extends Comparable<? super I>,U> - Interface in org.bardframework.crud.api.base
Created by zafari on 4/12/2015.
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form