|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
org.kuali.kfs.module.cam.businessobject.lookup.AssetLookupableHelperServiceImpl
public class AssetLookupableHelperServiceImpl
This class overrids the base getActionUrls method
| Field Summary | |
|---|---|
protected AssetService |
assetService
|
| Fields inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl |
|---|
searchUsingOnlyPrimaryKeyValues |
| Fields inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl |
|---|
ACTION_URLS_CHILDREN_END, ACTION_URLS_CHILDREN_SEPARATOR, ACTION_URLS_CHILDREN_STARTER, ACTION_URLS_EMPTY, ACTION_URLS_SEPARATOR, backLocation, businessObjectAuthorizationService, businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, configurationService, dataDictionaryService, docFormKey, docNum, encryptionService, fieldConversions, forceLookupResultFieldInquiryCache, inquirableClassCache, kualiInquirable, lookupResultsService, lookupService, maintenanceDocumentDictionaryService, noLookupResultFieldInquiryCache, parameters, parameterService, persistenceStructureService, readOnlyFieldsList, referencesToRefresh, resultColumns, RESULTS_DEFAULT_MAX_COLUMN_LENGTH, rows, sequenceAccessorService, TITLE_ACTION_URL_PREPENDTEXT_PROPERTY, TITLE_RETURN_URL_PREPENDTEXT_PROPERTY |
| Constructor Summary | |
|---|---|
AssetLookupableHelperServiceImpl()
|
|
| Method Summary | |
|---|---|
protected void |
convertOrganizationOwnerAccountField()
Goes through all the rows, making sure that problematic field conversions are fixed |
protected String |
fixProblematicField(String problemChildField)
Fixes the field conversions - replaces "organizationOwnerAccount.chartOfAccountsCode" with "organizationOwnerChartOfAccountsCode" |
AssetService |
getAssetService()
|
List<org.kuali.rice.kns.lookup.HtmlData> |
getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject bo,
List pkNames)
Custom action urls for Asset. |
protected org.kuali.rice.kns.lookup.HtmlData |
getLoanUrl(Asset asset)
|
protected org.kuali.rice.kns.lookup.HtmlData |
getMergeUrl(Asset asset)
|
protected org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> |
getPersonService()
|
List<org.kuali.rice.kns.web.ui.Row> |
getRows()
Overridden to fix a field conversion |
protected List<? extends org.kuali.rice.kns.bo.BusinessObject> |
getSearchResultsHelper(Map<String,String> fieldValues,
boolean unbounded)
|
protected Properties |
getSeparateParameters(Asset asset)
|
protected org.kuali.rice.kns.lookup.HtmlData |
getSeparateUrl(Asset asset)
|
protected org.kuali.rice.kns.lookup.HtmlData |
getTransferUrl(Asset asset)
|
protected org.kuali.rice.kns.lookup.HtmlData |
getViewAssetUrl(Asset asset)
|
void |
setAssetService(AssetService assetService)
|
protected void |
setRows()
Overridden to fix a field conversion |
| Methods inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl |
|---|
getExternalBusinessObjectProperty, getExternalizableBusinessObjectClass, getExternalizableBusinessObjectFieldValues, getExternalizableBusinessObjectProperties, getPrimaryKeyFieldLabels, getSearchResults, getSearchResultsUnbounded, hasExternalBusinessObjectProperty, isExternalBusinessObjectProperty, isSearchUsingOnlyPrimaryKeyValues, removeExternalizableBusinessObjectFieldValues |
| Methods inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl |
|---|
addToReturnHref, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, allowsNewOrCopyAction, applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, checkForAdditionalFields, getActionUrlHref, getActionUrls, getActionUrlTitleText, getBackLocation, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getColumnMaxLength, getColumns, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getDocNum, getEmptyActionUrls, getEmptyAnchorHtmlData, getEncryptionService, getExtraField, getInquiryUrl, getKualiConfigurationService, getKualiInquirable, getLookupResultsService, getLookupService, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentTypeName, getMaintenanceUrl, getParameters, getParameters, getParameterService, getParametersFromPrimaryKey, getPersistenceStructureService, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, maskValueIfNecessary, performClear, performCustomAction, performLookup, preprocessDateFields, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameters, validateSearchParameterWildcardAndOperators |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AssetService assetService
| Constructor Detail |
|---|
public AssetLookupableHelperServiceImpl()
| Method Detail |
|---|
public List<org.kuali.rice.kns.lookup.HtmlData> getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject bo,
List pkNames)
getCustomActionUrls in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetCustomActionUrls in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.getCustomActionUrls(org.kuali.rice.kns.bo.BusinessObject,
List pkNames)protected org.kuali.rice.kns.lookup.HtmlData getViewAssetUrl(Asset asset)
protected org.kuali.rice.kns.lookup.HtmlData getMergeUrl(Asset asset)
protected org.kuali.rice.kns.lookup.HtmlData getLoanUrl(Asset asset)
protected org.kuali.rice.kns.lookup.HtmlData getSeparateUrl(Asset asset)
protected Properties getSeparateParameters(Asset asset)
protected org.kuali.rice.kns.lookup.HtmlData getTransferUrl(Asset asset)
public AssetService getAssetService()
public void setAssetService(AssetService assetService)
public List<org.kuali.rice.kns.web.ui.Row> getRows()
getRows in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetRows in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.getRows()protected void setRows()
setRows in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImplAbstractLookupableHelperServiceImpl.setRows()protected void convertOrganizationOwnerAccountField()
protected String fixProblematicField(String problemChildField)
fieldConversions - the original field conversions
protected List<? extends org.kuali.rice.kns.bo.BusinessObject> getSearchResultsHelper(Map<String,String> fieldValues,
boolean unbounded)
getSearchResultsHelper in class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImplprotected org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> getPersonService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||