|
||||||||||
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.fp.businessobject.lookup.DisbursementPayeeLookupableHelperServiceImpl
public class DisbursementPayeeLookupableHelperServiceImpl
Field Summary |
---|
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 | |
---|---|
DisbursementPayeeLookupableHelperServiceImpl()
|
Method Summary | |
---|---|
protected boolean |
containsLookupWildcard(String s)
Determines if the given String contains a lookup wildcard |
protected boolean |
filledEnough(String s)
Determines if a String is "filled enough" - ie, is not null, has a length greater than zero and if a wildcard is present, has a length greater than 4 (3 characters, plus a wildcard) |
protected void |
filterReturnUrl(List<org.kuali.rice.kns.web.ui.ResultRow> resultRowList,
List<DisbursementPayee> payeeList,
String paymentReasonCode)
|
protected String |
getAttributeLabel(String attributeName)
|
protected int |
getNameLengthWithWildcardRequirement()
|
protected DisbursementPayee |
getPayeeFromPerson(org.kuali.rice.kim.bo.Person personDetail,
Map<String,String> fieldValues)
|
protected DisbursementPayee |
getPayeeFromVendor(VendorDetail vendorDetail,
Map<String,String> fieldValues)
|
protected List<DisbursementPayee> |
getPersonAsPayees(Map<String,String> fieldValues)
|
List<? extends org.kuali.rice.kns.bo.BusinessObject> |
getSearchResults(Map<String,String> fieldValues)
|
protected List<DisbursementPayee> |
getVendorsAsPayees(Map<String,String> fieldValues)
|
Collection |
performLookup(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm,
Collection resultTable,
boolean bounded)
|
void |
setDisbursementVoucherPaymentReasonService(DisbursementVoucherPaymentReasonService disbursementVoucherPaymentReasonService)
Sets the disbursementVoucherPaymentReasonService attribute value. |
void |
setVendorLookupable(org.kuali.rice.kns.lookup.Lookupable vendorLookupable)
Sets the vendorLookupable attribute value. |
void |
validateSearchParameters(Map fieldValues)
|
Methods inherited from class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl |
---|
getExternalBusinessObjectProperty, getExternalizableBusinessObjectClass, getExternalizableBusinessObjectFieldValues, getExternalizableBusinessObjectProperties, getPrimaryKeyFieldLabels, getSearchResultsHelper, 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, getCustomActionUrls, 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, getRows, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, maskValueIfNecessary, performClear, performCustomAction, preprocessDateFields, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameterWildcardAndOperators |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisbursementPayeeLookupableHelperServiceImpl()
Method Detail |
---|
public Collection performLookup(org.kuali.rice.kns.web.struts.form.LookupForm lookupForm, Collection resultTable, boolean bounded)
performLookup
in interface org.kuali.rice.kns.lookup.LookupableHelperService
performLookup
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
AbstractLookupableHelperServiceImpl.performLookup(org.kuali.rice.kns.web.struts.form.LookupForm,
java.util.Collection, boolean)
public List<? extends org.kuali.rice.kns.bo.BusinessObject> getSearchResults(Map<String,String> fieldValues)
getSearchResults
in interface org.kuali.rice.kns.lookup.LookupableHelperService
getSearchResults
in class org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl
KualiLookupableHelperServiceImpl.getSearchResults(java.util.Map)
public void validateSearchParameters(Map fieldValues)
validateSearchParameters
in interface org.kuali.rice.kns.lookup.LookupableHelperService
validateSearchParameters
in class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
AbstractLookupableHelperServiceImpl.validateSearchParameters(java.util.Map)
protected boolean filledEnough(String s)
s
- the String to test
protected int getNameLengthWithWildcardRequirement()
protected boolean containsLookupWildcard(String s)
s
- the String to test
protected String getAttributeLabel(String attributeName)
protected List<DisbursementPayee> getVendorsAsPayees(Map<String,String> fieldValues)
protected DisbursementPayee getPayeeFromVendor(VendorDetail vendorDetail, Map<String,String> fieldValues)
protected List<DisbursementPayee> getPersonAsPayees(Map<String,String> fieldValues)
protected DisbursementPayee getPayeeFromPerson(org.kuali.rice.kim.bo.Person personDetail, Map<String,String> fieldValues)
protected void filterReturnUrl(List<org.kuali.rice.kns.web.ui.ResultRow> resultRowList, List<DisbursementPayee> payeeList, String paymentReasonCode)
public void setVendorLookupable(org.kuali.rice.kns.lookup.Lookupable vendorLookupable)
vendorLookupable
- The vendorLookupable to set.public void setDisbursementVoucherPaymentReasonService(DisbursementVoucherPaymentReasonService disbursementVoucherPaymentReasonService)
disbursementVoucherPaymentReasonService
- The disbursementVoucherPaymentReasonService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |