Class WebappDaoFactoryFiltering

  • All Implemented Interfaces:
    WebappDaoFactory

    public class WebappDaoFactoryFiltering
    extends Object
    implements WebappDaoFactory
    This wraps a WebappDaoFactory and applies filtering. Objects that can be filtered by this class: IndividualWebapp ObjectProperty Tab VClassGroup VClass User If getCoreDaoFactory() is called on a WebappDaoFactoryFiltering, the returned CoreDaoFactory will have the same filtering as the WebappDaoFactoryFiltering. Notice: A WebappDaoFactoryFiltering with a set of filters will always filter the same regardless of context. If you need to filter one way on an entity page and a different way on a index page, then you will need WebappDaoFactoryFiltering objects with different sets of filters.
    Author:
    bdc34