Interface WebCategory

All Superinterfaces:
ecmwf.web.model.users.Category, ecmwf.web.model.ModelBean
All Known Implementing Classes:
CategoryBean

public interface WebCategory extends ecmwf.web.model.users.Category
The Interface WebCategory.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    addResource(ecmwf.web.model.users.Resource r)
    Adds the resource.
    void
    deleteResource(ecmwf.web.model.users.Resource r)
    Delete resource.
    boolean
    Gets the active.
    void
    setActive(boolean b)
    Sets the active.

    Methods inherited from interface ecmwf.web.model.users.Category Link icon

    dump, equals, getAccessibleResources, getDescription, getName, getUsersWithProfile, hasAccess, setDescription, setName

    Methods inherited from interface ecmwf.web.model.ModelBean Link icon

    delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
  • Method Details Link icon

    • getActive Link icon

      boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive Link icon

      void setActive(boolean b)
      Sets the active.
      Parameters:
      b - the new active
    • addResource Link icon

      void addResource(ecmwf.web.model.users.Resource r)
      Adds the resource.
      Parameters:
      r - the r
    • deleteResource Link icon

      void deleteResource(ecmwf.web.model.users.Resource r)
      Delete resource.
      Parameters:
      r - the r