| |
|
| java.lang.Object org.kuali.core.lookup.AbstractLookupableHelperServiceImpl org.kuali.module.vendor.lookup.VendorLookupableHelperServiceImpl
getMaintenanceUrl | public String getMaintenanceUrl(BusinessObject bo, String methodToCall)(Code) | | Used by getActionUrls to print the url on the Vendor Lookup page for the links to edit a Vendor or to create a new division.
We won't provide a link to copy a vendor because we decided it wouldn't make sense to copy a vendor. We should display the
link to create a new division only if the vendor is a parent vendor, and also remove the vendor detail assigned id from the
query string in the link to create a new division. We'll add the vendor detail assigned id in the query string if the vendor
is not a parent, or if the vendor is a parent and the link is not the create new division link (i.e. if the link is "edit").
We'll always add the vendor header id in the query string in all links.
See Also: org.kuali.core.lookup.AbstractLookupableHelperServiceImpl.getMaintenanceUrl(org.kuali.core.bo.BusinessObjectjava.lang.String) |
validateSearchParameters | public void validateSearchParameters(Map fieldValues)(Code) | | Overrides a method of the superclass and is now called instead of that one by the Search method of KualiLookupAction when the
Lookupable is of this class. This method first calls the method from the superclass, which should do all the required field
checking, and then orchestrates all the specific validations which aren't done in at the JSP level. Both the superclass
method and the various validation methods side-effect the adding of errors to the global error map when the input is found to
have an issue.
See Also: org.kuali.core.lookup.AbstractLookupableHelperServiceImpl.validateSearchParameters(java.util.Map) |
Methods inherited from org.kuali.core.lookup.AbstractLookupableHelperServiceImpl | public boolean allowsMaintenanceNewOrCopyAction()(Code)(Java Doc) public boolean checkForAdditionalFields(Map fieldValues)(Code)(Java Doc) public String getActionUrls(BusinessObject businessObject)(Code)(Java Doc) public String getBackLocation()(Code)(Java Doc) public Class getBusinessObjectClass()(Code)(Java Doc) public BusinessObjectDictionaryService getBusinessObjectDictionaryService()(Code)(Java Doc) public BusinessObjectMetaDataService getBusinessObjectMetaDataService()(Code)(Java Doc) public BusinessObjectService getBusinessObjectService()(Code)(Java Doc) protected int getColumnMaxLength(String attributeName)(Code)(Java Doc) public List<Column> getColumns()(Code)(Java Doc) public DataDictionaryService getDataDictionaryService()(Code)(Java Doc) public List getDefaultSortColumns()(Code)(Java Doc) public String getDocFormKey()(Code)(Java Doc) protected EncryptionService getEncryptionService()(Code)(Java Doc) public String getInquiryUrl(BusinessObject bo, String propertyName)(Code)(Java Doc) protected LookupResultsService getLookupResultsService()(Code)(Java Doc) protected LookupService getLookupService()(Code)(Java Doc) protected String getMaintenanceDocumentTypeName()(Code)(Java Doc) public String getMaintenanceUrl(BusinessObject businessObject, String methodToCall)(Code)(Java Doc) protected Properties getParameters(BusinessObject bo, Map fieldConversions, String lookupImpl)(Code)(Java Doc) protected PersistenceStructureService getPersistenceStructureService()(Code)(Java Doc) public String getPrimaryKeyFieldLabels()(Code)(Java Doc) public List<String> getReadOnlyFieldsList()(Code)(Java Doc) public String getReferencesToRefresh()(Code)(Java Doc) public List getReturnKeys()(Code)(Java Doc) public String getReturnLocation()(Code)(Java Doc) public String getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl)(Code)(Java Doc) public List<Row> getRows()(Code)(Java Doc) abstract public List<? extends BusinessObject> getSearchResults(Map<String, String> fieldValues)(Code)(Java Doc) public List<? extends BusinessObject> getSearchResultsUnbounded(Map<String, String> fieldValues)(Code)(Java Doc) protected SequenceAccessorService getSequenceAccessorService()(Code)(Java Doc) protected UniversalUserService getUniversalUserService()(Code)(Java Doc) public boolean isSearchUsingOnlyPrimaryKeyValues()(Code)(Java Doc) public Collection performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded)(Code)(Java Doc) public void setBackLocation(String backLocation)(Code)(Java Doc) public void setBusinessObjectClass(Class businessObjectClass)(Code)(Java Doc) public void setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService)(Code)(Java Doc) public void setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService)(Code)(Java Doc) public void setBusinessObjectService(BusinessObjectService businessObjectService)(Code)(Java Doc) public void setDataDictionaryService(DataDictionaryService dataDictionaryService)(Code)(Java Doc) public void setDocFormKey(String docFormKey)(Code)(Java Doc) public void setEncryptionService(EncryptionService encryptionService)(Code)(Java Doc) public void setFieldConversions(Map fieldConversions)(Code)(Java Doc) public void setLookupResultsService(LookupResultsService lookupResultsService)(Code)(Java Doc) public void setLookupService(LookupService lookupService)(Code)(Java Doc) public void setPersistenceStructureService(PersistenceStructureService persistenceStructureService)(Code)(Java Doc) public void setReadOnlyFieldsList(List<String> readOnlyFieldsList)(Code)(Java Doc) protected void setReferencesToRefresh(String referencesToRefresh)(Code)(Java Doc) protected void setRows()(Code)(Java Doc) public void setSequenceAccessorService(SequenceAccessorService sequenceAccessorService)(Code)(Java Doc) public void setUniversalUserService(UniversalUserService universalUserService)(Code)(Java Doc) public void validateSearchParameters(Map fieldValues)(Code)(Java Doc)
|
|
|
|