Uses of Class
lumis.portal.group.databaseviewmembership.DatabaseViewField
-
Packages that use DatabaseViewField Package Description lumis.portal.group.databaseviewmembership Group Membership provider that allows membership configuration based on a database view data.lumis.service.portalmanagement.group -
-
Uses of DatabaseViewField in lumis.portal.group.databaseviewmembership
Methods in lumis.portal.group.databaseviewmembership that return DatabaseViewField Modifier and Type Method Description DatabaseViewField
DatabaseViewFormulaEntry. getField()
Returns the field this entry operates on.Methods in lumis.portal.group.databaseviewmembership that return types with arguments of type DatabaseViewField Modifier and Type Method Description Collection<DatabaseViewField>
DatabaseViewGroupTypeConfig. getViewFields()
Returns the fields from the view that will be used to select the membership for groups.Methods in lumis.portal.group.databaseviewmembership with parameters of type DatabaseViewField Modifier and Type Method Description void
DatabaseViewFormulaEntry. setField(DatabaseViewField field)
Sets the field this entry operates on. -
Uses of DatabaseViewField in lumis.service.portalmanagement.group
Methods in lumis.service.portalmanagement.group that return types with arguments of type DatabaseViewField Modifier and Type Method Description protected List<DatabaseViewField>
DatabaseViewFieldByGroupDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-