Interface ProjectConstants
-
public interface ProjectConstants
Project constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALENDAR_MODULE_SERVICE_IDCalendar module service identifierstatic StringEDITIONFO_TEMPLATEProject workspace page template for the edition FO module.static StringPROJECT_TEMPLATEProject workspace page template.static StringRIGHT_PROJECT_ADD_MEMBERProject Right to add a member to a projectstatic StringRIGHT_PROJECT_ADD_PLACERight ID to add a placestatic StringRIGHT_PROJECT_ADD_TAGRight ID to add a tagstatic StringRIGHT_PROJECT_CREATERight ID to create project in the back officestatic StringRIGHT_PROJECT_DELETERight ID to delete project in the back officestatic StringRIGHT_PROJECT_DELETE_PLACERight ID to delete a placestatic StringRIGHT_PROJECT_DELETE_TAGRight ID to delete a tagstatic StringRIGHT_PROJECT_EDITRight ID to edit project in the back officestatic StringRIGHT_PROJECT_HANDLE_PROJECTKEYWORDSRight ID to manager project keywords (not modules keywords)static StringRIGHT_PROJECT_HANDLE_TAGSRight ID to manager project tagsstatic StringRIGHT_PROJECT_REMOVE_MEMBERProject Right to remove a member from the project
-
-
-
Field Detail
-
PROJECT_TEMPLATE
static final String PROJECT_TEMPLATE
Project workspace page template.- See Also:
- Constant Field Values
-
EDITIONFO_TEMPLATE
static final String EDITIONFO_TEMPLATE
Project workspace page template for the edition FO module.- See Also:
- Constant Field Values
-
CALENDAR_MODULE_SERVICE_ID
static final String CALENDAR_MODULE_SERVICE_ID
Calendar module service identifier- See Also:
- Constant Field Values
-
RIGHT_PROJECT_CREATE
static final String RIGHT_PROJECT_CREATE
Right ID to create project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_EDIT
static final String RIGHT_PROJECT_EDIT
Right ID to edit project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE
static final String RIGHT_PROJECT_DELETE
Right ID to delete project in the back office- See Also:
- Constant Field Values
-
RIGHT_PROJECT_ADD_TAG
static final String RIGHT_PROJECT_ADD_TAG
Right ID to add a tag- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE_TAG
static final String RIGHT_PROJECT_DELETE_TAG
Right ID to delete a tag- See Also:
- Constant Field Values
-
RIGHT_PROJECT_ADD_PLACE
static final String RIGHT_PROJECT_ADD_PLACE
Right ID to add a place- See Also:
- Constant Field Values
-
RIGHT_PROJECT_DELETE_PLACE
static final String RIGHT_PROJECT_DELETE_PLACE
Right ID to delete a place- See Also:
- Constant Field Values
-
RIGHT_PROJECT_HANDLE_TAGS
static final String RIGHT_PROJECT_HANDLE_TAGS
Right ID to manager project tags- See Also:
- Constant Field Values
-
RIGHT_PROJECT_HANDLE_PROJECTKEYWORDS
static final String RIGHT_PROJECT_HANDLE_PROJECTKEYWORDS
Right ID to manager project keywords (not modules keywords)- See Also:
- Constant Field Values
-
RIGHT_PROJECT_ADD_MEMBER
static final String RIGHT_PROJECT_ADD_MEMBER
Project Right to add a member to a project- See Also:
- Constant Field Values
-
RIGHT_PROJECT_REMOVE_MEMBER
static final String RIGHT_PROJECT_REMOVE_MEMBER
Project Right to remove a member from the project- See Also:
- Constant Field Values
-
-