|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkspaceDAO
Interface for DAO accessing repository
Method Summary | |
---|---|
boolean |
canCreate()
Tells if workspace creation is provided by this DAO. |
void |
create(String strWorkspace)
Create a new workspace |
void |
delete(String strWorkspace)
Remove a workspace |
IWorkspace |
findById(String id)
Find a workspace by id |
IWorkspace |
findByName(String strWorkspace)
Find a workspace by name |
String[] |
getAvailableWorkspaces()
Return all availables workspace |
void |
store(IWorkspace workspace)
Modify a workspace |
Methods inherited from interface fr.paris.lutece.plugins.jcr.business.IJsr170DAO |
---|
free, isAlive |
Method Detail |
---|
void create(String strWorkspace)
strWorkspace
- the workspace namevoid store(IWorkspace workspace)
workspace
- the workspacevoid delete(String strWorkspace)
strWorkspace
- the workspaceIWorkspace findById(String id)
id
- the workspace id
IWorkspace findByName(String strWorkspace)
strWorkspace
- the workspace name
String[] getAvailableWorkspaces()
boolean canCreate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |