Method Summary |
|
public boolean | allowsMaintenanceNewOrCopyAction() Determines if underlying lookup bo has associated maintenance document that allows new or copy maintenance actions. |
public boolean | checkForAdditionalFields(Map fieldValues) This implementation always returns false. |
public String | getActionUrls(BusinessObject businessObject) |
public String | getBackLocation() |
public Class | getBusinessObjectClass() |
public BusinessObjectDictionaryService | getBusinessObjectDictionaryService() Gets the businessObjectDictionaryService attribute. |
public BusinessObjectMetaDataService | getBusinessObjectMetaDataService() Gets the businessObjectMetaDataService attribute. |
public BusinessObjectService | getBusinessObjectService() |
protected int | getColumnMaxLength(String attributeName) |
public List<Column> | getColumns() Constructs the list of columns for the search results. |
public DataDictionaryService | getDataDictionaryService() Gets the dataDictionaryService attribute. |
public List | getDefaultSortColumns() Uses the DD to determine which is the default sort order. |
public String | getDocFormKey() Gets the docFormKey attribute. |
protected EncryptionService | getEncryptionService() Gets the encryptionService attribute. |
public String | getInquiryUrl(BusinessObject bo, String propertyName) Returns the inquiry url for a field if one exist. |
protected LookupResultsService | getLookupResultsService() |
protected LookupService | getLookupService() Gets the lookupService attribute. |
protected String | getMaintenanceDocumentTypeName() Returns the maintenance document type associated with the business object class or null if one does not
exist. |
public String | getMaintenanceUrl(BusinessObject businessObject, String methodToCall) Build a maintenanace url. |
protected Properties | getParameters(BusinessObject bo, Map fieldConversions, String lookupImpl) |
protected PersistenceStructureService | getPersistenceStructureService() Gets the persistenceStructureService attribute. |
public String | getPrimaryKeyFieldLabels() |
public List<String> | getReadOnlyFieldsList() Gets the readOnlyFieldsList attribute. |
public String | getReferencesToRefresh() |
public List | getReturnKeys() |
public String | getReturnLocation() |
public String | getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl) |
public List<Row> | getRows() |
abstract public List<? extends BusinessObject> | getSearchResults(Map<String, String> fieldValues) |
public List<? extends BusinessObject> | getSearchResultsUnbounded(Map<String, String> fieldValues) This implementation of this method throws an UnsupportedOperationException, since not every implementation
may actually want to use this operation. |
protected SequenceAccessorService | getSequenceAccessorService() |
protected UniversalUserService | getUniversalUserService() |
public boolean | isSearchUsingOnlyPrimaryKeyValues() |
public Collection | performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded) |
public void | setBackLocation(String backLocation) |
public void | setBusinessObjectClass(Class businessObjectClass) |
public void | setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService) Sets the businessObjectDictionaryService attribute value. |
public void | setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService) Sets the businessObjectMetaDataService attribute value. |
public void | setBusinessObjectService(BusinessObjectService businessObjectService) |
public void | setDataDictionaryService(DataDictionaryService dataDictionaryService) Sets the dataDictionaryService attribute value. |
public void | setDocFormKey(String docFormKey) Sets the docFormKey attribute value. |
public void | setEncryptionService(EncryptionService encryptionService) Sets the encryptionService attribute value. |
public void | setFieldConversions(Map fieldConversions) |
public void | setLookupResultsService(LookupResultsService lookupResultsService) |
public void | setLookupService(LookupService lookupService) Sets the lookupService attribute value. |
public void | setPersistenceStructureService(PersistenceStructureService persistenceStructureService) Sets the persistenceStructureService attribute value. |
public void | setReadOnlyFieldsList(List<String> readOnlyFieldsList) Sets the readOnlyFieldsList attribute value. |
protected void | setReferencesToRefresh(String referencesToRefresh) |
protected void | setRows() Constructs the list of rows for the search fields. |
public void | setSequenceAccessorService(SequenceAccessorService sequenceAccessorService) |
public void | setUniversalUserService(UniversalUserService universalUserService) |
public void | validateSearchParameters(Map fieldValues) Checks that any required search fields have value. |