Package | Description |
---|---|
com.sprhibrad.framework.configuration | |
com.sprhibrad.framework.controller | |
com.sprhibrad.framework.service |
Modifier and Type | Method and Description |
---|---|
IShrService |
UserManager.getUserService() |
Modifier and Type | Field and Description |
---|---|
protected IShrService<UserPrefs> |
ShrController.userPrefsService |
Modifier and Type | Method and Description |
---|---|
protected abstract IShrService<T> |
ShrController.getService() |
protected IShrService<UserPrefs> |
UserPrefsController.getService() |
Modifier and Type | Method and Description |
---|---|
protected void |
ShrController.addDetailsAttribute(java.lang.String entitiesName,
IShrService detailService,
java.lang.String property,
T masterObject,
org.springframework.web.servlet.ModelAndView modelAndView,
javax.servlet.http.HttpServletRequest request,
java.lang.String orders,
java.lang.String orientations,
java.lang.String detailFkMember,
java.lang.String[] previewFields) |
Modifier and Type | Class and Description |
---|---|
class |
ShrService<T extends ShrEntity>
The SprHibRAD core class for the service layer.
|
class |
UserPrefsService |