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
Methods in com.suncode.pwfl.administration.archive with parameters of type DocumentClassAssociationModifier and TypeMethodDescriptionboolean
DocumentClassAssociationDao.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
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 TypeMethodDescriptionvoid
DocumentClassAssociationService.createDocumentClassAssociation
(DocumentClassAssociation documentClassAssociation) Zapisuje powiązanie między klasami dokumentów w bazie danych.void
DocumentClassAssociationService.deleteDocumentClassAssociation
(DocumentClassAssociation documentClassAssociation) Usuwa powiązanie między klasami dokumentów w bazie danych.void
DocumentClassAssociationService.updateDocumentClassAssociation
(Long id, DocumentClassAssociation documentClassAssociation) Modyfikuje powiązanie między klasami dokumentów w bazie danych.