| org.theospi.portfolio.review.mgt.ReviewManager
All known Subclasses: org.theospi.portfolio.review.impl.ReviewManagerImpl,
ReviewManager | public interface ReviewManager (Code) | | |
CURRENT_REVIEW | final public static String CURRENT_REVIEW(Code) | | |
CURRENT_REVIEW_ID | final public static String CURRENT_REVIEW_ID(Code) | | |
getReviewsByParent | public List getReviewsByParent(String parentId, String siteId, String producer)(Code) | | the top function for getting the reviews. This pushes these review content
into the security advisor.
Parameters: parentId - Parameters: siteId - Parameters: producer - List of Review |
getReviewsByParentAndType | public List getReviewsByParentAndType(String parentId, int type, String siteId, String producer)(Code) | | the top function for getting the reviews. This pushes these review content
into the security advisor.
Parameters: parentId - Parameters: type - Parameters: siteId - Parameters: producer - List of Review |
|
|