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
Modifier and TypeMethodDescriptionvoidaddResource(ecmwf.web.model.users.Resource r) Adds the resource.voiddeleteResource(ecmwf.web.model.users.Resource r) Delete resource.booleanGets the active.voidsetActive(boolean b) Sets the active.Methods inherited from interface ecmwf.web.model.users.Category
dump, equals, getAccessibleResources, getDescription, getName, getUsersWithProfile, hasAccess, setDescription, setNameMethods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getActive
boolean getActive()Gets the active.- Returns:
- the active
-
setActive
void setActive(boolean b) Sets the active.- Parameters:
b- the new active
-
addResource
void addResource(ecmwf.web.model.users.Resource r) Adds the resource.- Parameters:
r- the r
-
deleteResource
void deleteResource(ecmwf.web.model.users.Resource r) Delete resource.- Parameters:
r- the r
-