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.
String
public void setDisplayedObjectIdSet(Set<String> displayedObjectIdSet)(Code)
setFirstRowIndex
public void setFirstRowIndex(int firstRowIndex)(Code)
setLastRowIndex
public void setLastRowIndex(int lastRowIndex)(Code)
setLookedUpCollectionName
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)
setPreviouslySelectedObjectIdSet
public void setPreviouslySelectedObjectIdSet(Set<String> previouslySelectedObjectIds)(Code)
setPreviouslySortedColumnIndex
public void setPreviouslySortedColumnIndex(String previouslySortedColumnIndex)(Code)
setResultsActualSize
public void setResultsActualSize(int resultsActualSize)(Code)
setResultsLimitedSize
public void setResultsLimitedSize(int resultsLimitedSize)(Code)
setSelectedObjectIdSet
public void setSelectedObjectIdSet(Set<String> selectedObjectIdSet)(Code)
setTotalNumberOfPages
public void setTotalNumberOfPages(int totalNumberOfPages)(Code)
setViewedPageNumber
public void setViewedPageNumber(int pageNumberBeingViewedForMultivalueLookups)(Code)