Class QInstanceHelpContentManager
java.lang.Object
com.kingsrook.qqq.backend.core.instances.QInstanceHelpContentManager
Utility methods for working with (dynamic, from a table) HelpContent - and
putting it into meta-data in a QInstance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadHelpContent
(QInstance qInstance) static void
processHelpContentRecord
(QInstance qInstance, QRecord record) static void
putHelpContentInList
(QHelpContent helpContent, List<QHelpContent> helpContents) add a help content object to a list - replacing an entry in the list with the same roles if one is found.static void
removeHelpContentByRoleSetFromList
(Set<HelpRole> roles, List<QHelpContent> helpContents) Remove any helpContent entries in a list if they have a set of roles that matches the input set.
-
Constructor Details
-
QInstanceHelpContentManager
public QInstanceHelpContentManager()
-
-
Method Details
-
loadHelpContent
-
processHelpContentRecord
-
putHelpContentInList
add a help content object to a list - replacing an entry in the list with the same roles if one is found. -
removeHelpContentByRoleSetFromList
public static void removeHelpContentByRoleSetFromList(Set<HelpRole> roles, List<QHelpContent> helpContents) Remove any helpContent entries in a list if they have a set of roles that matches the input set.
-