| Modifier and Type | Method and Description |
|---|---|
protected Negotiation |
MedusaServiceImpl.getNegotiation(Long negotiationId) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Negotiation> |
MedusaServiceImpl.getNegotiations(org.kuali.rice.krad.bo.BusinessObject bo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MedusaServiceImpl.buildGraph(HashMap<org.kuali.rice.krad.bo.BusinessObject,List<org.kuali.rice.krad.bo.BusinessObject>> graph,
Negotiation negotiation) |
protected MedusaNode |
MedusaServiceImpl.getNode(Negotiation negotiation) |
| Modifier and Type | Method and Description |
|---|---|
Negotiation |
NegotiationAssociate.getNegotiation()
Gets the negotiations attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationAssociate.setNegotiation(Negotiation negotiation)
Sets the negotiation attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
NegotiationAuthorizer.hasPermission(String userId,
Negotiation negotiation,
String permissionName)
Does the given user has the permission for this protocol?
|
| Modifier and Type | Method and Description |
|---|---|
Negotiation |
NegotiationUnassociatedDetail.getNegotiation() |
Negotiation |
NegotiationActivity.getNegotiation() |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationUnassociatedDetail.setNegotiation(Negotiation negotiation) |
void |
NegotiationActivity.setNegotiation(Negotiation negotiation) |
| Modifier and Type | Method and Description |
|---|---|
Negotiation |
NegotiationDocument.getNegotiation() |
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
NegotiationDocument.getNegotiationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationDocument.setNegotiationList(List<Negotiation> negotiationList) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Negotiation> |
NegotiationDaoOjb.filterByNegotiationAge(String value,
Collection<Negotiation> negotiations)
Since the negotiation age is not persisted filter negotiations based on age.
|
Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationResults(Map<String,String> fieldValues) |
Collection<Negotiation> |
NegotiationDao.getNegotiationResults(Map<String,String> fieldValues)
Get negotiation results using the field values provided.
|
protected Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationsLinkedToAward(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for awards linked to negotiation using both award and negotiation values.
|
protected Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationsLinkedToProposal(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for institutional proposals linked to negotiations using both criteria.
|
protected Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationsLinkedToProposalLog(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for proposal logs linked to negotiations using both criteria.
|
protected Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationsLinkedToSubAward(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
This method returns Negotiations linked to subawards based on search.
|
protected Collection<Negotiation> |
NegotiationDaoOjb.getNegotiationsUnassociated(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for unassociated negotiations using criteria from the unassociated detail.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Negotiation> |
NegotiationDaoOjb.filterByNegotiationAge(String value,
Collection<Negotiation> negotiations)
Since the negotiation age is not persisted filter negotiations based on age.
|
| Modifier and Type | Method and Description |
|---|---|
Negotiation |
NegotiationNotificationRoleQualifierServiceImpl.getNegotiation() |
Negotiation |
NegotiationNotificationRoleQualifierService.getNegotiation() |
Negotiation |
NegotiationNotificationRenderer.getNegotiation() |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationNotificationRoleQualifierServiceImpl.setNegotiation(Negotiation negotiation) |
void |
NegotiationNotificationRoleQualifierService.setNegotiation(Negotiation negotiation) |
void |
NegotiationNotificationRenderer.setNegotiation(Negotiation negotiation) |
| Modifier and Type | Method and Description |
|---|---|
Negotiation |
NegotiationActivityXmlStream.getNegotiation()
This method get's the negotiation
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationActivityXmlStream.setNegotiation(Negotiation negotiation)
This method set's the negotiation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NegotiationDocumentRule.validateActivityAttachments(Negotiation negotiation,
NegotiationActivity activity)
Validate the activities attachments.
|
boolean |
NegotiationActivityAttachmentRuleImpl.validateAttachmentRule(Negotiation negotiation,
NegotiationActivity activity,
NegotiationActivityAttachment attachment)
Call this to validate individual attachments.
|
boolean |
NegotiationDocumentRule.validateEndDate(Negotiation negotiation) |
boolean |
NegotiationDocumentRule.validateNegotiationActivities(Negotiation negotiation)
Validate existing negotiation activities.
|
boolean |
NegotiationActivityRuleImpl.validateNegotiationActivity(NegotiationActivity activity,
Negotiation negotiation)
Call this to validate individual activities.
|
boolean |
NegotiationDocumentRule.validateNegotiationAssociations(Negotiation negotiation)
This method validates the Negotiation Association.
|
boolean |
NegotiationDocumentRule.validateNegotiationUnassociatedDetails(Negotiation negotiation) |
boolean |
NegotiationDocumentRule.validateNegotiator(Negotiation negotiation) |
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
NegotiationServiceImpl.getAssociatedNegotiations(org.kuali.rice.krad.bo.BusinessObject bo) |
List<Negotiation> |
NegotiationService.getAssociatedNegotiations(org.kuali.rice.krad.bo.BusinessObject bo)
Get any negotiations associated with BO(ProposalLog, Inst Prop, Award, Subaward).
|
protected Collection<Negotiation> |
NegotiationServiceImpl.getAssociatedNegotiations(String associatedId,
String associationTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
NegotiationAssociatedDetailBean |
NegotiationServiceImpl.buildNegotiationAssociatedDetailBean(Negotiation negotiation) |
NegotiationAssociatedDetailBean |
NegotiationService.buildNegotiationAssociatedDetailBean(Negotiation negotiation)
This method gets the award, proposal log, institutional proposal or sub award from the negotiation's associated doc ID, and
create a NegotiationAssociatedDetailBean to pass back;
|
void |
NegotiationServiceImpl.checkForPropLogPromotion(Negotiation negotiation) |
void |
NegotiationService.checkForPropLogPromotion(Negotiation negotiation)
If the negotiation is linked to a proposal log that has been promoted to a inst prop, then
link the negotiation to the new inst prop.
|
NegotiationUnassociatedDetail |
NegotiationServiceImpl.findAndLoadNegotiationUnassociatedDetail(Negotiation negotiation) |
NegotiationUnassociatedDetail |
NegotiationService.findAndLoadNegotiationUnassociatedDetail(Negotiation negotiation)
This method fine a NegotiationAssociatedDetail object from the DB and sets it to the passed in negotiation.
|
Negotiable |
NegotiationServiceImpl.getAssociatedObject(Negotiation negotiation) |
Negotiable |
NegotiationService.getAssociatedObject(Negotiation negotiation)
This method returns the associated Negotiable implemetned BO for the passed in negotiation.
|
List<NegotiationNotification> |
NegotiationServiceImpl.getNegotiationNotifications(Negotiation negotiation) |
List<NegotiationNotification> |
NegotiationService.getNegotiationNotifications(Negotiation negotiation) |
boolean |
NegotiationServiceImpl.isPersonIsAssociatedPerson(Negotiation negotiation,
String personToCheckPersonId) |
boolean |
NegotiationService.isPersonIsAssociatedPerson(Negotiation negotiation,
String personToCheckPersonId)
This method checks to see if the passed in person id is the PI, CO-PI, or KeyPerson on the associated document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
NegotiationPersonMassChangeService.getNegotiationChangeCandidates(PersonMassChange personMassChange)
Returns the Negotiations that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<Negotiation> negotiationChangeCandidates)
Performs the Person Mass Change on the Negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
NegotiationPersonMassChangeServiceImpl.getNegotiationChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
NegotiationPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<Negotiation> negotiationChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<Negotiation> |
PersonMassChangeViewHelper.getNegotiationChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setNegotiationChangeCandidates(List<Negotiation> negotiationChangeCandidates) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.