| Package | Description |
|---|---|
| org.sakaiproject.delegatedaccess.logic | |
| org.sakaiproject.delegatedaccess.model |
| Modifier and Type | Method and Description |
|---|---|
List<ListOptionSerialized> |
ProjectLogic.getEntireToolsList()
returns a blank (unselected) list of all the tool options for restricting tools
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProjectLogic.addChildrenNodes(Object node,
String userId,
List<ListOptionSerialized> blankRestrictedTools,
boolean onlyAccessNodes,
List<String> accessAdminNodes,
boolean shopping,
boolean shoppingPeriodTool)
Adds children node to a node that hasn't had it's children populated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListOptionSerialized> |
NodeModel.getInheritedRestrictedAuthTools() |
List<ListOptionSerialized> |
NodeModel.getInheritedRestrictedPublicTools() |
List<ListOptionSerialized> |
NodeModel.getRestrictedAuthTools() |
List<ListOptionSerialized> |
NodeModel.getRestrictedPublicTools() |
List<ListOptionSerialized> |
NodeModel.getSelectedRestrictedAuthTools() |
List<ListOptionSerialized> |
NodeModel.getSelectedRestrictedAuthToolsOrig() |
List<ListOptionSerialized> |
NodeModel.getSelectedRestrictedPublicTools() |
List<ListOptionSerialized> |
NodeModel.getSelectedRestrictedPublicToolsOrig() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
NodeModel.convertListToArray(List<ListOptionSerialized> list) |
void |
NodeModel.setRestrictedAuthTools(List<ListOptionSerialized> restrictedAuthTools) |
void |
NodeModel.setRestrictedPublicTools(List<ListOptionSerialized> restrictedPublicTools) |
| Constructor and Description |
|---|
NodeModel(String nodeId,
HierarchyNodeSerialized node,
boolean directAccess,
String realm,
String role,
NodeModel parentNode,
List<ListOptionSerialized> restrictedAuthTools,
List<ListOptionSerialized> restrictedPublicTools,
Date shoppingPeriodStartDate,
Date shoppingPeriodEndDate,
boolean addedDirectChildrenFlag,
boolean shoppingPeriodAdmin,
String modifiedBy,
Date modified,
Date shoppingAdminModified,
String shoppingAdminModifiedBy,
boolean accessAdmin,
boolean shoppingPeriodRevokeInstructorEditable,
boolean shoppingPeriodRevokeInstructorPublicOpt,
boolean allowBecomeUser,
boolean instructorEdited) |
NodeModel(String nodeId,
HierarchyNodeSerialized node,
boolean directAccess,
String realm,
String role,
NodeModel parentNode,
List<ListOptionSerialized> restrictedAuthTools,
List<ListOptionSerialized> restrictedPublicTools,
Date shoppingPeriodStartDate,
Date shoppingPeriodEndDate,
boolean addedDirectChildrenFlag,
boolean shoppingPeriodAdmin,
String modifiedBy,
Date modified,
Date shoppingAdminModified,
String shoppingAdminModifiedBy,
boolean accessAdmin,
boolean shoppingPeriodRevokeInstructorEditable,
boolean shoppingPeriodRevokeInstructorPublicOpt,
boolean allowBecomeUser,
boolean instructorEdited) |
Copyright © 2003-2014 Sakai Project. All Rights Reserved.