Uses of Class
org.alfresco.repo.domain.qname.NamespaceEntity
Packages that use NamespaceEntity
-
Uses of NamespaceEntity in org.alfresco.repo.domain.qname
Methods in org.alfresco.repo.domain.qname that return NamespaceEntityModifier and TypeMethodDescriptionprotected abstract NamespaceEntityAbstractQNameDAOImpl.createNamespaceEntity(String uri) protected abstract NamespaceEntityAbstractQNameDAOImpl.findNamespaceEntityById(Long id) protected abstract NamespaceEntityAbstractQNameDAOImpl.findNamespaceEntityByUri(String uri) Methods in org.alfresco.repo.domain.qname with parameters of type NamespaceEntityModifier and TypeMethodDescriptionprotected abstract intAbstractQNameDAOImpl.updateNamespaceEntity(NamespaceEntity entity, String uri) -
Uses of NamespaceEntity in org.alfresco.repo.domain.qname.ibatis
Methods in org.alfresco.repo.domain.qname.ibatis that return NamespaceEntityModifier and TypeMethodDescriptionprotected NamespaceEntityQNameDAOImpl.createNamespaceEntity(String uri) protected NamespaceEntityQNameDAOImpl.findNamespaceEntityById(Long id) protected NamespaceEntityQNameDAOImpl.findNamespaceEntityByUri(String uri) Methods in org.alfresco.repo.domain.qname.ibatis with parameters of type NamespaceEntityModifier and TypeMethodDescriptionprotected intQNameDAOImpl.updateNamespaceEntity(NamespaceEntity entity, String uri)