public interface DocClassRightService
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD |
static String |
DELETE |
static String |
MODIFY |
static String |
PRINT |
static String |
READ |
| Modifier and Type | Method and Description |
|---|---|
void |
addConditionRight(String resourceId,
boolean isGroup,
String documentClassName,
String type,
String indexName,
String operator,
String value) |
void |
addRight(String resourceId,
boolean isGroup,
Long documentClassId,
String level) |
void |
addRight(String resourceId,
boolean isGroup,
String documentClassName,
String level,
boolean adding,
boolean printing) |
void |
importDocumentClassConditionRightsFromExcel(String path) |
void |
importDocumentClassRights(String path) |
static final String READ
static final String MODIFY
static final String DELETE
static final String ADD
static final String PRINT
void addRight(String resourceId, boolean isGroup, String documentClassName, String level, boolean adding, boolean printing)
void addConditionRight(String resourceId, boolean isGroup, String documentClassName, String type, String indexName, String operator, String value)
void importDocumentClassRights(String path) throws Exception
ExceptionCopyright © 2017 Suncode. All rights reserved.