Uses of Interface
org.nuclos.api.businessobject.facade.LogicalDeletable
Packages that use LogicalDeletable
-
Uses of LogicalDeletable in org.nuclos.api.provider
Methods in org.nuclos.api.provider with type parameters of type LogicalDeletableModifier 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
Methods in org.nuclos.api.service with type parameters of type LogicalDeletableModifier and TypeMethodDescription<PK,T extends LogicalDeletable>
voidBusinessObjectService.deleteLogical(T type) <PK,T extends LogicalDeletable>
voidBusinessObjectService.deleteLogicalAll(Collection<T> type)