Uses of Class
it.tidalwave.role.ui.PresentationModelAggregate
-
Packages that use PresentationModelAggregate Package Description it.tidalwave.role.ui -
-
Uses of PresentationModelAggregate in it.tidalwave.role.ui
Methods in it.tidalwave.role.ui that return PresentationModelAggregate Modifier and Type Method Description static PresentationModelAggregate
PresentationModelAggregate. newInstance()
Creates a new, empty instance.PresentationModelAggregate
PresentationModelAggregate. withPmOf(java.lang.String name, java.util.Collection<java.lang.Object> roles)
Adds anotherPresentationModel
with the given roles, associated to the given name.
-