Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Utils.extractValue(java.lang.String fieldName,
ShrEntity object) |
static void |
Utils.setValue(java.lang.String fieldName,
ShrEntity object,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EntityRenderer.render(ShrEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
ImplShrController<T extends ShrEntity>
This class is the driver for overriding during the writing of a SprHibRAD based application controller class.
|
class |
ShrController<T extends ShrEntity>
The SprHibRAD core class for the Controller activity.
|
Modifier and Type | Class and Description |
---|---|
class |
ShrLocale |
Modifier and Type | Method and Description |
---|---|
ShrEntity |
ShrController.NavigatorNode.getObject() |
ShrEntity |
ShrController.getParentObjectFromNavigator(javax.servlet.http.HttpServletRequest request,
java.lang.String entityName) |
protected ShrEntity |
ShrController.manageNode(java.io.Serializable id,
javax.servlet.http.HttpServletRequest request,
java.lang.String entityName,
org.springframework.web.servlet.ModelAndView modelAndView,
boolean forEdit,
java.lang.Integer iteration,
java.lang.String listMode,
T searchEntity,
ShrEntity availableObject) |
protected ShrEntity |
ShrController.manageNode(java.io.Serializable id,
javax.servlet.http.HttpServletRequest request,
java.lang.String entityName,
org.springframework.web.servlet.ModelAndView modelAndView,
boolean forEdit,
ShrEntity availableObject) |
Modifier and Type | Method and Description |
---|---|
ShrController.MViewAndObj |
ShrController.loadObject(java.lang.Boolean forEdit,
java.io.Serializable id,
java.lang.String viewName,
java.lang.String entityName,
javax.servlet.http.HttpServletRequest request,
ShrEntity availableObject) |
protected ShrEntity |
ShrController.manageNode(java.io.Serializable id,
javax.servlet.http.HttpServletRequest request,
java.lang.String entityName,
org.springframework.web.servlet.ModelAndView modelAndView,
boolean forEdit,
java.lang.Integer iteration,
java.lang.String listMode,
T searchEntity,
ShrEntity availableObject) |
protected ShrEntity |
ShrController.manageNode(java.io.Serializable id,
javax.servlet.http.HttpServletRequest request,
java.lang.String entityName,
org.springframework.web.servlet.ModelAndView modelAndView,
boolean forEdit,
ShrEntity availableObject) |
void |
ShrController.putObjectIntoNode(ShrController.NavigatorNode node,
ShrEntity object) |
Constructor and Description |
---|
MViewAndObj(org.springframework.web.servlet.ModelAndView mav,
ShrEntity obj) |
Modifier and Type | Class and Description |
---|---|
class |
ShrDao<T extends ShrEntity>
The SprHibRAD core class for the Data Access Object layer.
|
Modifier and Type | Class and Description |
---|---|
class |
None
used for have generics, referring to ShrEntity and descendants as instance type, admintting even no substantial type to be specified in their descendant
|
class |
UserPrefs
It hosts the user preferences : the 'mode' of the menu (horizontal at the top OR vertical on the left) and the user's Locale
(that drives any format a part from the currency format that is set at application level - see the configuration file of SprHibRAD application)
|
class |
VerboseLiteral
The base class for any entity, made essentially by one descriptive text.
|
Modifier and Type | Class and Description |
---|---|
class |
ShrService<T extends ShrEntity>
The SprHibRAD core class for the service layer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
ShrService.getDetailObjects(java.lang.String mainEntityName,
ShrEntity object,
DataSetClauses detailClauses) |
java.util.List<T> |
IShrService.getDetailObjects(java.lang.String mainEntityName,
ShrEntity object,
DataSetClauses detailClauses) |
Modifier and Type | Method and Description |
---|---|
protected ShrEntity |
DetailSetRenderer.displayingObject(ShrEntity detailObject) |
protected ShrEntity |
DataSetRenderer.displayingObject(ShrEntity detailObject) |
ShrEntity |
FormAccessor.getEntityObj() |
ShrEntity |
DetailManager.getEntityObj() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataSetManager.detailRowCommand(java.lang.String entityName,
java.lang.String detailProperty,
java.lang.String id,
java.lang.Boolean viewProperty,
java.lang.String noDelete,
ShrEntity detailObject) |
java.lang.String |
ShrTagSupport.detailRowCommand(java.lang.String entityName,
java.lang.String detailProperty,
java.lang.String id,
java.lang.Boolean viewProperty,
java.lang.String noDelete,
ShrEntity childObject) |
java.lang.String |
ResultManager.detailRowCommand(java.lang.String entityName,
java.lang.String detailProperty,
java.lang.String id,
java.lang.Boolean viewProperty,
java.lang.String noDelete,
ShrEntity detailObject) |
protected ShrEntity |
DetailSetRenderer.displayingObject(ShrEntity detailObject) |
protected ShrEntity |
DataSetRenderer.displayingObject(ShrEntity detailObject) |
protected java.lang.String |
ShrTagSupport.getUrl(java.lang.String subPath,
java.lang.String identifier,
ShrEntity entity,
java.lang.String entityName,
java.lang.String entityPath) |
protected java.lang.String |
ShrTagSupport.href(java.lang.String subPath,
java.lang.String literal,
java.lang.String entityName,
java.lang.String identifier,
ShrEntity entity,
java.lang.String verboseEntityName) |
protected java.lang.String |
ShrTagSupport.renderEntity(ShrEntity entity) |
protected java.lang.String |
DetailManager.renderEntity(ShrEntity entity) |
static java.lang.String |
ShrTagSupport.renderEntity(ShrEntity entity,
javax.servlet.jsp.PageContext pageContext) |
protected java.lang.String |
ResultSetRenderer.renderRowCommand(java.lang.Object object,
ShrEntity detailObject) |
protected java.lang.String |
DetailSetRenderer.renderRowCommand(java.lang.Object object,
ShrEntity detailObject) |
protected abstract java.lang.String |
DataSetRenderer.renderRowCommand(java.lang.Object object,
ShrEntity detailObject) |
java.lang.String |
FormAccessor.rowCommand(java.lang.String id,
ShrEntity detailObject) |