| Package | Description |
|---|---|
| com.sprhibrad.framework.controller | |
| com.sprhibrad.framework.dao | |
| com.sprhibrad.framework.service |
| Modifier and Type | Field and Description |
|---|---|
protected IShrService<UserPrefs> |
ShrController.userPrefsService |
| Modifier and Type | Method and Description |
|---|---|
protected UserPrefs |
UserPrefsController.getEntityInstance() |
UserPrefs |
UserPreferences.getUserPrefs() |
| Modifier and Type | Method and Description |
|---|---|
protected IShrService<UserPrefs> |
UserPrefsController.getService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserPrefsController.addEditingAttributes(org.springframework.web.servlet.ModelAndView modelAndView,
UserPrefs obj) |
void |
ShrController.setUserPrefs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
UserPrefs userPrefs) |
org.springframework.web.servlet.ModelAndView |
UserPrefsController.updateObject(UserPrefs object,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Constructor and Description |
|---|
UserPreferences(UserPrefs userPrefs,
ShrResourceBundleMessageSource messageSource,
ShrDateFormatter dateFormatter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserPrefsDao.update(UserPrefs object,
UserPrefs objectInDb) |
| Modifier and Type | Method and Description |
|---|---|
protected IShrDao<UserPrefs> |
UserPrefsService.getDao() |