Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IChangeManagerLocal.deleteMilestone(String pWorkspaceId,
int milestoneId) |
List<ChangeOrder> |
IChangeManagerLocal.getChangeOrdersByMilestone(String pWorkspaceId,
int milestoneId) |
List<ChangeRequest> |
IChangeManagerLocal.getChangeRequestsByMilestone(String pWorkspaceId,
int milestoneId) |
Milestone |
IChangeManagerLocal.getMilestone(String pWorkspaceId,
int milestoneId) |
Milestone |
IChangeManagerLocal.getMilestoneByTitle(String pWorkspaceId,
String pTitle) |
Milestone |
IChangeManagerLocal.removeACLFromMilestone(String pWorkspaceId,
int pId) |
Milestone |
IChangeManagerLocal.updateACLForMilestone(String pWorkspaceId,
int pId,
Map<String,String> pUserEntries,
Map<String,String> pGroupEntries) |
Milestone |
IChangeManagerLocal.updateMilestone(int milestoneId,
String pWorkspaceId,
String title,
String description,
Date dueDate) |
Copyright © 2017 DocDoku. All rights reserved.