Uses of Class
com.suncode.pwfl.administration.archive.DocumentClassAssociation
Packages that use DocumentClassAssociation
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
-
Uses of DocumentClassAssociation in com.suncode.pwfl.administration.archive
Subinterfaces with type arguments of type DocumentClassAssociation in com.suncode.pwfl.administration.archiveModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in com.suncode.pwfl.administration.archive with parameters of type DocumentClassAssociationModifier and TypeMethodDescriptionbooleanDocumentClassAssociationDao.associationExists(DocumentClassAssociation documentClassAssociation) Sprawdza, czy istnieją jakieś powiązania między klasami dokumentów podanymi w obiekcie powiązania. -
Uses of DocumentClassAssociation in com.suncode.pwfl.archive
Subinterfaces with type arguments of type DocumentClassAssociation in com.suncode.pwfl.archiveModifier and TypeInterfaceDescriptioninterfaceUmożliwia zarządzanie powiązaniami między klasami dokumentów.Methods in com.suncode.pwfl.archive that return types with arguments of type DocumentClassAssociationModifier and TypeMethodDescriptionDocumentClassAssociationService.getDocClassAssociationsForChildDocClass(Long documentClassId) Pobiera listę powiązań między klasami dokumentów dla podanej klasy dokumentów, gdzie podana klasa dokumentów jest dzieckiem relacjiDocumentClassAssociationService.getDocClassAssociationsForParentDocClass(Long documentClassId) Pobiera listę powiązań między klasami dokumentów dla podanej klasy dokumentów, gdzie podana klasa dokumentów jest rodzicem relacjiMethods in com.suncode.pwfl.archive with parameters of type DocumentClassAssociationModifier and TypeMethodDescriptionvoidDocumentClassAssociationService.createDocumentClassAssociation(DocumentClassAssociation documentClassAssociation) Zapisuje powiązanie między klasami dokumentów w bazie danych.voidDocumentClassAssociationService.deleteDocumentClassAssociation(DocumentClassAssociation documentClassAssociation) Usuwa powiązanie między klasami dokumentów w bazie danych.voidDocumentClassAssociationService.updateDocumentClassAssociation(Long id, DocumentClassAssociation documentClassAssociation) Modyfikuje powiązanie między klasami dokumentów w bazie danych.