PropertyService =============== In order to init PropertyService bean need to use - ``Imcms.getServices().getManagedBean(PropertyService.class)`` .. code-block:: jsp Property getByDocIdAndName(int docId, String name); Integer getDocIdByAlias(String alias); List findAllAliases(); List findByDocId(int docId); Boolean existsByAlias(String alias);