parseSearchUsingOnlyPrimaryKeyValues(HttpServletRequest request) Iterates through the request params, looks for the parameter representing the method to call in the format like
methodToCall.sort.1.(::;true;::).x, and returns the boolean value in the (::; and ;::) delimiters.
gets the name of the collection being looked up by the calling page. This value will be returned unmodified to the calling
page (indicated by super.getBackLocation()), which should use it to determine in which collection the selected results will
be returned.
Iterates through the request params, looks for the parameter representing the method to call in the format like
methodToCall.sort.1.(::;true;::).x, and returns the boolean value in the (::; and ;::) delimiters.
See Also: MultipleValueLookupForm.parseSearchUsingOnlyPrimaryKeyValues(String) Parameters: request -
Parses the method to call parameter passed in as a post parameter The parameter should be something like
methodToCall.sort.1.(::;true;::).x, this method will return the value between (::; and ;::) as a boolean
Parameters: methodToCallParam - the method to call in a format described above the value between the delimiters, false if there are no delimiters
public void setLookedUpCollectionName(String lookedUpCollectionName)(Code)
sets the name of the collection being looked up by the calling page. This value will be returned unmodified to the calling
page (indicated by super.getBackLocation()), which should use it to determine in which collection the selected results will
be returned
Parameters: lookedUpCollectionName -
setLookupResultsSequenceNumber
public void setLookupResultsSequenceNumber(String lookupResultSequenceNumber)(Code)