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