|
Deprecated Methods |
org.opencms.file.CmsObject.deleteProperty(String, String)
use CmsObject.writePropertyObject(String, CmsProperty) instead. |
org.opencms.file.CmsProperty.getKey()
use CmsProperty.getName() instead |
org.opencms.file.CmsObject.isAdmin()
use CmsObject.hasRole(CmsRole) or CmsObject.checkRole(CmsRole) instead |
org.opencms.file.CmsObject.readFileHeader(String)
use CmsObject.readResource(String, CmsResourceFilter) instead. |
org.opencms.file.CmsObject.readProperties(String)
use CmsObject.readPropertyObjects(String, boolean) instead. |
org.opencms.file.CmsObject.readProperties(String, boolean)
use CmsObject.readPropertyObjects(String, boolean) instead. |
org.opencms.file.CmsObject.readProperty(String, String)
use CmsObject.readPropertyObject(String, String, boolean) instead. |
org.opencms.file.CmsObject.readProperty(String, String, boolean)
use CmsObject.readPropertyObject(String, String, boolean) instead. |
org.opencms.file.CmsObject.readProperty(String, String, boolean, String)
use CmsObject.readPropertyObject(String, String, boolean) instead. |
org.opencms.file.CmsProperty.setKey(String)
use CmsProperty.setName(String) instead |
org.opencms.file.CmsObject.writeProperties(String, Map)
use CmsObject.writePropertyObjects(String, List) instead. |
org.opencms.file.CmsObject.writeProperties(String, Map, boolean)
use CmsObject.writePropertyObjects(String, List) instead. |
org.opencms.file.CmsObject.writeProperty(String, String, String)
use CmsObject.writePropertyObject(String, CmsProperty) instead. |
org.opencms.file.CmsObject.writeProperty(String, String, String, boolean)
use CmsObject.writePropertyObject(String, CmsProperty) instead. |