public interface CustomAttributeService
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Accessor for
|
CustomAttributeDataType |
getCustomAttributeDataType(String dataTypeCode)
This method is to get the custom attribute data type based on data type code
|
Map<String,CustomAttributeDocument> |
getDefaultCustomAttributeDocuments(String documentTypeCode,
List<? extends DocumentCustomData> customDataList)
This method returns a Map of Custom Attribute Documents where the key is the
customAttributeId.
|
List |
getLookupReturns(String lookupClass)
This method is to get the lookupfields of the lookupclass.
|
String |
getLookupReturnsForAjaxCall(String lookupClass)
This method is to get the lookupfields of the lookupclass, and converted to string ans separated by ",".
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService bos)
This method is to set up the key/value pair for custom attributes
|
void |
setCustomAttributeKeyValue(String documentNumber,
Map<String,CustomAttributeDocument> customAttributeDocuments,
String attributeName,
String networkId)
This method is to set up the the custom attribute in attribute content
|
Map<String,CustomAttributeDocument> getDefaultCustomAttributeDocuments(String documentTypeCode, List<? extends DocumentCustomData> customDataList)
documentTypeCode - document type to get custom attributes fordocumentNumber - document number for this documentvoid setCustomAttributeKeyValue(String documentNumber, Map<String,CustomAttributeDocument> customAttributeDocuments, String attributeName, String networkId)
document - attributeName - networkId - ExceptionCustomAttributeDataType getCustomAttributeDataType(String dataTypeCode)
dataTypeCode - List getLookupReturns(String lookupClass) throws Exception
lookupClass - ExceptionString getLookupReturnsForAjaxCall(String lookupClass) throws Exception
lookupClass - Exceptionvoid setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService bos)
bos - org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
BusinessObjectServiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.