Interface WebResource
- All Superinterfaces:
ecmwf.web.model.ModelBean,ecmwf.web.model.users.Resource
- All Known Implementing Classes:
ResourceBean
public interface WebResource
extends ecmwf.web.model.users.Resource
The Interface WebResource.
-
Field Summary
Fields inherited from interface ecmwf.web.model.users.Resource
HOST_PATH_SEPARATOR, ORIGINAL_URL_REQUEST_KEY -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCategory(ecmwf.web.model.users.Category c) Adds the category.voiddeleteCategory(ecmwf.web.model.users.Category c) Delete category.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setIdMethods inherited from interface ecmwf.web.model.users.Resource
getCategories, getHost, getPath, getReadACL, getWriteACL, setHost, setPath, setReadACL
-
Method Details
-
addCategory
void addCategory(ecmwf.web.model.users.Category c) Adds the category.- Parameters:
c- the c
-
deleteCategory
void deleteCategory(ecmwf.web.model.users.Category c) Delete category.- Parameters:
c- the c
-