Uses of Class
com.avoka.tm.vo.Group
-
Packages that use Group Package Description com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes. -
-
Uses of Group in com.avoka.tm.query
Methods in com.avoka.tm.query that return Group Modifier and Type Method Description Group
GroupQuery. 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 Group Modifier and Type Method Description List<Group>
GroupQuery. 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 Group Modifier and Type Method Description Group
GroupSvc. createGroup()
Create a new group and return the new group object.
-