|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceManager
Interface IResourceManager : enhance model and process additionnal actions
Method Summary | |
---|---|
void |
doCreateResourceAddOn(javax.servlet.http.HttpServletRequest request,
String strResourceType,
int nResourceId)
Perform actions associated to the document creation |
void |
doDeleteResourceAddOn(javax.servlet.http.HttpServletRequest request,
String strResourceType,
int nResourceId)
Perform actions associated to the document deletion |
void |
doDownloadResourceAddOn(javax.servlet.http.HttpServletRequest request,
String strResourceType,
int nResourceId)
Perform actions associated to the document download |
void |
doModifyResourceAddOn(javax.servlet.http.HttpServletRequest request,
String strResourceType,
int nResourceId)
Perform actions associated to the document modification |
void |
getCreateResourceModelAddOn(Map<String,Object> model)
Add datas to the create document model use in the template |
void |
getModifyResourceModelAddOn(Map<String,Object> model,
String strResourceType,
int nResourceId)
Add datas to the modify document model use in the template |
Method Detail |
---|
void getCreateResourceModelAddOn(Map<String,Object> model)
model
- the map use in the templatevoid doCreateResourceAddOn(javax.servlet.http.HttpServletRequest request, String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid getModifyResourceModelAddOn(Map<String,Object> model, String strResourceType, int nResourceId)
model
- the map use in the templatestrResourceType
- the resource typenResourceId
- the resource idvoid doModifyResourceAddOn(javax.servlet.http.HttpServletRequest request, String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid doDeleteResourceAddOn(javax.servlet.http.HttpServletRequest request, String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid doDownloadResourceAddOn(javax.servlet.http.HttpServletRequest request, String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |