Uses of Class
de.hybris.platform.core.model.security.PrincipalModel
Packages that use PrincipalModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo.user package.
Contains generated models for each type of de.hybris.platform.agreementservices.jalo package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
Contains generated models for each type of de.hybris.platform.billingaccountservices.jalo package.
Contains generated models for each type of de.hybris.platform.billmanagementservices.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.comments.jalo package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
Contains generated models for each type of de.hybris.platform.commerceservices.jalo.user package.
Contains generated models for each type of de.hybris.platform.jalo.media package.
Contains generated models for each type of de.hybris.platform.jalo.security package.
Contains generated models for each type of de.hybris.platform.jalo.test package.
Contains generated models for each type of de.hybris.platform.jalo.type package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.hmc.jalo package.
Contains generated models for each type of de.hybris.platform.ordermodify.jalo package.
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
Contains generated models for each type of de.hybris.platform.subscribedproductservices.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
Contains generated models for each type of de.hybris.platform.usageconsumptionservices.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
Contains generated models for each type of de.hybris.platform.webservicescommons.jalo package.
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of PrincipalModel in com.hybris.backoffice.model.user
Subclasses of PrincipalModel in com.hybris.backoffice.model.userModifier and TypeClassDescriptionclassGenerated model class for type BackofficeRole first defined at extension backoffice. -
Uses of PrincipalModel in de.hybris.platform.agreementservices.model
Methods in de.hybris.platform.agreementservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionAgrPartyModel.getPartyUsers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theAgrParty.partyUsersattribute defined at extensionagreementservices.Method parameters in de.hybris.platform.agreementservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidAgrPartyModel.setPartyUsers(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofAgrParty.partyUsersattribute defined at extensionagreementservices. -
Uses of PrincipalModel in de.hybris.platform.b2b.model
Subclasses of PrincipalModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCustomer first defined at extension b2bcommerce.classGenerated model class for type B2BUnit first defined at extension b2bcommerce.classGenerated model class for type B2BUserGroup first defined at extension b2bcommerce. -
Uses of PrincipalModel in de.hybris.platform.b2btelcoservices.customer
Methods in de.hybris.platform.b2btelcoservices.customer that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionTmaB2bCustomerAccountService.getUnits(PrincipalModel user) Returns the units and all its subunits the provided user is part of.TmaB2bCustomerAccountService.getUsersFrom(B2BUnitModel unit) Returns the users part of the provided unit and its subunits.TmaB2bCustomerAccountService.getUsersInSameOrganizationWith(PrincipalModel principal) Returns the lists of users part of the organizations where the given principal is part of.Methods in de.hybris.platform.b2btelcoservices.customer with parameters of type PrincipalModelModifier and TypeMethodDescriptionTmaB2bCustomerAccountService.getUnits(PrincipalModel user) Returns the units and all its subunits the provided user is part of.TmaB2bCustomerAccountService.getUsersInSameOrganizationWith(PrincipalModel principal) Returns the lists of users part of the organizations where the given principal is part of.Method parameters in de.hybris.platform.b2btelcoservices.customer with type arguments of type PrincipalModelModifier and TypeMethodDescriptionbooleanTmaB2bCustomerAccountService.isPrincipalMemberOfOrganizations(String principalId, Set<PrincipalModel> usersInOrganization, Set<PrincipalModel> unitsInOrganization) Checks if the provided principal is a member of the organization. -
Uses of PrincipalModel in de.hybris.platform.b2btelcoservices.customer.impl
Methods in de.hybris.platform.b2btelcoservices.customer.impl that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionDefaultTmaB2bCustomerAccountService.getUnits(PrincipalModel user) DefaultTmaB2bCustomerAccountService.getUsersFrom(B2BUnitModel unit) DefaultTmaB2bCustomerAccountService.getUsersInSameOrganizationWith(PrincipalModel principal) Methods in de.hybris.platform.b2btelcoservices.customer.impl with parameters of type PrincipalModelModifier and TypeMethodDescriptionDefaultTmaB2bCustomerAccountService.getUnits(PrincipalModel user) DefaultTmaB2bCustomerAccountService.getUsersInSameOrganizationWith(PrincipalModel principal) Method parameters in de.hybris.platform.b2btelcoservices.customer.impl with type arguments of type PrincipalModelModifier and TypeMethodDescriptionbooleanDefaultTmaB2bCustomerAccountService.isPrincipalMemberOfOrganizations(String principalId, Set<PrincipalModel> usersInOrganization, Set<PrincipalModel> unitsInOrganization) -
Uses of PrincipalModel in de.hybris.platform.b2ctelcofacades.address.impl
Methods in de.hybris.platform.b2ctelcofacades.address.impl that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel,PrincipalData> DefaultTmaAddressFacade.getPrincipalConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.address.impl with type arguments of type PrincipalModelModifierConstructorDescriptionDefaultTmaAddressFacade(de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel, PrincipalData> principalConverter, de.hybris.platform.servicelayer.user.UserService userService, TmaAddressService addressService, de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> addressConverter, de.hybris.platform.commerceservices.customer.CustomerAccountService customerAccountService, de.hybris.platform.servicelayer.dto.converter.Converter<AddressData, AddressModel> addressReverseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<AddressModel, AddressData> subAddressConverter) Instantiates a new default tma address facade. -
Uses of PrincipalModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel,PrincipalData> TuaDirectDebitPaymentInfoPopulator.getPrincipalConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type PrincipalModelModifierConstructorDescriptionTuaDirectDebitPaymentInfoPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel, PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.b2ctelcofacades.user.impl
Methods in de.hybris.platform.b2ctelcofacades.user.impl that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel,PrincipalData> DefaultTmaUserFacade.getPrincipalConverter()Method parameters in de.hybris.platform.b2ctelcofacades.user.impl with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidDefaultTmaUserFacade.setPrincipalConverter(de.hybris.platform.servicelayer.dto.converter.Converter<PrincipalModel, PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return PrincipalModelModifier and TypeMethodDescriptionPrincipalDao.findPrincipalByUid(String uid) Searches for the principal having the provided identifier.Method parameters in de.hybris.platform.b2ctelcoservices.daos with type arguments of type PrincipalModelModifier and TypeMethodDescriptionTmaOrderDao.findOrders(Set<PrincipalModel> principals) Returns a list of orders owned by the provided principals. -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return PrincipalModelMethod parameters in de.hybris.platform.b2ctelcoservices.daos.impl with type arguments of type PrincipalModel -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return PrincipalModelModifier and TypeMethodDescriptionTmaSubscriptionAccessModel.getPrincipal()Generated method - Getter of theTmaSubscriptionAccess.principalattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionTmaProductOfferingModel.getAllowedPrincipals()Generated method - Getter of theTmaProductOffering.allowedPrincipalsattribute defined at extensiontuadatacommonsservices.TmaIdentificationModel.getCustomers()Generated method - Getter of theTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type PrincipalModelModifier and TypeMethodDescriptionvoidTmaSubscriptionAccessModel.setPrincipal(PrincipalModel value) Generated method - Initial setter ofTmaSubscriptionAccess.principalattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidTmaProductOfferingModel.setAllowedPrincipals(List<PrincipalModel> value) Generated method - Setter ofTmaProductOffering.allowedPrincipalsattribute defined at extensiontuadatacommonsservices.voidTmaIdentificationModel.setCustomers(Set<PrincipalModel> value) Generated method - Setter ofTmaIdentification.customersattribute defined at extensiontuadatacommonsservices.Constructors in de.hybris.platform.b2ctelcoservices.model with parameters of type PrincipalModelModifierConstructorDescriptionTmaSubscriptionAccessModel(ItemModel _owner, PrincipalModel _principal, TmaSubscriptionBaseModel _subscriptionBase) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaSubscriptionAccessModel(PrincipalModel _principal, TmaSubscriptionBaseModel _subscriptionBase) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.order
Method parameters in de.hybris.platform.b2ctelcoservices.order with type arguments of type PrincipalModelModifier and TypeMethodDescriptionTmaOrderService.getOrders(Set<PrincipalModel> principals) Provides the list of orders placed by the provided principals. -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.order.impl
Method parameters in de.hybris.platform.b2ctelcoservices.order.impl with type arguments of type PrincipalModelModifier and TypeMethodDescriptionDefaultTmaOrderService.getOrders(Set<PrincipalModel> principals) -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return PrincipalModelModifier and TypeMethodDescriptionPrincipalService.findPrincipalByUid(String uid) Searches for thePrincipalModelwith the given uid. -
Uses of PrincipalModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return PrincipalModel -
Uses of PrincipalModel in de.hybris.platform.billingaccountservices.model
Methods in de.hybris.platform.billingaccountservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionBaPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaParty.principalsattribute defined at extensionbillingaccountservices.Method parameters in de.hybris.platform.billingaccountservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidBaPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBaParty.principalsattribute defined at extensionbillingaccountservices. -
Uses of PrincipalModel in de.hybris.platform.billmanagementservices.model
Methods in de.hybris.platform.billmanagementservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionBmPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmParty.principalsattribute defined at extensionbillmanagementservices.Method parameters in de.hybris.platform.billmanagementservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidBmPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofBmParty.principalsattribute defined at extensionbillmanagementservices. -
Uses of PrincipalModel in de.hybris.platform.catalog.model
Subclasses of PrincipalModel in de.hybris.platform.catalog.modelModifier and TypeClassDescriptionclassGenerated model class for type Company first defined at extension catalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionCatalogVersionModel.getReadPrincipals()Generated method - Getter of theCatalogVersion.readPrincipalsattribute defined at extensioncatalog.SyncItemJobModel.getSyncPrincipals()Generated method - Getter of theSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.CatalogVersionModel.getWritePrincipals()Generated method - Getter of theCatalogVersion.writePrincipalsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidCatalogVersionModel.setReadPrincipals(List<PrincipalModel> value) Generated method - Setter ofCatalogVersion.readPrincipalsattribute defined at extensioncatalog.voidSyncItemJobModel.setSyncPrincipals(List<PrincipalModel> value) Generated method - Setter ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.voidCatalogVersionModel.setWritePrincipals(List<PrincipalModel> value) Generated method - Setter ofCatalogVersion.writePrincipalsattribute defined at extensioncatalog. -
Uses of PrincipalModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionCategoryModel.getAllowedPrincipals()Generated method - Getter of theCategory.allowedPrincipalsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.category.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidCategoryModel.setAllowedPrincipals(List<PrincipalModel> value) Generated method - Setter ofCategory.allowedPrincipalsattribute defined at extensioncatalog. -
Uses of PrincipalModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionComponentModel.getCreatePermitted()Generated method - Getter of theComponent.createPermittedattribute defined at extensioncomments.ComponentModel.getCreatePermitted(Locale loc) Generated method - Getter of theComponent.createPermittedattribute defined at extensioncomments.ComponentModel.getReadPermitted()Generated method - Getter of theComponent.readPermittedattribute defined at extensioncomments.ComponentModel.getReadPermitted(Locale loc) Generated method - Getter of theComponent.readPermittedattribute defined at extensioncomments.ComponentModel.getRemovePermitted()Generated method - Getter of theComponent.removePermittedattribute defined at extensioncomments.ComponentModel.getRemovePermitted(Locale loc) Generated method - Getter of theComponent.removePermittedattribute defined at extensioncomments.CommentModel.getWatchers()Generated method - Getter of theComment.watchersattribute defined at extensioncomments.ComponentModel.getWritePermitted()Generated method - Getter of theComponent.writePermittedattribute defined at extensioncomments.ComponentModel.getWritePermitted(Locale loc) Generated method - Getter of theComponent.writePermittedattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidComponentModel.setCreatePermitted(Collection<PrincipalModel> value) Generated method - Setter ofComponent.createPermittedattribute defined at extensioncomments.voidComponentModel.setCreatePermitted(Collection<PrincipalModel> value, Locale loc) Generated method - Setter ofComponent.createPermittedattribute defined at extensioncomments.voidComponentModel.setReadPermitted(Collection<PrincipalModel> value) Generated method - Setter ofComponent.readPermittedattribute defined at extensioncomments.voidComponentModel.setReadPermitted(Collection<PrincipalModel> value, Locale loc) Generated method - Setter ofComponent.readPermittedattribute defined at extensioncomments.voidComponentModel.setRemovePermitted(Collection<PrincipalModel> value) Generated method - Setter ofComponent.removePermittedattribute defined at extensioncomments.voidComponentModel.setRemovePermitted(Collection<PrincipalModel> value, Locale loc) Generated method - Setter ofComponent.removePermittedattribute defined at extensioncomments.voidCommentModel.setWatchers(Collection<PrincipalModel> value) Generated method - Setter ofComment.watchersattribute defined at extensioncomments.voidComponentModel.setWritePermitted(Collection<PrincipalModel> value) Generated method - Setter ofComponent.writePermittedattribute defined at extensioncomments.voidComponentModel.setWritePermitted(Collection<PrincipalModel> value, Locale loc) Generated method - Setter ofComponent.writePermittedattribute defined at extensioncomments. -
Uses of PrincipalModel in de.hybris.platform.commerceservices.model
Subclasses of PrincipalModel in de.hybris.platform.commerceservices.modelModifier and TypeClassDescriptionclassGenerated model class for type CustomerList first defined at extension commerceservices.classGenerated model class for type OrgUnit first defined at extension commerceservices. -
Uses of PrincipalModel in de.hybris.platform.commerceservices.model.user
Subclasses of PrincipalModel in de.hybris.platform.commerceservices.model.userModifier and TypeClassDescriptionclassGenerated model class for type SiteEmployeeGroup first defined at extension commerceservices.classGenerated model class for type StoreEmployeeGroup first defined at extension commerceservices. -
Uses of PrincipalModel in de.hybris.platform.core.model.media
Methods in de.hybris.platform.core.model.media that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionMediaModel.getDeniedPrincipals()Generated method - Getter of theMedia.deniedPrincipalsdynamic attribute defined at extensioncore.MediaModel.getPermittedPrincipals()Generated method - Getter of theMedia.permittedPrincipalsdynamic attribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.media with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidMediaModel.setDeniedPrincipals(Collection<PrincipalModel> value) Generated method - Setter ofMedia.deniedPrincipalsdynamic attribute defined at extensioncore.voidMediaModel.setPermittedPrincipals(Collection<PrincipalModel> value) Generated method - Setter ofMedia.permittedPrincipalsdynamic attribute defined at extensioncore. -
Uses of PrincipalModel in de.hybris.platform.core.model.security
Subclasses of PrincipalModel in de.hybris.platform.core.model.securityModifier and TypeClassDescriptionclassGenerated model class for type PrincipalGroup first defined at extension core.Methods in de.hybris.platform.core.model.security that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionPrincipalGroupModel.getMembers()Generated method - Getter of thePrincipalGroup.membersattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.security with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidPrincipalGroupModel.setMembers(Set<PrincipalModel> value) Generated method - Setter ofPrincipalGroup.membersattribute defined at extensioncore. -
Uses of PrincipalModel in de.hybris.platform.core.model.test
Subclasses of PrincipalModel in de.hybris.platform.core.model.testModifier and TypeClassDescriptionclassGenerated model class for type TestEmployee first defined at extension core.classGenerated model class for type TestUserGroup first defined at extension core. -
Uses of PrincipalModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return PrincipalModelModifier and TypeMethodDescriptionSearchRestrictionModel.getPrincipal()Generated method - Getter of theSearchRestriction.principalattribute defined at extensioncore.Methods in de.hybris.platform.core.model.type with parameters of type PrincipalModelModifier and TypeMethodDescriptionvoidSearchRestrictionModel.setPrincipal(PrincipalModel value) Generated method - Setter ofSearchRestriction.principalattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.type with parameters of type PrincipalModelModifierConstructorDescriptionSearchRestrictionModel(String _code, Boolean _generate, ItemModel _owner, PrincipalModel _principal, String _query, ComposedTypeModel _restrictedType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSearchRestrictionModel(String _code, Boolean _generate, PrincipalModel _principal, String _query, ComposedTypeModel _restrictedType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrincipalModel in de.hybris.platform.core.model.user
Subclasses of PrincipalModel in de.hybris.platform.core.model.userModifier and TypeClassDescriptionclassGenerated model class for type Customer first defined at extension core.classGenerated model class for type Employee first defined at extension core.classGenerated model class for type UserGroup first defined at extension core.classGenerated model class for type User first defined at extension core. -
Uses of PrincipalModel in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return PrincipalModelModifier and TypeMethodDescriptionUserProfileModel.getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type PrincipalModelModifierConstructorDescriptionUserProfileModel(PrincipalModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrincipalModel in de.hybris.platform.ordermodify.model
Methods in de.hybris.platform.ordermodify.model that return PrincipalModelModifier and TypeMethodDescriptionOrderModificationRecordEntryModel.getPrincipal()Generated method - Getter of theOrderModificationRecordEntry.principalattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordermodify.model with parameters of type PrincipalModelModifier and TypeMethodDescriptionvoidOrderModificationRecordEntryModel.setPrincipal(PrincipalModel value) Generated method - Setter ofOrderModificationRecordEntry.principalattribute defined at extensionbasecommerce. -
Uses of PrincipalModel in de.hybris.platform.partyroleservices.model
Methods in de.hybris.platform.partyroleservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionPrPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrParty.principalsattribute defined at extensionpartyroleservices.Method parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidPrPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrParty.principalsattribute defined at extensionpartyroleservices. -
Uses of PrincipalModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionPmPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmParty.principalsattribute defined at extensionpartyservices.Method parameters in de.hybris.platform.partyservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidPmPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmParty.principalsattribute defined at extensionpartyservices. -
Uses of PrincipalModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionPromotionUserRestrictionModel.getUsers()Generated method - Getter of thePromotionUserRestriction.usersattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidPromotionUserRestrictionModel.setUsers(Collection<PrincipalModel> value) Generated method - Setter ofPromotionUserRestriction.usersattribute defined at extensionpromotions. -
Uses of PrincipalModel in de.hybris.platform.subscribedproductservices.model
Methods in de.hybris.platform.subscribedproductservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionSpiPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiParty.principalsattribute defined at extensionsubscribedproductservices.Method parameters in de.hybris.platform.subscribedproductservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidSpiPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiParty.principalsattribute defined at extensionsubscribedproductservices. -
Uses of PrincipalModel in de.hybris.platform.ticket.model
Subclasses of PrincipalModel in de.hybris.platform.ticket.modelModifier and TypeClassDescriptionclassGenerated model class for type CsAgentGroup first defined at extension ticketsystem. -
Uses of PrincipalModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionTuaPartyModel.getPrincipals()Generated method - Getter of theTuaParty.principalsattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidTuaPartyModel.setPrincipals(Set<PrincipalModel> value) Generated method - Setter ofTuaParty.principalsattribute defined at extensiontuadatamodel.Constructor parameters in de.hybris.platform.tuadatamodel.model with type arguments of type PrincipalModelModifierConstructorDescriptionTuaIndividualModel(String _id, ItemModel _owner, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaIndividualModel(String _id, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaOrganizationModel(String _id, ItemModel _owner, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaOrganizationModel(String _id, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaPartyModel(String _id, ItemModel _owner, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTuaPartyModel(String _id, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrincipalModel in de.hybris.platform.usageconsumptionservices.model
Methods in de.hybris.platform.usageconsumptionservices.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionUcPartyModel.getPrincipals()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theUcParty.principalsattribute defined at extensionusageconsumptionservices.Method parameters in de.hybris.platform.usageconsumptionservices.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidUcPartyModel.setPrincipals(Set<PrincipalModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofUcParty.principalsattribute defined at extensionusageconsumptionservices. -
Uses of PrincipalModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionUserRestrictionModel.getUsers()Generated method - Getter of theUserRestriction.usersattribute defined at extensionvoucher.Method parameters in de.hybris.platform.voucher.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidUserRestrictionModel.setUsers(Collection<PrincipalModel> value) Generated method - Setter ofUserRestriction.usersattribute defined at extensionvoucher.Constructor parameters in de.hybris.platform.voucher.model with type arguments of type PrincipalModelModifierConstructorDescriptionUserRestrictionModel(ItemModel _owner, Collection<PrincipalModel> _users, VoucherModel _voucher) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersUserRestrictionModel(Collection<PrincipalModel> _users, VoucherModel _voucher) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrincipalModel in de.hybris.platform.webservicescommons.model
Methods in de.hybris.platform.webservicescommons.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionOpenIDExternalScopesModel.getPermittedPrincipals()Generated method - Getter of theOpenIDExternalScopes.permittedPrincipalsattribute defined at extensionoauth2.Method parameters in de.hybris.platform.webservicescommons.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidOpenIDExternalScopesModel.setPermittedPrincipals(Collection<PrincipalModel> value) Generated method - Setter ofOpenIDExternalScopes.permittedPrincipalsattribute defined at extensionoauth2. -
Uses of PrincipalModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return PrincipalModelModifier and TypeMethodDescriptionAbstractWorkflowActionModel.getPrincipalAssigned()Generated method - Getter of theAbstractWorkflowAction.principalAssignedattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type PrincipalModelModifier and TypeMethodDescriptionWorkflowTemplateModel.getVisibleForPrincipals()Generated method - Getter of theWorkflowTemplate.visibleForPrincipalsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type PrincipalModelModifier and TypeMethodDescriptionvoidAbstractWorkflowActionModel.setPrincipalAssigned(PrincipalModel value) Generated method - Setter ofAbstractWorkflowAction.principalAssignedattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type PrincipalModelModifier and TypeMethodDescriptionvoidWorkflowTemplateModel.setVisibleForPrincipals(Collection<PrincipalModel> value) Generated method - Setter ofWorkflowTemplate.visibleForPrincipalsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type PrincipalModelModifierConstructorDescriptionAbstractWorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters