public class OrganizationServiceImpl extends Object implements OrganizationService
| Constructor and Description |
|---|
OrganizationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Accessor for
|
Organization |
getOrganization(String organizationId)
This method returns the organization
Organization data is retrieved based on above organization id.
|
String |
getOrganizationName(String organizationId)
This method returns the organization name for a given organization id.
|
List<OrganizationCorrespondent> |
retrieveOrganizationCorrespondentsByOrganizationId(String organizationId)
This method returns a list of OrganizationCorrespondent
objects based on a passed organization id.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
public String getOrganizationName(String organizationId)
OrganizationServicegetOrganizationName in interface OrganizationServiceorganizationId - identifier for the organizationOrganizationService.getOrganizationName(java.lang.String)public Organization getOrganization(String organizationId)
OrganizationServicegetOrganization in interface OrganizationServiceorganizationId - identifier for the organizationOrganizationService.getOrganization(java.lang.String)public List<OrganizationCorrespondent> retrieveOrganizationCorrespondentsByOrganizationId(String organizationId)
OrganizationServiceretrieveOrganizationCorrespondentsByOrganizationId in interface OrganizationServiceorganizationId - identifier for the organizationorg.kuali.kra.service.OrganizationService#retrieveOrganizationCorrespondentByOrganizationId(java.lang.String)public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
BusinessObjectServiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.