|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CoefficientUser in za.org.coefficient.authentication |
---|
Fields in za.org.coefficient.authentication declared as CoefficientUser | |
---|---|
private CoefficientUser |
ProjectMember.coefficientUser
|
Methods in za.org.coefficient.authentication that return CoefficientUser | |
---|---|
CoefficientUser |
ProjectMember.getCoefficientUser()
Gets the value of user |
Methods in za.org.coefficient.authentication with parameters of type CoefficientUser | |
---|---|
void |
ProjectMember.setCoefficientUser(CoefficientUser user)
Sets the value of user |
Constructors in za.org.coefficient.authentication with parameters of type CoefficientUser | |
---|---|
ProjectMember(CoefficientUser user,
Role projectRole)
|
Uses of CoefficientUser in za.org.coefficient.core |
---|
Fields in za.org.coefficient.core declared as CoefficientUser | |
---|---|
private CoefficientUser |
BaseCoefficientContext.tempUser
|
private CoefficientUser |
BaseCoefficientContext.workflowUser
|
Methods in za.org.coefficient.core that return CoefficientUser | |
---|---|
CoefficientUser |
BaseCoefficientContext.getCurrentUser()
If a user is logged in this will return that user otherwise it will return null |
Methods in za.org.coefficient.core with parameters of type CoefficientUser | |
---|---|
boolean |
Project.containsUser(CoefficientUser user)
|
void |
BaseCoefficientContext.setWorkflowUser(CoefficientUser workflowUser)
|
Uses of CoefficientUser in za.org.coefficient.interceptors |
---|
Fields in za.org.coefficient.interceptors declared as CoefficientUser | |
---|---|
private static CoefficientUser |
WorkflowSetupInterceptor.workflowUser
|
Uses of CoefficientUser in za.org.coefficient.interfaces |
---|
Methods in za.org.coefficient.interfaces that return CoefficientUser | |
---|---|
CoefficientUser |
CoefficientContext.getCurrentUser()
If a user is logged in this will return that user otherwise it will return null |
Methods in za.org.coefficient.interfaces with parameters of type CoefficientUser | |
---|---|
void |
CoefficientContext.setWorkflowUser(CoefficientUser workflowUser)
|
Uses of CoefficientUser in za.org.coefficient.modules |
---|
Methods in za.org.coefficient.modules with parameters of type CoefficientUser | |
---|---|
java.lang.String |
BaseModule.displayUsersData(CoefficientUser user)
This is a base implementation that will return an empty string for a modules user related data. |
Uses of CoefficientUser in za.org.coefficient.modules.fileUpload |
---|
Fields in za.org.coefficient.modules.fileUpload declared as CoefficientUser | |
---|---|
private CoefficientUser |
ProjectUpload.coefficientUser
|
protected CoefficientUser |
ProjectEntity.coefficientUser
|
Methods in za.org.coefficient.modules.fileUpload that return CoefficientUser | |
---|---|
CoefficientUser |
ProjectUpload.getCoefficientUser()
|
CoefficientUser |
ProjectEntity.getCoefficientUser()
|
Methods in za.org.coefficient.modules.fileUpload with parameters of type CoefficientUser | |
---|---|
private java.util.List |
FileUpload.filterRoles(CoefficientUser user,
java.util.List roles,
Project project)
|
void |
ProjectUpload.setCoefficientUser(CoefficientUser user)
|
void |
ProjectEntity.setCoefficientUser(CoefficientUser coefficientUser)
|
Uses of CoefficientUser in za.org.coefficient.modules.issueTracker |
---|
Fields in za.org.coefficient.modules.issueTracker declared as CoefficientUser | |
---|---|
private CoefficientUser |
SearchFilter.assignedTo
|
private CoefficientUser |
IssueData.assignedTo
|
private CoefficientUser |
SearchFilter.author
|
private CoefficientUser |
IssueData.author
|
private CoefficientUser |
SearchFilter.filterAuthor
|
private CoefficientUser |
DiscussionData.user
|
Methods in za.org.coefficient.modules.issueTracker that return CoefficientUser | |
---|---|
CoefficientUser |
SearchFilter.getAssignedTo()
Gets the value of name |
CoefficientUser |
IssueData.getAssignedTo()
Gets the value of name |
CoefficientUser |
SearchFilter.getAuthor()
Gets the value of name |
CoefficientUser |
IssueData.getAuthor()
Gets the value of name |
CoefficientUser |
SearchFilter.getFilterAuthor()
Gets the value of name |
CoefficientUser |
DiscussionData.getUser()
|
Methods in za.org.coefficient.modules.issueTracker with parameters of type CoefficientUser | |
---|---|
void |
IssueData.addWatcher(CoefficientUser user)
|
java.lang.String |
IssueTracker.displayUsersData(CoefficientUser user)
|
void |
IssueData.removeWatcher(CoefficientUser user)
|
void |
SearchFilter.setAssignedTo(CoefficientUser assignedTo)
|
void |
IssueData.setAssignedTo(CoefficientUser assignedTo)
|
void |
SearchFilter.setAuthor(CoefficientUser author)
|
void |
IssueData.setAuthor(CoefficientUser author)
|
void |
SearchFilter.setFilterAuthor(CoefficientUser filterAuthor)
|
void |
DiscussionData.setUser(CoefficientUser argUser)
|
Uses of CoefficientUser in za.org.coefficient.modules.mailforum |
---|
Methods in za.org.coefficient.modules.mailforum with parameters of type CoefficientUser | |
---|---|
private void |
MailForum.checkAllowPost(CoefficientUser user,
Forum forum,
java.util.HashMap map)
|
Uses of CoefficientUser in za.org.coefficient.modules.mailforum.util |
---|
Methods in za.org.coefficient.modules.mailforum.util with parameters of type CoefficientUser | |
---|---|
private static void |
DBUpdateUtil.changeUserResourceURI(CoefficientUser user)
|
Uses of CoefficientUser in za.org.coefficient.modules.news |
---|
Fields in za.org.coefficient.modules.news declared as CoefficientUser | |
---|---|
private CoefficientUser |
NewsData.author
|
Methods in za.org.coefficient.modules.news that return CoefficientUser | |
---|---|
CoefficientUser |
NewsData.getAuthor()
Gets the value of name |
Methods in za.org.coefficient.modules.news with parameters of type CoefficientUser | |
---|---|
void |
NewsData.setAuthor(CoefficientUser author)
|
Uses of CoefficientUser in za.org.coefficient.modules.project |
---|
Methods in za.org.coefficient.modules.project with parameters of type CoefficientUser | |
---|---|
java.lang.String |
Projects.displayUsersData(CoefficientUser user)
|
Uses of CoefficientUser in za.org.coefficient.modules.user |
---|
Methods in za.org.coefficient.modules.user that return CoefficientUser | |
---|---|
CoefficientUser |
UserAdmin.findUserForName(java.lang.String userName)
|
CoefficientUser |
UserAdmin.findWorkflowUser()
|
Methods in za.org.coefficient.modules.user with parameters of type CoefficientUser | |
---|---|
void |
MemberAdmin.removeAllProjectMembershipFor(CoefficientUser user)
|
Uses of CoefficientUser in za.org.coefficient.util.ejb |
---|
Methods in za.org.coefficient.util.ejb with parameters of type CoefficientUser | |
---|---|
static Role |
SecurityUtil.getHighestRoleForUser(CoefficientUser user,
Project project)
This is used to determine the correct role in the role hierarchy for a user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |