public class SystemListHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
setSystemStatusDisplay(User user,
SystemCurrency next,
boolean makeLinks)
Sets up the HTML tags (image and potentially link) by computing the status from the
SystemCurrency DTO.
|
static void |
setSystemStatusDisplay(User user,
SystemOverview next)
Sets up the HTML tags (image and link) by computing the status from the
SystemOverview DTO.
|
static void |
setSystemStatusDisplay(User user,
SystemOverview next,
boolean makeLinks)
Sets up the HTML tags (image and potentially link) by computing the status from the
SystemOverview DTO.
|
public static void setSystemStatusDisplay(User user, SystemOverview next)
setSystemStatusDisplay(User,
SystemOverview, boolean) and defaults to display links.user - used in entitlement calculationnext - row used to populate the HTML tagspublic static void setSystemStatusDisplay(User user, SystemOverview next, boolean makeLinks)
user - used to calc some entitlement infonext - row used to populate html tagsmakeLinks - indicates if the icons should be rendered as links to other pagespublic static void setSystemStatusDisplay(User user, SystemCurrency next, boolean makeLinks)
user - used to calc some entitlement infonext - row used to populate html tagsmakeLinks - indicates if the icons should be rendered as links to other pages