org.entityfs.util
Class EntityViews

java.lang.Object
  extended by org.entityfs.util.EntityViews

public final class EntityViews
extends Object

This utility class contains static methods for working with entity views.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Entities

Method Summary
static Set<Entity> getViewedEntitySet(Collection<? extends EntityView> c)
          Get the set consisting of the entities viewed by the entity views in the supplied collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getViewedEntitySet

public static Set<Entity> getViewedEntitySet(Collection<? extends EntityView> c)
Get the set consisting of the entities viewed by the entity views in the supplied collection.

Parameters:
c - The collection of entity views.
Returns:
A set of entities.