A B C D F G I P R S T U 

A

AbstractRestController<T extends BaseEntity> - Interface in ba.jamax.util.rest.controller
 
AbstractRestControllerImpl<T extends BaseEntity> - Class in ba.jamax.util.rest.controller
 
AbstractRestControllerImpl() - Constructor for class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
addAll(Collection<T>) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
addAll(Collection<T>) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
addAll(Collection<T>) - Method in interface ba.jamax.util.rest.service.GenericService
 
addAll(Collection<T>) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
addNew(T) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
addNew(T) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
addNew(T) - Method in interface ba.jamax.util.rest.service.GenericService
 
addNew(T) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 

B

ba.jamax.util.rest.controller - package ba.jamax.util.rest.controller
 
ba.jamax.util.rest.dao - package ba.jamax.util.rest.dao
 
ba.jamax.util.rest.model - package ba.jamax.util.rest.model
 
ba.jamax.util.rest.service - package ba.jamax.util.rest.service
 
ba.jamax.util.rest.util - package ba.jamax.util.rest.util
 
BaseEntity - Class in ba.jamax.util.rest.model
 
BaseEntity() - Constructor for class ba.jamax.util.rest.model.BaseEntity
 

C

countByCriteria(Map<String, Object>, Filter, boolean) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
countByCriteria(Map<String, Object>, Filter, boolean) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
countByCriteria(Map<String, Object>, Filter, boolean) - Method in interface ba.jamax.util.rest.service.GenericService
 
countByCriteria(Map<String, Object>, Filter, boolean) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
createCriteria(Map<String, Object>, Filter, boolean, Criteria, Order) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 

D

delete(T) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
delete(T) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
delete(T) - Method in interface ba.jamax.util.rest.service.GenericService
 
delete(T) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
doDelete(Serializable, HttpServletRequest) - Method in interface ba.jamax.util.rest.controller.AbstractRestController
 
