Exemplo n.º 1
0
 /**
  * Returns true if content management is active.
  *
  * @return
  */
 public static boolean isManagementActive() {
   return CONTENT_MANAGEMENT_ACTIVE.getValue() && USER_WANTS_MANAGEMENTS.getValue();
 }