|
||||||||||
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,
java.lang.String strResourceType,
int nResourceId)
Perform actions associated to the document creation |
void |
doDeleteResourceAddOn(javax.servlet.http.HttpServletRequest request,
java.lang.String strResourceType,
int nResourceId)
Perform actions associated to the document deletion |
void |
doDownloadResourceAddOn(javax.servlet.http.HttpServletRequest request,
java.lang.String strResourceType,
int nResourceId)
Perform actions associated to the document download |
void |
doModifyResourceAddOn(javax.servlet.http.HttpServletRequest request,
java.lang.String strResourceType,
int nResourceId)
Perform actions associated to the document modification |
void |
getCreateResourceModelAddOn(java.util.Map<java.lang.String,java.lang.Object> model)
Add datas to the create document model use in the template |
void |
getModifyResourceModelAddOn(java.util.Map<java.lang.String,java.lang.Object> model,
java.lang.String strResourceType,
int nResourceId)
Add datas to the modify document model use in the template |
Method Detail |
---|
void getCreateResourceModelAddOn(java.util.Map<java.lang.String,java.lang.Object> model)
model
- the map use in the templatevoid doCreateResourceAddOn(javax.servlet.http.HttpServletRequest request, java.lang.String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid getModifyResourceModelAddOn(java.util.Map<java.lang.String,java.lang.Object> model, java.lang.String strResourceType, int nResourceId)
model
- the map use in the templatestrResourceType
- the resource typenResourceId
- the resource idvoid doModifyResourceAddOn(javax.servlet.http.HttpServletRequest request, java.lang.String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid doDeleteResourceAddOn(javax.servlet.http.HttpServletRequest request, java.lang.String strResourceType, int nResourceId)
request
- The HTTP requeststrResourceType
- the resource typenResourceId
- the resource idvoid doDownloadResourceAddOn(javax.servlet.http.HttpServletRequest request, java.lang.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 |