| Modifier and Type | Interface and Description |
|---|---|
interface |
UnitAclLoadable
This interface defines a document class to be load able with a unit access control list.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Permissionable |
KcWorkflowDocumentAuthorizer.getPermissionable(String documentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardBudgetDocument |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardDocument
This class represents the Award Document Object.
|
| Modifier and Type | Method and Description |
|---|---|
Permissionable |
AwardDocument.getBudgetPermissionable() |
| Modifier and Type | Class and Description |
|---|---|
class |
Award
This class is Award Business Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SponsorHierarchy |
class |
SponsorHierarchyMt |
| Modifier and Type | Class and Description |
|---|---|
class |
BudgetDocument<T extends BudgetParent> |
class |
BudgetParentDocument<T extends BudgetParent> |
| Modifier and Type | Method and Description |
|---|---|
abstract Permissionable |
BudgetParentDocument.getBudgetPermissionable() |
| Modifier and Type | Class and Description |
|---|---|
class |
CoiAnnualEventDisclosure |
class |
CoiDisclosure
This class is the main bo class of Coi disclosure
|
class |
CoiDisclosureReviews
This class exists to enable lookups for event disclosures.
|
class |
CoiEventDisclosure
This class exists to enable lookups for event disclosures.
|
class |
CoiNonProjectEventDisclosure |
class |
CoiSubmittedDisclosure |
| Modifier and Type | Class and Description |
|---|---|
class |
Committee
Represents a single committee within an institution.
|
class |
CommitteeSchedule
This is BO class to support CommitteeScheulde.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeBase<CMT extends CommitteeBase<CMT,CD,CS>,CD extends CommitteeDocumentBase<CD,CMT,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
Represents a single committee within an institution.
|
class |
CommitteeScheduleBase<CS extends CommitteeScheduleBase<CS,CMT,PS,CSM>,CMT extends CommitteeBase<CMT,?,CS>,PS extends ProtocolSubmissionBase,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
This is BO class to support CommitteeScheulde.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocol
This class is ProtocolBase Business Object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucCommittee |
class |
IacucCommitteeSchedule |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolOnlineReview
This class encapsulates the notion of a protocol review.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol
This class is Protocol Business Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Permissionable |
ProtocolWorkflowDocumentAuthorizer.getPermissionable(String documentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolOnlineReview
This class encapsulates the notion of a protocol review.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Negotiation
This class handles the negotiation BO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalDevelopmentDocument |
| Modifier and Type | Method and Description |
|---|---|
Permissionable |
ProposalDevelopmentDocument.getBudgetPermissionable() |
| Modifier and Type | Method and Description |
|---|---|
protected Permissionable |
ProposalDevelopmentWorkflowDocumentAuthorizer.getPermissionable(String documentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolBase |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolOnlineReviewBase
This class encapsulates the notion of a protocol review.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KraAuthorizationService.addRole(String userId,
String roleName,
Permissionable permissionable)
Add a user to a role within an Award.
|
List<RolePersons> |
KraAuthorizationService.getAllRolePersons(Permissionable permissionable)
Get the list of all of the award roles and the persons in those
roles for a given Award.
|
List<KcPerson> |
KraAuthorizationService.getPersonsInRole(Permissionable permissionable,
String roleName)
Get the list of persons in a specific role for a given award.
|
List<String> |
KraAuthorizationService.getRoles(String userId,
Permissionable permissionable)
Get the roles for this user in the Award.
|
List<String> |
KraAuthorizationService.getUserNames(Permissionable permissionable,
String roleName)
Get the list of usernames of people who have the given role with respect to
the given Permissionable.
|
boolean |
KraAuthorizationService.hasPermission(String userId,
Permissionable permissionable,
String permissionName)
Does the user have the given permission for the given Award?
|
boolean |
KraAuthorizationService.hasPermission(String userId,
Permissionable permissionable,
String permissionNamespace,
String permissionName)
Does the user have the given permission in the given namespace?
|
boolean |
KraAuthorizationService.hasRole(String userId,
Permissionable permissionable,
String roleName)
Does the user have the given role for the given Award?
|
void |
UnitAclLoadService.loadUnitAcl(Permissionable permissionable)
Loads the access control list of a specific unit into the document's authorization service.
|
void |
KraAuthorizationService.removeRole(String userId,
String roleName,
Permissionable permissionable)
Remove a user from a role within a Award.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KraAuthorizationServiceImpl.addRole(String userId,
String roleName,
Permissionable permissionable) |
List<RolePersons> |
KraAuthorizationServiceImpl.getAllRolePersons(Permissionable permissionable) |
List<KcPerson> |
KraAuthorizationServiceImpl.getPersonsInRole(Permissionable permissionable,
String roleName) |
List<String> |
KraAuthorizationServiceImpl.getRoles(String userId,
Permissionable permissionable) |
List<String> |
KraAuthorizationServiceImpl.getUserNames(Permissionable permissionable,
String roleName) |
boolean |
KraAuthorizationServiceImpl.hasPermission(String userId,
Permissionable permissionable,
String permissionName) |
boolean |
KraAuthorizationServiceImpl.hasPermission(String userId,
Permissionable permissionable,
String permissionNamespace,
String permissionName) |
boolean |
KraAuthorizationServiceImpl.hasRole(String userId,
Permissionable permissionable,
String roleName) |
void |
UnitAclLoadServiceImpl.loadUnitAcl(Permissionable permissionable) |
void |
KraAuthorizationServiceImpl.removeRole(String userId,
String roleName,
Permissionable permissionable) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubAward
This class is using for SubAward...
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeAndMoneyDocument
This class represents the Time and Money Document Object.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.