Uses of Class
com.avoka.tm.vo.Group
Packages that use Group
Package
Description
Provides Value Object Query classes.
Provides Service classes.
-
Uses of Group in com.avoka.tm.query
Methods in com.avoka.tm.query that return GroupModifier and TypeMethodDescriptionGroupQuery.firstValue()
Execute the query and return the first group value object for the query.Methods in com.avoka.tm.query that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupQuery.listValues()
Execute the group query and return a list of Group value objects. -
Uses of Group in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return GroupModifier and TypeMethodDescriptionGroupSvc.createGroup()
Create a new group and return the new group object.