Class ResponsibilityInquirableImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.inquiry.InquirableImpl
org.kuali.rice.kns.inquiry.KualiInquirableImpl
org.kuali.rice.kim.inquiry.KimInquirableImpl
org.kuali.rice.kim.impl.responsibility.ResponsibilityInquirableImpl
- All Implemented Interfaces:
Serializable,Inquirable,Inquirable,ViewHelperService
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.kim.inquiry.KimInquirableImpl
ASSIGNED_TO_ROLES, ATTRIBUTE_DATA_ID, DETAIL_OBJECTS, ID, NAME, NAME_TO_DISPLAY, NAMESPACE_CODE, TEMPLATE_NAME, TEMPLATE_NAMESPACE_CODEFields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, lookupServiceFields inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildInquirableLink(Object dataObject, String propertyName, Inquiry inquiry) protected HtmlDatagetAssignedRoleInquiryUrl(BusinessObject businessObject) protected HtmlDatagetAttributesInquiryUrl(BusinessObject businessObject, String attributeName) getBusinessObject(Map fieldValues) getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry) retrieveDataObject(Map fieldValues) Methods inherited from class org.kuali.rice.kim.inquiry.KimInquirableImpl
getKimAttributeLabelFromDDMethods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setShowInactiveRecordsMethods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
canViewInquiryNoteAttachment, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, getPermissionService, retrieveKeySetFromMap, setDataObjectClassMethods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getCurrentPersonContactId, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.inquiry.Inquirable
canViewInquiryNoteAttachment, getDataObjectClass, setDataObjectClass
-
Constructor Details
-
ResponsibilityInquirableImpl
public ResponsibilityInquirableImpl()
-
-
Method Details
-
buildInquirableLink
- Specified by:
buildInquirableLinkin interfaceInquirable- Overrides:
buildInquirableLinkin classInquirableImpl
-
getInquiryUrl
public HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry) - Specified by:
getInquiryUrlin interfaceInquirable- Overrides:
getInquiryUrlin classKualiInquirableImpl
-
getAttributesInquiryUrl
-
getAssignedRoleInquiryUrl
-
retrieveDataObject
- Specified by:
retrieveDataObjectin interfaceInquirable- Overrides:
retrieveDataObjectin classKualiInquirableImpl
-
getBusinessObject
- Specified by:
getBusinessObjectin interfaceInquirable- Overrides:
getBusinessObjectin classKualiInquirableImpl
-