Uses of Interface
org.nuclos.api.businessobject.facade.LogicalDeletable
-
Uses of LogicalDeletable in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic <PK,
T extends LogicalDeletable>
voidBusinessObjectProvider.deleteLogical
(T type) This method deletes all BusinessObjects logical without removing data from the database.static <PK,
T extends LogicalDeletable>
voidBusinessObjectProvider.deleteLogicalAll
(Collection<T> type) This method deletes all BusinessObjects logical without removing data from the database. -
Uses of LogicalDeletable in org.nuclos.api.service
Modifier and TypeMethodDescription<PK,
T extends LogicalDeletable>
voidBusinessObjectService.deleteLogical
(T type) <PK,
T extends LogicalDeletable>
voidBusinessObjectService.deleteLogicalAll
(Collection<T> type)