@Service(value="adminToolIntegrityUtil") public class AdminToolIntegrityUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_KEY_COMPONENT_NO_MAINMENU |
static String |
MSG_KEY_DUPLICATE_LINK |
static String |
MSG_KEY_DUPLICATE_TPL_REF |
| Constructor and Description |
|---|
AdminToolIntegrityUtil() |
| Modifier and Type | Method and Description |
|---|---|
List<MenuIntegrityError> |
checkMenuIntegrity()
checks for integrity errors
|
void |
checkMenuIntegrityAndPrintLog() |
boolean |
hasMenuIntegrityErrors()
checks for integrity errors
|
public static final String MSG_KEY_DUPLICATE_LINK
public static final String MSG_KEY_DUPLICATE_TPL_REF
public static final String MSG_KEY_COMPONENT_NO_MAINMENU
public boolean hasMenuIntegrityErrors()
public List<MenuIntegrityError> checkMenuIntegrity()
public void checkMenuIntegrityAndPrintLog()
Copyright © 2016–2017. All rights reserved.