* @param dco The item to be updated or null when searching for new items only.
* @param itemForm The item form from which the search is started or null
* @param advanced Indicates if the advanced options should be shown.
*/
public OnlineSearchForm getUI(DcObject dco, ItemForm itemForm, boolean advanced) {
return new OnlineSearchForm(this, dco, itemForm, advanced);
}