doDelete(Serializable, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
doInsert(T, HttpServletRequest) - Method in interface ba.jamax.util.rest.controller.AbstractRestController
 
doInsert(T, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
doUpdate(T, HttpServletRequest) - Method in interface ba.jamax.util.rest.controller.AbstractRestController
 
doUpdate(T, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 

F

Filter - Class in ba.jamax.util.rest.model
 
Filter() - Constructor for class ba.jamax.util.rest.model.Filter
 
FilterRule - Class in ba.jamax.util.rest.model
 
FilterRule() - Constructor for class ba.jamax.util.rest.model.FilterRule
 
findByCriteria(Map<String, Object>, Filter, boolean, int, int, Order) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
findByCriteria(Map<String, Object>, Filter, boolean, int, int, Order) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
findByCriteria(Map<String, Object>, Filter, boolean, int, int, Order) - Method in interface ba.jamax.util.rest.service.GenericService
 
findByCriteria(Map<String, Object>, Filter, boolean, int, int, Order) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
findById(Serializable) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
findById(Serializable) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
findById(Serializable) - Method in interface ba.jamax.util.rest.service.GenericService
 
findById(Serializable) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 

G

GenericDAO<T extends BaseEntity> - Interface in ba.jamax.util.rest.dao
 
GenericDAOImpl<T extends BaseEntity> - Class in ba.jamax.util.rest.dao
 
GenericDAOImpl() - Constructor for class ba.jamax.util.rest.dao.GenericDAOImpl
 
GenericService<T extends BaseEntity> - Interface in ba.jamax.util.rest.service
 
GenericServiceImpl<T extends BaseEntity> - Class in ba.jamax.util.rest.service
 
GenericServiceImpl() - Constructor for class ba.jamax.util.rest.service.GenericServiceImpl
 
GenericUtils<T> - Class in ba.jamax.util.rest.util
 
GenericUtils() - Constructor for class ba.jamax.util.rest.util.GenericUtils
 
getChainedGetterMethod(Class, String[], int) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getContext() - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getCorrectObjectType(Method, Serializable) - Method in class ba.jamax.util.rest.util.TypeUtils
 
getCreated() - Method in class ba.jamax.util.rest.model.BaseEntity
 
getCreatedBy() - Method in class ba.jamax.util.rest.model.BaseEntity
 
getCriteria() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getCurrPage() - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
getDAO() - Method in interface ba.jamax.util.rest.service.GenericService
 
getDAO() - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
getData() - Method in class ba.jamax.util.rest.model.Rule
 
getField() - Method in class ba.jamax.util.rest.model.Rule
 
getFilter() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getFilteredEntity(RequestGridViewModel) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getFilters() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getGetter(Class<T>, String) - Method in class ba.jamax.util.rest.util.GenericUtils
 
getGetterMethod(String) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getGridData() - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
getGroupOp() - Method in class ba.jamax.util.rest.model.Filter
 
getLocaleResolver() - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getModified() - Method in class ba.jamax.util.rest.model.BaseEntity
 
getModifiedBy() - Method in class ba.jamax.util.rest.model.BaseEntity
 
getOp() - Method in class ba.jamax.util.rest.model.Rule
 
getOrder() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getPage() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getPersistentClass() - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getRows() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getRules() - Method in class ba.jamax.util.rest.model.Filter
 
getSearch() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getSearchField() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getSearchOper() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getSearchString() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getService() - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
getSessionFactory() - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
getSort() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
getTotalPages() - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
getTotalRecords() - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
getUsernameInSession() - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 

I

index(RequestGridViewModel, HttpServletRequest) - Method in interface ba.jamax.util.rest.controller.AbstractRestController
 
index(RequestGridViewModel, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
init(SessionFactory) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 

P

prepareGridViewModel(RequestGridViewModel, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 

R

RequestGridViewModel - Class in ba.jamax.util.rest.controller
 
RequestGridViewModel() - Constructor for class ba.jamax.util.rest.controller.RequestGridViewModel
 
ResponseGridViewModel<T> - Class in ba.jamax.util.rest.controller
 
ResponseGridViewModel() - Constructor for class ba.jamax.util.rest.controller.ResponseGridViewModel
 
ResponseGridViewModel(List<T>, int, int, int) - Constructor for class ba.jamax.util.rest.controller.ResponseGridViewModel
 
Rule - Class in ba.jamax.util.rest.model
 
Rule() - Constructor for class ba.jamax.util.rest.model.Rule
 

S

setCreated(Date) - Method in class ba.jamax.util.rest.model.BaseEntity
 
setCreatedBy(String) - Method in class ba.jamax.util.rest.model.BaseEntity
 
setCriteria(Map<String, Object>) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setCurrPage(int) - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
setDAO(GenericDAO<T>) - Method in interface ba.jamax.util.rest.service.GenericService
 
setDAO(GenericDAO<T>) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
setData(String) - Method in class ba.jamax.util.rest.model.Rule
 
setField(String) - Method in class ba.jamax.util.rest.model.Rule
 
setFilter(Filter) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setFilters(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setGridData(List<T>) - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
setGroupOp(String) - Method in class ba.jamax.util.rest.model.Filter
 
setModified(Date) - Method in class ba.jamax.util.rest.model.BaseEntity
 
setModifiedBy(String) - Method in class ba.jamax.util.rest.model.BaseEntity
 
setOp(String) - Method in class ba.jamax.util.rest.model.Rule
 
setOrder(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setPage(int) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setRows(int) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setRules(List<? extends FilterRule>) - Method in class ba.jamax.util.rest.model.Filter
 
setSearch(boolean) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setSearchField(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setSearchOper(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setSearchString(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setService(GenericService<T>) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
setSessionFactory(SessionFactory) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
setSort(String) - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
setTotalPages(int) - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 
setTotalRecords(int) - Method in class ba.jamax.util.rest.controller.ResponseGridViewModel
 

T

toString() - Method in class ba.jamax.util.rest.controller.RequestGridViewModel
 
TypeUtils - Class in ba.jamax.util.rest.util
 
TypeUtils() - Constructor for class ba.jamax.util.rest.util.TypeUtils
 

U

update(T) - Method in interface ba.jamax.util.rest.dao.GenericDAO
 
update(T) - Method in class ba.jamax.util.rest.dao.GenericDAOImpl
 
update(T) - Method in interface ba.jamax.util.rest.service.GenericService
 
update(T) - Method in class ba.jamax.util.rest.service.GenericServiceImpl
 
updatePreferedGridRowNum(Integer, HttpServletRequest) - Method in interface ba.jamax.util.rest.controller.AbstractRestController
 
updatePreferedGridRowNum(Integer, HttpServletRequest) - Method in class ba.jamax.util.rest.controller.AbstractRestControllerImpl
 
A B C D F G I P R S T U 

Copyright © 2015 Jamax Software. All rights reserved.