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 TypeMethodDescriptionvoid
FacilitiesManager.addOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.OwnersManager.createOwner
(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourcevoid
OwnersManager.deleteOwner
(PerunSession perunSession, Owner owner) Deprecated.Delete owner from underlaying data source.void
OwnersManager.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.void
FacilitiesManager.removeOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.api with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManager.addOwners
(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.void
OwnersManager.deleteOwners
(PerunSession sess, List<Owner> owners, boolean forceDelete) Deprecated.Delete owners from underlaying data source.void
FacilitiesManager.removeOwners
(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.void
RichFacility.setFacilityOwners
(List<Owner> facilityOwners) void
Deprecated.void
FacilitiesManager.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 TypeMethodDescriptionvoid
FacilitiesManagerBl.addOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.void
OwnersManagerBl.checkOwnerExists
(PerunSession sess, Owner owner) Deprecated.OwnersManagerBl.createOwner
(PerunSession perunSession, Owner owner) Deprecated.Create owner in the underlaying data sourcevoid
OwnersManagerBl.deleteOwner
(PerunSession perunSession, Owner owner) Deprecated.Delete owner from underlaying data source.void
OwnersManagerBl.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.void
FacilitiesManagerBl.removeOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManagerBl.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 TypeMethodDescriptionvoid
FacilitiesManagerBlImpl.addOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.void
OwnersManagerBlImpl.checkOwnerExists
(PerunSession sess, Owner owner) Deprecated.OwnersManagerBlImpl.createOwner
(PerunSession sess, Owner owner) Deprecated.void
OwnersManagerBlImpl.deleteOwner
(PerunSession sess, Owner owner) Deprecated.void
OwnersManagerBlImpl.deleteOwner
(PerunSession sess, Owner owner, boolean forceDelete) Deprecated.FacilitiesManagerBlImpl.getOwnerFacilities
(PerunSession sess, Owner owner) void
FacilitiesManagerBlImpl.removeOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManagerBlImpl.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 TypeMethodDescriptionvoid
FacilitiesManagerEntry.addOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.OwnersManagerEntry.createOwner
(PerunSession sess, Owner owner) Deprecated.void
OwnersManagerEntry.deleteOwner
(PerunSession sess, Owner owner) Deprecated.void
OwnersManagerEntry.deleteOwner
(PerunSession sess, Owner owner, boolean forceDelete) Deprecated.FacilitiesManagerEntry.getOwnerFacilities
(PerunSession sess, Owner owner) void
FacilitiesManagerEntry.removeOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.entry with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManagerEntry.addOwners
(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.void
OwnersManagerEntry.deleteOwners
(PerunSession sess, List<Owner> owners, boolean forceDelete) Deprecated.void
FacilitiesManagerEntry.removeOwners
(PerunSession sess, Facility facility, List<Owner> owners) Deprecated.void
FacilitiesManagerEntry.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 TypeMethodDescriptionvoid
FacilitiesManagerImpl.addOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.void
OwnersManagerImpl.checkOwnerExists
(PerunSession sess, Owner owner) Deprecated.OwnersManagerImpl.createOwner
(PerunSession sess, Owner owner) Deprecated.void
OwnersManagerImpl.deleteOwner
(PerunSession sess, Owner owner) Deprecated.FacilitiesManagerImpl.getOwnerFacilities
(PerunSession sess, Owner owner) boolean
OwnersManagerImpl.ownerExists
(PerunSession sess, Owner owner) Deprecated.void
FacilitiesManagerImpl.removeOwner
(PerunSession sess, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.impl with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManagerImpl.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 TypeMethodDescriptionvoid
FacilitiesManagerImplApi.addOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.void
OwnersManagerImplApi.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 sourcevoid
OwnersManagerImplApi.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.boolean
OwnersManagerImplApi.ownerExists
(PerunSession perunSession, Owner owner) Deprecated.Check if owner exists in underlaying data source.void
FacilitiesManagerImplApi.removeOwner
(PerunSession perunSession, Facility facility, Owner owner) Deprecated.Method parameters in cz.metacentrum.perun.core.implApi with type arguments of type OwnerModifier and TypeMethodDescriptionvoid
FacilitiesManagerImplApi.setOwners
(PerunSession perunSession, Facility facility, List<Owner> owners) Deprecated.