Uses of Class
cz.metacentrum.perun.core.api.Owner
Packages that use Owner
Package
Description
Exceptions.
-
Uses of Owner in cz.metacentrum.perun.audit.events.OwnersManagerEvents
Methods in cz.metacentrum.perun.audit.events.OwnersManagerEvents that return OwnerConstructors in cz.metacentrum.perun.audit.events.OwnersManagerEvents with parameters of type Owner -
Uses of Owner in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return OwnerModifier and TypeMethodDescriptionOwnersManager.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourceOwnersManager.getOwnerById(PerunSession perunSession, int id) Deprecated.Find owner by id.OwnersManager.getOwnerByName(PerunSession perunSession, String name) Deprecated.Find owner by name.Methods in cz.metacentrum.perun.core.api that return types with arguments of type OwnerModifier and TypeMethodDescriptionRichFacility.getFacilityOwners()EnrichedFacility.getOwners()Deprecated.FacilitiesManager.getOwners(PerunSession perunSession, Facility facility) Deprecated.OwnersManager.getOwners(PerunSession perunSession) Deprecated.Return all owners.Methods in cz.metacentrum.perun.core.api with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManager.addOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.OwnersManager.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourcevoidOwnersManager.deleteOwner(PerunSession perunSession, Owner owner) Deprecated.Delete owner from underlaying data source.voidOwnersManager.deleteOwner(PerunSession perunSession, Owner owner, boolean forceDelete) Deprecated.Delete owner from underlaying data source.FacilitiesManager.getOwnerFacilities(PerunSession perunSession, Owner owner) Returns list of all facilities owned by the owner.voidFacilitiesManager.removeOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.api with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManager.addOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.voidOwnersManager.deleteOwners(PerunSession sess, List<Owner> owners, boolean forceDelete) Deprecated.Delete owners from underlaying data source.voidFacilitiesManager.removeOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.voidRichFacility.setFacilityOwners(List<Owner> facilityOwners) voidDeprecated.voidFacilitiesManager.setOwners(PerunSession perunSession, Facility facility, List<Owner> owners) Deprecated.Use addOwner and removeOwner insteadConstructor parameters in cz.metacentrum.perun.core.api with type arguments of type OwnerModifierConstructorDescriptionEnrichedFacility(Facility facility, List<Owner> owners, List<Destination> destinations, List<Host> hosts) RichFacility(Facility facility, List<Owner> facilityOwners) -
Uses of Owner in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return OwnerConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type Owner -
Uses of Owner in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return OwnerModifier and TypeMethodDescriptionOwnersManagerBl.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourceOwnersManagerBl.getOwnerById(PerunSession perunSession, int id) Deprecated.Find owner by id.OwnersManagerBl.getOwnerByName(PerunSession perunSession, String name) Deprecated.Find owner by name.Methods in cz.metacentrum.perun.core.bl that return types with arguments of type OwnerModifier and TypeMethodDescriptionFacilitiesManagerBl.getOwners(PerunSession perunSession, Facility facility) Deprecated.OwnersManagerBl.getOwners(PerunSession perunSession) Deprecated.Return all owners.Methods in cz.metacentrum.perun.core.bl with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerBl.addOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.voidOwnersManagerBl.checkOwnerExists(PerunSession sess, Owner owner) Deprecated.OwnersManagerBl.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourcevoidOwnersManagerBl.deleteOwner(PerunSession perunSession, Owner owner) Deprecated.Delete owner from underlaying data source.voidOwnersManagerBl.deleteOwner(PerunSession perunSession, Owner owner, boolean forceDelete) Deprecated.Delete owner from underlaying data source.FacilitiesManagerBl.getOwnerFacilities(PerunSession perunSession, Owner owner) Returns list of all facilities owned by the owner.voidFacilitiesManagerBl.removeOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerBl.setOwners(PerunSession perunSession, Facility facility, List<Owner> owners) Deprecated.Use addOwner and removeOwner instead -
Uses of Owner in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return OwnerModifier and TypeMethodDescriptionOwnersManagerBlImpl.createOwner(PerunSession sess, Owner owner) Deprecated.OwnersManagerBlImpl.getOwnerById(PerunSession sess, int id) Deprecated.OwnersManagerBlImpl.getOwnerByName(PerunSession sess, String name) Deprecated.Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type OwnerModifier and TypeMethodDescriptionFacilitiesManagerBlImpl.getOwners(PerunSession sess, Facility facility) Deprecated.OwnersManagerBlImpl.getOwners(PerunSession sess) Deprecated.Methods in cz.metacentrum.perun.core.blImpl with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerBlImpl.addOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.voidOwnersManagerBlImpl.checkOwnerExists(PerunSession sess, Owner owner) Deprecated.OwnersManagerBlImpl.createOwner(PerunSession sess, Owner owner) Deprecated.voidOwnersManagerBlImpl.deleteOwner(PerunSession sess, Owner owner) Deprecated.voidOwnersManagerBlImpl.deleteOwner(PerunSession sess, Owner owner, boolean forceDelete) Deprecated.FacilitiesManagerBlImpl.getOwnerFacilities(PerunSession sess, Owner owner) voidFacilitiesManagerBlImpl.removeOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerBlImpl.setOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated. -
Uses of Owner in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return OwnerModifier and TypeMethodDescriptionOwnersManagerEntry.createOwner(PerunSession sess, Owner owner) Deprecated.OwnersManagerEntry.getOwnerById(PerunSession sess, int id) Deprecated.OwnersManagerEntry.getOwnerByName(PerunSession sess, String name) Deprecated.Methods in cz.metacentrum.perun.core.entry that return types with arguments of type OwnerModifier and TypeMethodDescriptionFacilitiesManagerEntry.getOwners(PerunSession sess, Facility facility) Deprecated.OwnersManagerEntry.getOwners(PerunSession sess) Deprecated.Methods in cz.metacentrum.perun.core.entry with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerEntry.addOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.OwnersManagerEntry.createOwner(PerunSession sess, Owner owner) Deprecated.voidOwnersManagerEntry.deleteOwner(PerunSession sess, Owner owner) Deprecated.voidOwnersManagerEntry.deleteOwner(PerunSession sess, Owner owner, boolean forceDelete) Deprecated.FacilitiesManagerEntry.getOwnerFacilities(PerunSession sess, Owner owner) voidFacilitiesManagerEntry.removeOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.entry with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerEntry.addOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.voidOwnersManagerEntry.deleteOwners(PerunSession sess, List<Owner> owners, boolean forceDelete) Deprecated.voidFacilitiesManagerEntry.removeOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.voidFacilitiesManagerEntry.setOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated. -
Uses of Owner in cz.metacentrum.perun.core.impl
Fields in cz.metacentrum.perun.core.impl with type parameters of type OwnerMethods in cz.metacentrum.perun.core.impl that return OwnerModifier and TypeMethodDescriptionOwnersManagerImpl.createOwner(PerunSession sess, Owner owner) Deprecated.OwnersManagerImpl.getOwnerById(PerunSession sess, int id) Deprecated.OwnersManagerImpl.getOwnerByName(PerunSession sess, String name) Deprecated.Methods in cz.metacentrum.perun.core.impl that return types with arguments of type OwnerModifier and TypeMethodDescriptionFacilitiesManagerImpl.getOwners(PerunSession sess, Facility facility) Deprecated.OwnersManagerImpl.getOwners(PerunSession sess) Deprecated.Methods in cz.metacentrum.perun.core.impl with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerImpl.addOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.voidOwnersManagerImpl.checkOwnerExists(PerunSession sess, Owner owner) Deprecated.OwnersManagerImpl.createOwner(PerunSession sess, Owner owner) Deprecated.voidOwnersManagerImpl.deleteOwner(PerunSession sess, Owner owner) Deprecated.FacilitiesManagerImpl.getOwnerFacilities(PerunSession sess, Owner owner) booleanOwnersManagerImpl.ownerExists(PerunSession sess, Owner owner) Deprecated.voidFacilitiesManagerImpl.removeOwner(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.impl with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerImpl.setOwners(PerunSession sess, Facility facility, List<Owner> owners) Deprecated. -
Uses of Owner in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return OwnerModifier and TypeMethodDescriptionOwnersManagerImplApi.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourceOwnersManagerImplApi.getOwnerById(PerunSession perunSession, int id) Deprecated.Find owner by id.OwnersManagerImplApi.getOwnerByName(PerunSession perunSession, String name) Deprecated.Find owner by name.Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type OwnerModifier and TypeMethodDescriptionFacilitiesManagerImplApi.getOwners(PerunSession perunSession, Facility facility) Deprecated.OwnersManagerImplApi.getOwners(PerunSession perunSession) Deprecated.Return all owners.Methods in cz.metacentrum.perun.core.implApi with parameters of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerImplApi.addOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.voidOwnersManagerImplApi.checkOwnerExists(PerunSession perunSession, Owner owner) Deprecated.Check if owner exists in underlaying data source.OwnersManagerImplApi.createOwner(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourcevoidOwnersManagerImplApi.deleteOwner(PerunSession perunSession, Owner owner) Deprecated.Delete owner from underlaying data source.FacilitiesManagerImplApi.getOwnerFacilities(PerunSession perunSession, Owner owner) Returns list of all facilities owned by the owner.booleanOwnersManagerImplApi.ownerExists(PerunSession perunSession, Owner owner) Deprecated.Check if owner exists in underlaying data source.voidFacilitiesManagerImplApi.removeOwner(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.implApi with type arguments of type OwnerModifier and TypeMethodDescriptionvoidFacilitiesManagerImplApi.setOwners(PerunSession perunSession, Facility facility, List<Owner> owners) Deprecated.