Method and Description |
---|
org.onehippo.cms7.services.contenttype.ContentType.isCascadeValidate()
Use validation as offered by the hippo-services-validation module. Cascading is then obsolete.
|
org.onehippo.cms7.services.HippoServiceRegistry.registerService(T, Class<T>)
since v13.0. Use
HippoServiceRegistry.register(Object, Class, Class[]) instead. |
org.onehippo.cms7.services.HippoServiceRegistry.unregisterService(T, Class<T>)
since v13.0. Use
HippoServiceRegistry.unregister(Object, Class) instead. |
Copyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.