public class CustomAdminSearchHelper extends Object
| Constructor and Description |
|---|
CustomAdminSearchHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CoiDisclosure> |
filterByFinEnt(List<CoiDisclosure> disclosures,
boolean hasFinEnt) |
List<CoiDisclosure> |
getAllOpenReviews() |
List<CoiDisclosure> |
getAllOpenReviewsWithFinEnts() |
List<CoiDisclosure> |
getAllOpenReviewsWithoutFinEnts() |
List<CoiDisclosure> |
getInProgressReviews() |
List<CoiDisclosure> |
getInProgressReviewsWithFinEnts() |
List<CoiDisclosure> |
getInProgressReviewsWithoutFinEnts() |
List<CoiDisclosure> |
getPendingReviews() |
List<CoiDisclosure> |
getPendingReviewsWithFinEnts() |
List<CoiDisclosure> |
getPendingReviewsWithoutFinEnts() |
boolean |
hasFinEnt(CoiDisclosure coiDisclosure) |
void |
setAllOpenReviews(List<CoiDisclosure> allOpenReviews) |
void |
setInProgressReviews(List<CoiDisclosure> inProgressReviews) |
void |
setPendingReviews(List<CoiDisclosure> pendingReviews) |
protected List<CoiDisclosure> filterByFinEnt(List<CoiDisclosure> disclosures, boolean hasFinEnt)
public boolean hasFinEnt(CoiDisclosure coiDisclosure)
public List<CoiDisclosure> getAllOpenReviews()
public void setAllOpenReviews(List<CoiDisclosure> allOpenReviews)
public List<CoiDisclosure> getAllOpenReviewsWithoutFinEnts()
public List<CoiDisclosure> getAllOpenReviewsWithFinEnts()
public List<CoiDisclosure> getPendingReviews()
public void setPendingReviews(List<CoiDisclosure> pendingReviews)
public List<CoiDisclosure> getPendingReviewsWithoutFinEnts()
public List<CoiDisclosure> getPendingReviewsWithFinEnts()
public List<CoiDisclosure> getInProgressReviews()
public void setInProgressReviews(List<CoiDisclosure> inProgressReviews)
public List<CoiDisclosure> getInProgressReviewsWithoutFinEnts()
public List<CoiDisclosure> getInProgressReviewsWithFinEnts()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.