Uses of Class
lumis.portal.group.databaseviewmembership.DatabaseViewGroupConfig
-
Packages that use DatabaseViewGroupConfig Package Description lumis.portal.group.databaseviewmembership Group Membership provider that allows membership configuration based on a database view data. -
-
Uses of DatabaseViewGroupConfig in lumis.portal.group.databaseviewmembership
Methods in lumis.portal.group.databaseviewmembership that return DatabaseViewGroupConfig Modifier and Type Method Description DatabaseViewGroupConfig
DatabaseViewFormulaEntry. getGroupConfig()
Returns the group configuration this formula entry belongs to.Methods in lumis.portal.group.databaseviewmembership with parameters of type DatabaseViewGroupConfig Modifier and Type Method Description protected Collection<String>
DatabaseViewGroupMembershipProvider. readMembers(DatabaseViewGroupConfig databaseViewGroupConfig, int filterType)
Read from persistence the identifiers of principals that match the specified criteria.void
DatabaseViewFormulaEntry. setGroupConfig(DatabaseViewGroupConfig groupConfig)
Sets the group configuration this formula entry belongs to.
-