| org.kuali.module.chart.rules.MaintenancePreRulesBase org.kuali.module.vendor.rules.VendorPreRules
VendorPreRules | public class VendorPreRules extends MaintenancePreRulesBase (Code) | | Business Prerules applicable to VendorDetail documents. These PreRules checks for the VendorDetail that needs to occur while
still in the Struts processing. This includes setting the vendorName field using the values from vendorLastName and
vendorFirstName, and could be used for many other purposes.
|
Field Summary | |
protected static org.apache.log4j.Logger | LOG |
LOG | protected static org.apache.log4j.Logger LOG(Code) | | |
VendorPreRules | public VendorPreRules()(Code) | | |
displayReview | public void displayReview(Document document)(Code) | | Displays a review if indicated by the vendor type and the associated text from that type
Parameters: document - - vendordetail document |
getUniversalUserId | public String getUniversalUserId()(Code) | | Returns the Universal User Id of the current logged-in user
String the UniversalUserId |
|
|