public class NegotiationDaoOjb extends org.kuali.rice.krad.dao.impl.LookupDaoOjb implements NegotiationDao
| Constructor and Description |
|---|
NegotiationDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Negotiation> |
filterByNegotiationAge(String value,
Collection<Negotiation> negotiations)
Since the negotiation age is not persisted filter negotiations based on age.
|
Collection |
findCollectionBySearchHelper(Class businessObjectClass,
Map formProps,
boolean unbounded,
boolean usePrimaryKeyValuesOnly,
Object additionalCriteria) |
Collection<Negotiation> |
getNegotiationResults(Map<String,String> fieldValues)
Get negotiation results using the field values provided.
|
NegotiationService |
getNegotiationService() |
protected Collection<Negotiation> |
getNegotiationsLinkedToAward(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for awards linked to negotiation using both award and negotiation values.
|
protected Collection<Negotiation> |
getNegotiationsLinkedToProposal(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for institutional proposals linked to negotiations using both criteria.
|
protected Collection<Negotiation> |
getNegotiationsLinkedToProposalLog(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for proposal logs linked to negotiations using both criteria.
|
protected Collection<Negotiation> |
getNegotiationsLinkedToSubAward(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
This method returns Negotiations linked to subawards based on search.
|
protected Collection<Negotiation> |
getNegotiationsUnassociated(Map<String,String> negotiationValues,
Map<String,String> associatedValues)
Search for unassociated negotiations using criteria from the unassociated detail.
|
void |
setNegotiationService(NegotiationService negotiationService) |
protected Map<String,String> |
transformMap(Map<String,String> values,
Map<String,String> transformKey)
Take the associated field values and convert them to document specific values using the provided
transform key.
|
addInactivateableFromToActiveCriteria, addInactivateableFromToCurrentCriteria, createCriteria, createCriteria, createCriteria, findCollectionBySearchHelper, findCountByMap, findObjectByMap, getCollectionCriteriaFromMap, getCollectionCriteriaFromMapUsingPrimaryKeysOnly, setDataDictionaryService, setDateTimeService, setPersistenceStructureServicegetDbPlatform, setDbPlatformpublic Collection<Negotiation> getNegotiationResults(Map<String,String> fieldValues)
NegotiationDaogetNegotiationResults in interface NegotiationDaopublic Collection findCollectionBySearchHelper(Class businessObjectClass, Map formProps, boolean unbounded, boolean usePrimaryKeyValuesOnly, Object additionalCriteria)
protected Collection<Negotiation> getNegotiationsLinkedToAward(Map<String,String> negotiationValues, Map<String,String> associatedValues)
negotiationValues - associatedValues - protected Collection<Negotiation> getNegotiationsLinkedToProposal(Map<String,String> negotiationValues, Map<String,String> associatedValues)
negotiationValues - associatedValues - protected Collection<Negotiation> getNegotiationsLinkedToProposalLog(Map<String,String> negotiationValues, Map<String,String> associatedValues)
negotiationValues - associatedValues - protected Collection<Negotiation> getNegotiationsLinkedToSubAward(Map<String,String> negotiationValues, Map<String,String> associatedValues)
negotiationValues - associatedValues - protected Collection<Negotiation> getNegotiationsUnassociated(Map<String,String> negotiationValues, Map<String,String> associatedValues)
negotiationValues - associatedValues - protected Map<String,String> transformMap(Map<String,String> values, Map<String,String> transformKey)
values - transformKey - protected Collection<Negotiation> filterByNegotiationAge(String value, Collection<Negotiation> negotiations)
value - negotiations - public NegotiationService getNegotiationService()
public void setNegotiationService(NegotiationService negotiationService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.