Uses of Class
de.hybris.platform.core.model.security.PrincipalModel
-
-
Uses of PrincipalModel in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions
Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions that return PrincipalModel Modifier and Type Method Description protected PrincipalModelDefaultPlatformPermissionManagementFacadeStrategy. getPrincipalById(java.lang.String principalUid)Methods in com.hybris.backoffice.cockpitng.dataaccess.facades.permissions with parameters of type PrincipalModel Modifier and Type Method Description protected PermissionAssignmentDefaultPlatformPermissionManagementFacadeStrategy. getFieldPermissionAssignmentForPrincipal(PrincipalModel principalModel, java.lang.String typeCode, java.lang.String field, java.lang.String permissionName)* Returns Field Permission Assignment for principal.protected PermissionAssignmentDefaultPlatformPermissionManagementFacadeStrategy. getTypePermissionAssignmentForPrincipal(java.lang.String typeCode, PrincipalModel principalModel, java.lang.String permissionName)Returns Type Permission Assignment for principal. -
Uses of PrincipalModel in com.hybris.backoffice.model.user
Subclasses of PrincipalModel in com.hybris.backoffice.model.user Modifier and Type Class Description classBackofficeRoleModelGenerated model class for type BackofficeRole first defined at extension backoffice. -
Uses of PrincipalModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type PrincipalModel Modifier and Type Method Description protected java.util.List<PrincipalModel>WorkflowAssigneeReferenceSearchFacade. getAllPrincipals()protected java.util.List<PrincipalModel>WorkflowAssigneeReferenceSearchFacade. getAllPrincipalsWithPermissions(PrincipalModel principal, java.util.Set<PrincipalModel> exclusions)com.hybris.cockpitng.search.data.pageable.Pageable<PrincipalModel>WorkflowAssigneeReferenceSearchFacade. search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData)Methods in com.hybris.backoffice.workflow with parameters of type PrincipalModel Modifier and Type Method Description java.util.Optional<WorkflowModel>WorkflowFacade. createAdHocWorkflow(PrincipalModel assignee, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)Creates adHocWorkflow from given template for current user.protected java.util.List<PrincipalModel>WorkflowAssigneeReferenceSearchFacade. getAllPrincipalsWithPermissions(PrincipalModel principal, java.util.Set<PrincipalModel> exclusions)booleanCoreWorkflowFacade. isCorrectAdHocAssignee(PrincipalModel adHocAssignedUser)Tells if given principal can be assigned to a adHoc template.protected booleanWorkflowAssigneeReferenceSearchFacade. matchPrincipalBySearchText(PrincipalModel principal, java.lang.String searchText)Method parameters in com.hybris.backoffice.workflow with type arguments of type PrincipalModel Modifier and Type Method Description protected java.util.List<PrincipalModel>WorkflowAssigneeReferenceSearchFacade. getAllPrincipalsWithPermissions(PrincipalModel principal, java.util.Set<PrincipalModel> exclusions) -
Uses of PrincipalModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Optional<WorkflowModel>DefaultWorkflowFacade. createAdHocWorkflow(PrincipalModel assignee, java.util.Map<java.util.Locale,java.lang.String> localizedName, java.util.Map<java.util.Locale,java.lang.String> localizedDesc, java.util.List<ItemModel> attachments)booleanDefaultCoreWorkflowFacade. isCorrectAdHocAssignee(PrincipalModel adHocAssignedUser) -
Uses of PrincipalModel in com.hybris.backoffice.workflow.wizard
Methods in com.hybris.backoffice.workflow.wizard that return PrincipalModel Modifier and Type Method Description PrincipalModelCollaborationWorkflowWizardForm. getAssignee()Methods in com.hybris.backoffice.workflow.wizard with parameters of type PrincipalModel Modifier and Type Method Description voidCollaborationWorkflowWizardForm. setAssignee(PrincipalModel assignee) -
Uses of PrincipalModel in de.hybris.platform.b2b.company
Methods in de.hybris.platform.b2b.company with parameters of type PrincipalModel Modifier and Type Method Description booleanB2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member)Validate the members given a group and group member -
Uses of PrincipalModel in de.hybris.platform.b2b.company.impl
Methods in de.hybris.platform.b2b.company.impl with parameters of type PrincipalModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>DefaultB2BGroupCycleValidator. getAllGroups(PrincipalModel principal)booleanDefaultB2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member) -
Uses of PrincipalModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao with type parameters of type PrincipalModel Modifier and Type Method Description <T extends PrincipalModel>
java.util.List<T>PrincipalGroupMembersDao. findAllMembersByType(UserGroupModel parent, java.lang.Class<T> memberType)Finds all members of a Principal Group of a given type.<T extends PrincipalModel>
java.util.List<T>PrincipalGroupMembersDao. findMembersByType(UserGroupModel parent, java.lang.Class<T> memberType, int count, int start)Finds members of a Principal Group of a given type. -
Uses of PrincipalModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl with type parameters of type PrincipalModel Modifier and Type Method Description <T extends PrincipalModel>
java.util.List<T>DefaultPrincipalGroupMembersDao. findAllMembersByType(UserGroupModel parent, java.lang.Class<T> memberType)Finds all members of a Principal Group of a given type.<T extends PrincipalModel>
java.util.List<T>DefaultPrincipalGroupMembersDao. findMembersByType(UserGroupModel parent, java.lang.Class<T> memberType, int count, int start)Finds members of a Principal Group of a given type. -
Uses of PrincipalModel in de.hybris.platform.b2b.event
Methods in de.hybris.platform.b2b.event that return PrincipalModel Modifier and Type Method Description PrincipalModelOrderApprovedEvent. getApprover()PrincipalModelOrderRejectedEvent. getApprover()PrincipalModelMerchantApprovedEvent. getManager()PrincipalModelMerchantRejectedEvent. getManager()PrincipalModelQuoteApprovedEvent. getManager()PrincipalModelQuoteRejectedEvent. getManager()Methods in de.hybris.platform.b2b.event with parameters of type PrincipalModel Modifier and Type Method Description voidOrderApprovedEvent. setApprover(PrincipalModel approver)voidOrderRejectedEvent. setApprover(PrincipalModel approver)voidMerchantApprovedEvent. setManager(PrincipalModel manager)voidMerchantRejectedEvent. setManager(PrincipalModel manager)voidQuoteApprovedEvent. setManager(PrincipalModel manager)voidQuoteRejectedEvent. setManager(PrincipalModel manager)Constructors in de.hybris.platform.b2b.event with parameters of type PrincipalModel Constructor Description MerchantApprovedEvent(OrderModel order, PrincipalModel manager)MerchantRejectedEvent(OrderModel order, PrincipalModel manager)OrderApprovedEvent(OrderModel order, PrincipalModel approver)OrderRejectedEvent(OrderModel order, PrincipalModel approver)QuoteApprovedEvent(OrderModel order, PrincipalModel manager)QuoteRejectedEvent(OrderModel order, PrincipalModel manager) -
Uses of PrincipalModel in de.hybris.platform.b2b.model
Subclasses of PrincipalModel in de.hybris.platform.b2b.model Modifier and Type Class Description classB2BCustomerModelGenerated model class for type B2BCustomer first defined at extension b2bcommerce.classB2BUnitModelGenerated model class for type B2BUnit first defined at extension b2bcommerce.classB2BUserGroupModelGenerated model class for type B2BUserGroup first defined at extension b2bcommerce. -
Uses of PrincipalModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type PrincipalModel Modifier and Type Method Description protected voidB2BAbstractWorkflowAutomatedAction. updatePermissionResultsStatus(OrderModel order, PrincipalModel principalAssigned, PermissionStatus status)Assigns the PermissionStatus to all theB2BPermissionResultModels associated with a given order and are assigned to the principal. -
Uses of PrincipalModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with type parameters of type PrincipalModel Modifier and Type Method Description <M extends PrincipalModel>
java.util.Set<M>B2BUnitService. getAllUserGroupMembersForType(UserGroupModel userGroup, java.lang.Class<M> memberType)Retrieves all members of a User Group of the specified typeMethods in de.hybris.platform.b2b.services with parameters of type PrincipalModel Modifier and Type Method Description voidB2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)voidB2BUnitService. addMember(T group, PrincipalModel member)Adds the member to a group.java.util.List<UserModel>B2BApproverService. getAccountManagerApprovers(PrincipalModel principal)Gets the list of account manager approvers.voidB2BUnitService. updateParentB2BUnit(T parentB2BUnit, PrincipalModel member)Set the parent unit of a given principal. -
Uses of PrincipalModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with type parameters of type PrincipalModel Modifier and Type Method Description <M extends PrincipalModel>
java.util.Set<M>B2BUnitServiceProxy. getAllUserGroupMembersForType(UserGroupModel userGroup, java.lang.Class<M> memberType)Deprecated.<M extends PrincipalModel>
java.util.Set<M>DefaultB2BUnitService. getAllUserGroupMembersForType(UserGroupModel userGroup, java.lang.Class<M> memberType)Methods in de.hybris.platform.b2b.services.impl with parameters of type PrincipalModel Modifier and Type Method Description voidB2BUnitServiceProxy. addMember(B2BUnitModel group, PrincipalModel member)Deprecated.voidDefaultB2BCustomerService. addMember(PrincipalModel member, PrincipalGroupModel group)voidDefaultB2BUnitService. addMember(B2BUnitModel group, PrincipalModel member)java.util.List<UserModel>DefaultB2BApproverService. getAccountManagerApprovers(PrincipalModel principal)protected java.util.List<B2BCustomerModel>DefaultB2BApproverService. getImmediateApprovers(PrincipalModel principal)Gets the immediate approvers for either a B2BCustomer or B2BUnit (the principal) which also includes the members of the principal's approver groups.voidB2BUnitServiceProxy. updateParentB2BUnit(B2BUnitModel parentB2BUnit, PrincipalModel member)Deprecated.voidDefaultB2BUnitService. updateParentB2BUnit(B2BUnitModel parentB2BUnit, PrincipalModel member) -
Uses of PrincipalModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>B2BOrderHistoryPopulator. getPrincipalConverter()protected Converter<PrincipalModel,PrincipalData>B2BUnitPopulator. getPrincipalConverter()Deprecated.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type PrincipalModel Modifier and Type Method Description voidB2BOrderHistoryPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter)voidB2BUnitPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter)Deprecated. -
Uses of PrincipalModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type PrincipalModel Modifier and Type Method Description protected java.util.Set<PrincipalGroupModel>DefaultB2BGroupCycleValidator. getAllGroups(PrincipalModel principal)Deprecated.booleanDefaultB2BGroupCycleValidator. validateMembers(PrincipalGroupModel principalGroupModel, PrincipalModel member)Deprecated. -
Uses of PrincipalModel in de.hybris.platform.b2bacceleratorservices.event
Methods in de.hybris.platform.b2bacceleratorservices.event with parameters of type PrincipalModel Modifier and Type Method Description protected voidAbstractMerchantEventListener. createOrderHistoryEntry(PrincipalModel owner, OrderModel order, java.lang.String description, OrderStatus status)protected voidAbstractOrderEventListener. createOrderHistoryEntry(PrincipalModel owner, OrderModel order, OrderStatus status, java.lang.String description) -
Uses of PrincipalModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>B2BUnitPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type PrincipalModel Modifier and Type Method Description voidB2BUnitPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<CatalogVersionModel>CatalogVersionMockDao. findReadableCatalogVersions(PrincipalModel principal)java.util.Collection<CatalogVersionModel>CatalogVersionMockDao. findWritableCatalogVersions(PrincipalModel principal)java.util.Collection<CatalogVersionModel>CatalogVersionService. getAllReadableCatalogVersions(PrincipalModel principal)Returns all readableCatalogVersionModels for the given principal.java.util.Collection<CatalogVersionModel>CatalogVersionService. getAllWritableCatalogVersions(PrincipalModel principal)Returns all writableCatalogVersionModels for the given principal. -
Uses of PrincipalModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<CatalogVersionModel>CatalogVersionDao. findReadableCatalogVersions(PrincipalModel principal)Returns allCatalogVersionModels that are readable for the given principal.java.util.Collection<CatalogVersionModel>CatalogVersionDao. findWritableCatalogVersions(PrincipalModel principal)Returns allCatalogVersionModels which are writable for the given principal. -
Uses of PrincipalModel in de.hybris.platform.catalog.daos.impl
Methods in de.hybris.platform.catalog.daos.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<CatalogVersionModel>DefaultCatalogVersionDao. findReadableCatalogVersions(PrincipalModel principal)java.util.Collection<CatalogVersionModel>DefaultCatalogVersionDao. findWritableCatalogVersions(PrincipalModel principal) -
Uses of PrincipalModel in de.hybris.platform.catalog.impl
Methods in de.hybris.platform.catalog.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<CatalogVersionModel>DefaultCatalogVersionService. getAllReadableCatalogVersions(PrincipalModel principal)java.util.Collection<CatalogVersionModel>DefaultCatalogVersionService. getAllWritableCatalogVersions(PrincipalModel principal) -
Uses of PrincipalModel in de.hybris.platform.catalog.model
Subclasses of PrincipalModel in de.hybris.platform.catalog.model Modifier and Type Class Description classCompanyModelGenerated model class for type Company first defined at extension catalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>CatalogVersionModel. getReadPrincipals()Generated method - Getter of theCatalogVersion.readPrincipalsattribute defined at extensioncatalog.java.util.List<PrincipalModel>SyncItemJobModel. getSyncPrincipals()Generated method - Getter of theSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.java.util.List<PrincipalModel>CatalogVersionModel. getWritePrincipals()Generated method - Getter of theCatalogVersion.writePrincipalsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.catalog.model with type arguments of type PrincipalModel Modifier and Type Method Description voidCatalogVersionModel. setReadPrincipals(java.util.List<PrincipalModel> value)Generated method - Setter ofCatalogVersion.readPrincipalsattribute defined at extensioncatalog.voidSyncItemJobModel. setSyncPrincipals(java.util.List<PrincipalModel> value)Generated method - Setter ofSyncItemJob.syncPrincipalsattribute defined at extensioncatalog.voidCatalogVersionModel. setWritePrincipals(java.util.List<PrincipalModel> value)Generated method - Setter ofCatalogVersion.writePrincipalsattribute defined at extensioncatalog. -
Uses of PrincipalModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return PrincipalModel Modifier and Type Method Description protected PrincipalModelDefaultCatalogSynchronizationServiceTest. createPrincipalUser()Methods in de.hybris.platform.catalog.synchronization with parameters of type PrincipalModel Modifier and Type Method Description booleanCatalogSynchronizationService. canSynchronize(SyncItemJobModel syncJob, PrincipalModel principal)Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job.booleanDefaultCatalogSynchronizationService. canSynchronize(SyncItemJobModel syncJob, PrincipalModel principal)Returns true if the principal has sync permissions to synchronize between catalog versions from given sync job. -
Uses of PrincipalModel in de.hybris.platform.category
Method parameters in de.hybris.platform.category with type arguments of type PrincipalModel Modifier and Type Method Description voidCategoryService. setAllowedPrincipalsForAllRelatedCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)Sets the principals for the category and all supercategories and subcategories of passed as parameter category.voidCategoryService. setAllowedPrincipalsForCategory(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)Sets the principals for the category. -
Uses of PrincipalModel in de.hybris.platform.category.impl
Method parameters in de.hybris.platform.category.impl with type arguments of type PrincipalModel Modifier and Type Method Description voidDefaultCategoryService. setAllowedPrincipalsForAllRelatedCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)voidDefaultCategoryService. setAllowedPrincipalsForCategory(CategoryModel category, java.util.List<PrincipalModel> newPrincipals) -
Uses of PrincipalModel in de.hybris.platform.category.interceptors
Method parameters in de.hybris.platform.category.interceptors with type arguments of type PrincipalModel Modifier and Type Method Description protected voidCategoryPrepareInterceptor. addPrincipalsToSuperCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals, InterceptorContext ctx)protected voidCategoryPrepareInterceptor. replacePrincipalsForSubCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals, InterceptorContext ctx) -
Uses of PrincipalModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>CategoryModel. getAllowedPrincipals()Generated method - Getter of theCategory.allowedPrincipalsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.category.model with type arguments of type PrincipalModel Modifier and Type Method Description voidCategoryModel. setAllowedPrincipals(java.util.List<PrincipalModel> value)Generated method - Setter ofCategory.allowedPrincipalsattribute defined at extensioncatalog. -
Uses of PrincipalModel in de.hybris.platform.category.strategies
Method parameters in de.hybris.platform.category.strategies with type arguments of type PrincipalModel Modifier and Type Method Description voidCategoryPrincipalStrategy. replacePrincipalsForAllRelatedCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)Replaces the principals of the specificCategoryModeland the principals down to all sub-categories and up to the super categories as well.voidCategoryPrincipalStrategy. replacePrincipalsForCategory(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)Replaces the principals of the specificCategoryModel. -
Uses of PrincipalModel in de.hybris.platform.category.strategies.impl
Method parameters in de.hybris.platform.category.strategies.impl with type arguments of type PrincipalModel Modifier and Type Method Description voidDefaultCategoryPrincipalStrategy. replacePrincipalsForAllRelatedCategories(CategoryModel category, java.util.List<PrincipalModel> newPrincipals)voidDefaultCategoryPrincipalStrategy. replacePrincipalsForCategory(CategoryModel category, java.util.List<PrincipalModel> newPrincipals) -
Uses of PrincipalModel in de.hybris.platform.cms2.catalogversion.service
Methods in de.hybris.platform.cms2.catalogversion.service with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<CatalogVersionModel>CMSCatalogVersionService. getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel siteModel, CatalogModel catalogModel)Returns child content catalog versions for a catalog to which the principal has a write access.java.util.List<CatalogVersionModel>CMSCatalogVersionService. getWritableContentCatalogVersions(PrincipalModel principal, CatalogModel catalogModel)Returns content catalog versions for a catalog to which the principal has a write access. -
Uses of PrincipalModel in de.hybris.platform.cms2.catalogversion.service.impl
Methods in de.hybris.platform.cms2.catalogversion.service.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<CatalogVersionModel>DefaultCMSCatalogVersionService. getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel cmsSiteModel, CatalogModel catalogModel)java.util.List<CatalogVersionModel>DefaultCMSCatalogVersionService. getWritableContentCatalogVersions(PrincipalModel principal, CatalogModel catalogModel) -
Uses of PrincipalModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>CMSWorkflowTemplateDao. getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion, PrincipalModel principal)Retrieves the list of workflow templates for a given catalog version and principal.Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type PrincipalModel Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses. -
Uses of PrincipalModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>DefaultCMSWorkflowTemplateDao. getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion, PrincipalModel principal)Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type PrincipalModel Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionDao. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData) -
Uses of PrincipalModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>CMSWorkflowParticipantService. getRelatedPrincipals(PrincipalModel user)Finds all principals for the given user.Methods in de.hybris.platform.cms2.workflow.service with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>CMSWorkflowParticipantService. getRelatedPrincipals(PrincipalModel user)Finds all principals for the given user.Method parameters in de.hybris.platform.cms2.workflow.service with type arguments of type PrincipalModel Modifier and Type Method Description SearchResult<WorkflowActionModel>CMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData)This method finds all the activeWorkflowActionModelofAbstractPageModelattachment types for the given principals and specified workflow statuses. -
Uses of PrincipalModel in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>DefaultCMSWorkflowParticipantService. getRelatedPrincipals(PrincipalModel user)Methods in de.hybris.platform.cms2.workflow.service.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>DefaultCMSWorkflowParticipantService. getRelatedPrincipals(PrincipalModel user)Method parameters in de.hybris.platform.cms2.workflow.service.impl with type arguments of type PrincipalModel Modifier and Type Method Description SearchResult<WorkflowActionModel>DefaultCMSWorkflowActionService. findAllActiveWorkflowActionsByStatusAndPrincipals(java.util.Set<CronJobStatus> workflowStatuses, java.util.Collection<PrincipalModel> currentPrincipals, PageableData pageableData) -
Uses of PrincipalModel in de.hybris.platform.cmsfacades.util.builder
Method parameters in de.hybris.platform.cmsfacades.util.builder with type arguments of type PrincipalModel Modifier and Type Method Description CatalogVersionSyncJobModelBuilderCatalogVersionSyncJobModelBuilder. withSyncPrincipals(java.util.List<PrincipalModel> syncPrincipals)WorkflowTemplateModelBuilderWorkflowTemplateModelBuilder. withVisibleForPrincipals(java.util.List<PrincipalModel> principals) -
Uses of PrincipalModel in de.hybris.platform.cmsfacades.util.models
Method parameters in de.hybris.platform.cmsfacades.util.models with type arguments of type PrincipalModel Modifier and Type Method Description CatalogVersionSyncJobModelCatalogVersionSyncJobModelMother. createSyncJob(java.lang.String code, CatalogVersionModel target, CatalogVersionModel source, boolean active, boolean syncPrincipalsOnly, java.util.List<PrincipalModel> syncPrincipals, UserModel sessionUser) -
Uses of PrincipalModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit with parameters of type PrincipalModel Modifier and Type Method Description voidCockpitCollectionService. addReadUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Allows given user to read given collection.voidCockpitCollectionService. addWriteUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Allows given user to modify given collection.CockpitUIComponentConfigurationModelCockpitConfigurationService. getComponentConfiguration(PrincipalModel principal, java.lang.String objectTemplateCode, java.lang.String code)Gets the component configuration.java.util.List<CockpitUIComponentConfigurationModel>CockpitConfigurationService. getComponentConfigurationsForPrincipal(PrincipalModel principal)Gets the component configurations for principal.java.util.List<CockpitUIComponentConfigurationModel>CockpitConfigurationService. getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal)Gets dedicated component configurations for principal.java.util.List<java.lang.String>CockpitConfigurationService. getRoleNamesForPrincipal(PrincipalModel principal)Gets the role names for principal.booleanCockpitCollectionService. hasReadCollectionRight(PrincipalModel principal, CockpitObjectAbstractCollectionModel collection)Returns information whether the user can read collection.booleanCockpitCollectionService. hasWriteCollectionRight(PrincipalModel principal, CockpitObjectAbstractCollectionModel collection)Returns information whether the user can modify collection.voidCockpitCollectionService. removeReadUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Disallow given user to read given collection.voidCockpitCollectionService. removeWriteUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Disallow given user to modify given collection. -
Uses of PrincipalModel in de.hybris.platform.cockpit.components
Methods in de.hybris.platform.cockpit.components with parameters of type PrincipalModel Modifier and Type Method Description static voidComponentsHelper. createMenuWithUsers(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.Collection<PrincipalModel> checkedUsers, org.zkoss.zk.ui.event.EventListener listener)Creates tree-like structure of menu positions containing users' groups and users, so that user can check/uncheck themMethod parameters in de.hybris.platform.cockpit.components with type arguments of type PrincipalModel Modifier and Type Method Description static voidComponentsHelper. createMenuWithUsers(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.Collection<PrincipalModel> checkedUsers, org.zkoss.zk.ui.event.EventListener listener)Creates tree-like structure of menu positions containing users' groups and users, so that user can check/uncheck them -
Uses of PrincipalModel in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type PrincipalModel Modifier and Type Method Description protected voidQueryRenderer. buildMenuRecursively(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.List<PrincipalModel> readUsers, org.zkoss.zk.ui.event.EventListener listener)protected voidQueryRenderer. buildSavedQueryMenuRecursively(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.List<PrincipalModel> readUsers, org.zkoss.zk.ui.event.EventListener listener)Method parameters in de.hybris.platform.cockpit.components.navigationarea.renderer with type arguments of type PrincipalModel Modifier and Type Method Description protected voidQueryRenderer. buildMenuRecursively(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.List<PrincipalModel> readUsers, org.zkoss.zk.ui.event.EventListener listener)protected voidQueryRenderer. buildSavedQueryMenuRecursively(org.zkoss.zul.Menupopup parentMenupopup, PrincipalModel parentPrincipal, java.util.List<PrincipalModel> readUsers, org.zkoss.zk.ui.event.EventListener listener)intQueryRendererUtils. getCheckedUserCount(UserGroupModel model, java.util.List<PrincipalModel> readUsers)Get total number of users directly assigned to a group defined throughmodeland (users) participating inreadUsersat the same time. -
Uses of PrincipalModel in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with parameters of type PrincipalModel Modifier and Type Method Description voidWorkflowFacade. assignUser(PrincipalModel principalModel, WorkflowModel object) -
Uses of PrincipalModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<CockpitUIComponentConfigurationModel>CockpitConfigurationDao. findComponentConfigurations(PrincipalModel principal, java.lang.String objectTemplateCode, java.lang.String code)Find component configuration for given principal model (without its groups), template code and configuration code.java.util.List<CockpitUIComponentConfigurationModel>CockpitConfigurationDao. findComponentConfigurationsByPrincipal(PrincipalModel principal)Find component configurations by principal and all its groups.java.util.List<CockpitUIComponentConfigurationModel>CockpitConfigurationDao. findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)Find component configurations by principal without its supergroups.java.util.List<java.lang.String>CockpitConfigurationDao. findRoleNamesByPrincipal(PrincipalModel principal)Find role names by principal. -
Uses of PrincipalModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<CockpitUIComponentConfigurationModel>DefaultCockpitConfigurationDao. findComponentConfigurations(PrincipalModel principal, java.lang.String objectTemplateCode, java.lang.String code)Find component configuration for given principal model (without its groups), template code and configuration code.java.util.List<CockpitUIComponentConfigurationModel>DefaultCockpitConfigurationDao. findComponentConfigurationsByPrincipal(PrincipalModel principal)Find component configurations by principal and all its groups.java.util.List<CockpitUIComponentConfigurationModel>DefaultCockpitConfigurationDao. findDedicatedComponentConfigurationsByPrincipal(PrincipalModel principal)Find component configurations by principal without its supergroups.java.util.List<java.lang.String>DefaultCockpitConfigurationDao. findRoleNamesByPrincipal(PrincipalModel principal)Find role names by principal. -
Uses of PrincipalModel in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl with parameters of type PrincipalModel Modifier and Type Method Description voidDefaultCockpitCollectionService. addReadUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Allows given user to read given collection.voidDefaultCockpitCollectionService. addWriteUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Allows given user to modify given collection.CockpitUIComponentConfigurationModelDefaultCockpitConfigurationService. getComponentConfiguration(PrincipalModel principal, java.lang.String objectTemplateCode, java.lang.String code)java.util.List<CockpitUIComponentConfigurationModel>DefaultCockpitConfigurationService. getComponentConfigurationsForPrincipal(PrincipalModel principal)java.util.List<CockpitUIComponentConfigurationModel>DefaultCockpitConfigurationService. getDedicatedComponentConfigurationsForPrincipal(PrincipalModel principal)java.util.List<java.lang.String>DefaultCockpitConfigurationService. getRoleNamesForPrincipal(PrincipalModel principal)booleanDefaultCockpitCollectionService. hasReadCollectionRight(PrincipalModel principal, CockpitObjectAbstractCollectionModel collection)Returns information whether the user can read collection.booleanDefaultCockpitCollectionService. hasWriteCollectionRight(PrincipalModel principal, CockpitObjectAbstractCollectionModel collection)Returns information whether the user can modify collection.voidDefaultCockpitCollectionService. removeReadUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Disallow given user to read given collection.voidDefaultCockpitCollectionService. removeWriteUser(PrincipalModel user, CockpitObjectAbstractCollectionModel collection)Disallow given user to modify given collection. -
Uses of PrincipalModel in de.hybris.platform.cockpit.model
Methods in de.hybris.platform.cockpit.model that return PrincipalModel Modifier and Type Method Description PrincipalModelCockpitUIComponentConfigurationModel. getPrincipal()Generated method - Getter of theCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>CockpitObjectAbstractCollectionModel. getReadPrincipals()Generated method - Getter of theCockpitObjectAbstractCollection.readPrincipalsattribute defined at extensioncockpit.java.util.Collection<PrincipalModel>CockpitUIComponentAccessRightModel. getReadPrincipals()Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.java.util.Collection<PrincipalModel>CockpitSavedQueryModel. getReadSavedQueryPrincipals()Generated method - Getter of theCockpitSavedQuery.readSavedQueryPrincipalsattribute defined at extensioncockpit.java.util.Collection<PrincipalModel>CockpitObjectAbstractCollectionModel. getWritePrincipals()Generated method - Getter of theCockpitObjectAbstractCollection.writePrincipalsattribute defined at extensioncockpit.java.util.Collection<PrincipalModel>CockpitUIComponentAccessRightModel. getWritePrincipals()Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model with parameters of type PrincipalModel Modifier and Type Method Description voidCockpitUIComponentConfigurationModel. setPrincipal(PrincipalModel value)Generated method - Setter ofCockpitUIComponentConfiguration.principalattribute defined at extensioncockpit.Method parameters in de.hybris.platform.cockpit.model with type arguments of type PrincipalModel Modifier and Type Method Description voidCockpitObjectAbstractCollectionModel. setReadPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofCockpitObjectAbstractCollection.readPrincipalsattribute defined at extensioncockpit.voidCockpitUIComponentAccessRightModel. setReadPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.voidCockpitSavedQueryModel. setReadSavedQueryPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofCockpitSavedQuery.readSavedQueryPrincipalsattribute defined at extensioncockpit.voidCockpitObjectAbstractCollectionModel. setWritePrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofCockpitObjectAbstractCollection.writePrincipalsattribute defined at extensioncockpit.voidCockpitUIComponentAccessRightModel. setWritePrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit. -
Uses of PrincipalModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>ObjectCollectionService. getReadUsers(ObjectCollection collection)Deprecated.since 6.3, useObjectCollectionService.getReadUsersForCollection(ObjectCollection)insteadjava.util.List<PrincipalModel>ObjectCollectionService. getReadUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to read given collection.java.util.List<PrincipalModel>ObjectCollectionService. getWriteUsers(ObjectCollection collection)Deprecated.since 6.3, useObjectCollectionService.getWriteUsersForCollection(ObjectCollection)insteadjava.util.List<PrincipalModel>ObjectCollectionService. getWriteUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to modify given collection.Methods in de.hybris.platform.cockpit.services with parameters of type PrincipalModel Modifier and Type Method Description voidObjectCollectionService. addReadUser(PrincipalModel user, ObjectCollection collection)Allows given user to read given collection.voidObjectCollectionService. addWriteUser(PrincipalModel user, ObjectCollection collection)Allows given user to modify given collection.java.lang.BooleanObjectCollectionService. hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can read collection.java.lang.BooleanObjectCollectionService. hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can modify collection.java.lang.BooleanObjectCollectionService. isCollectionOwner(PrincipalModel principal, ObjectCollection collection)Deprecated.since 6.3, use local check when requiredvoidObjectCollectionService. removeReadUser(PrincipalModel user, ObjectCollection collection)Disallow given user to read given collection.voidObjectCollectionService. removeWriteUser(PrincipalModel user, ObjectCollection collection)Disallow given user to modify given collection. -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type PrincipalModel Modifier and Type Method Description protected voidDefaultConfigurationPersistingStrategy. storeConfigurationMedia(PrincipalModel principal, java.lang.String xmlContent, java.lang.String code, java.lang.String objectTemplateCode, java.lang.String factoryBeanId) -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getReadUsers(ObjectCollection collection)java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getReadUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to read given collection.java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getWriteUsers(ObjectCollection collection)java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getWriteUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to modify given collection.Methods in de.hybris.platform.cockpit.services.impl with parameters of type PrincipalModel Modifier and Type Method Description voidObjectCollectionServiceImpl. addReadUser(PrincipalModel user, ObjectCollection collection)Allows given user to read given collection.voidObjectCollectionServiceImpl. addWriteUser(PrincipalModel user, ObjectCollection collection)Allows given user to modify given collection.java.lang.BooleanObjectCollectionServiceImpl. hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can read collection.java.lang.BooleanObjectCollectionServiceImpl. hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can modify collection.java.lang.BooleanObjectCollectionServiceImpl. isCollectionOwner(PrincipalModel principal, ObjectCollection collection)Checks if given collection belongs to the given user.voidObjectCollectionServiceImpl. removeReadUser(PrincipalModel user, ObjectCollection collection)Disallow given user to read given collection.voidObjectCollectionServiceImpl. removeWriteUser(PrincipalModel user, ObjectCollection collection)Disallow given user to modify given collection. -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type PrincipalModel Modifier and Type Method Description protected java.lang.StringPrincipalModelLabelProvider. getIconPath(PrincipalModel item)protected java.lang.StringPrincipalModelLabelProvider. getIconPath(PrincipalModel item, java.lang.String languageIso)protected java.lang.StringPrincipalModelLabelProvider. getItemDescription(PrincipalModel item)protected java.lang.StringPrincipalModelLabelProvider. getItemDescription(PrincipalModel item, java.lang.String languageIso)protected java.lang.StringPrincipalModelLabelProvider. getItemLabel(PrincipalModel item)protected java.lang.StringPrincipalModelLabelProvider. getItemLabel(PrincipalModel item, java.lang.String languageIso) -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.query
Methods in de.hybris.platform.cockpit.services.query that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>SavedQueryUserRightsService. getReadUsersForSavedQuery(CockpitSavedQueryModel model)Returns list of all users who are allowed to read given saved query.Methods in de.hybris.platform.cockpit.services.query with parameters of type PrincipalModel Modifier and Type Method Description voidSavedQueryUserRightsService. addReadUser(PrincipalModel user, CockpitSavedQueryModel model)Allows given user to read given collection.voidSavedQueryUserRightsService. removeReadUser(PrincipalModel user, CockpitSavedQueryModel model)Disallow given user to read given collection. -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>DummySavedQueryUserRightsServiceImpl. getReadUsersForSavedQuery(CockpitSavedQueryModel model)Methods in de.hybris.platform.cockpit.services.query.impl with parameters of type PrincipalModel Modifier and Type Method Description voidDummySavedQueryUserRightsServiceImpl. addReadUser(PrincipalModel user, CockpitSavedQueryModel model)voidDummySavedQueryUserRightsServiceImpl. removeReadUser(PrincipalModel user, CockpitSavedQueryModel model) -
Uses of PrincipalModel in de.hybris.platform.cockpit.services.security.impl
Method parameters in de.hybris.platform.cockpit.services.security.impl with type arguments of type PrincipalModel Modifier and Type Method Description protected booleanDefaultUIAccessRightService. restricts(java.util.Collection<PrincipalModel> principals, UserModel user) -
Uses of PrincipalModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>ComponentModel. getCreatePermitted()Generated method - Getter of theComponent.createPermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getCreatePermitted(java.util.Locale loc)Generated method - Getter of theComponent.createPermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getReadPermitted()Generated method - Getter of theComponent.readPermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getReadPermitted(java.util.Locale loc)Generated method - Getter of theComponent.readPermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getRemovePermitted()Generated method - Getter of theComponent.removePermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getRemovePermitted(java.util.Locale loc)Generated method - Getter of theComponent.removePermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>CommentModel. getWatchers()Generated method - Getter of theComment.watchersattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getWritePermitted()Generated method - Getter of theComponent.writePermittedattribute defined at extensioncomments.java.util.Collection<PrincipalModel>ComponentModel. getWritePermitted(java.util.Locale loc)Generated method - Getter of theComponent.writePermittedattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type PrincipalModel Modifier and Type Method Description voidComponentModel. setCreatePermitted(java.util.Collection<PrincipalModel> value)Generated method - Setter ofComponent.createPermittedattribute defined at extensioncomments.voidComponentModel. setCreatePermitted(java.util.Collection<PrincipalModel> value, java.util.Locale loc)Generated method - Setter ofComponent.createPermittedattribute defined at extensioncomments.voidComponentModel. setReadPermitted(java.util.Collection<PrincipalModel> value)Generated method - Setter ofComponent.readPermittedattribute defined at extensioncomments.voidComponentModel. setReadPermitted(java.util.Collection<PrincipalModel> value, java.util.Locale loc)Generated method - Setter ofComponent.readPermittedattribute defined at extensioncomments.voidComponentModel. setRemovePermitted(java.util.Collection<PrincipalModel> value)Generated method - Setter ofComponent.removePermittedattribute defined at extensioncomments.voidComponentModel. setRemovePermitted(java.util.Collection<PrincipalModel> value, java.util.Locale loc)Generated method - Setter ofComponent.removePermittedattribute defined at extensioncomments.voidCommentModel. setWatchers(java.util.Collection<PrincipalModel> value)Generated method - Setter ofComment.watchersattribute defined at extensioncomments.voidComponentModel. setWritePermitted(java.util.Collection<PrincipalModel> value)Generated method - Setter ofComponent.writePermittedattribute defined at extensioncomments.voidComponentModel. setWritePermitted(java.util.Collection<PrincipalModel> value, java.util.Locale loc)Generated method - Setter ofComponent.writePermittedattribute defined at extensioncomments. -
Uses of PrincipalModel in de.hybris.platform.commercefacades.customergroups.converters.populator
Method parameters in de.hybris.platform.commercefacades.customergroups.converters.populator with type arguments of type PrincipalModel Modifier and Type Method Description voidCustomerGroupMembersPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>AbstractOrderPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type PrincipalModel Modifier and Type Method Description voidAbstractOrderPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>CustomerReviewPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type PrincipalModel Modifier and Type Method Description voidCustomerReviewPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type PrincipalModel Modifier and Type Method Description voidPrincipalPopulator. populate(PrincipalModel source, PrincipalData target) -
Uses of PrincipalModel in de.hybris.platform.commerceservices.model
Subclasses of PrincipalModel in de.hybris.platform.commerceservices.model Modifier and Type Class Description classCustomerListModelGenerated model class for type CustomerList first defined at extension commerceservices.classOrgUnitModelGenerated 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.user Modifier and Type Class Description classStoreEmployeeGroupModelGenerated model class for type StoreEmployeeGroup first defined at extension commerceservices. -
Uses of PrincipalModel in de.hybris.platform.commerceservices.organization.daos
Methods in de.hybris.platform.commerceservices.organization.daos with type parameters of type PrincipalModel Modifier and Type Method Description <U extends PrincipalModel>
SearchPageData<U>OrgUnitDao. findMembersOfType(OrgUnitModel unit, java.lang.Class<U> memberType, PageableData pageableData)Find all unit members of a given type.<U extends PrincipalModel>
SearchPageData<U>OrgUnitDao. findMembersOfType(java.lang.Class<U> memberType, PageableData pageableData, java.lang.String... orgUnitUids)Find all units members of a given type. -
Uses of PrincipalModel in de.hybris.platform.commerceservices.organization.daos.impl
Methods in de.hybris.platform.commerceservices.organization.daos.impl with type parameters of type PrincipalModel Modifier and Type Method Description <U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao. findMembersOfType(OrgUnitModel unit, java.lang.Class<U> memberType, PageableData pageableData)<U extends PrincipalModel>
SearchPageData<U>DefaultOrgUnitDao. findMembersOfType(java.lang.Class<U> memberType, PageableData pageableData, java.lang.String... orgUnitUids) -
Uses of PrincipalModel in de.hybris.platform.commerceservices.organization.services
Methods in de.hybris.platform.commerceservices.organization.services with type parameters of type PrincipalModel Modifier and Type Method Description <T extends PrincipalModel>
SearchPageData<T>OrgUnitService. getMembers(OrgUnitMemberParameter<T> parameter)Get a paged search result for members of the given organizational unit. -
Uses of PrincipalModel in de.hybris.platform.commerceservices.organization.services.impl
Methods in de.hybris.platform.commerceservices.organization.services.impl with type parameters of type PrincipalModel Modifier and Type Method Description protected <T extends PrincipalModel>
voidDefaultOrgUnitService. addRemoveMembers(OrgUnitMemberParameter<T> parameter, java.util.function.BiConsumer<java.util.Set<PrincipalGroupModel>,OrgUnitModel> consumer)<T extends PrincipalModel>
SearchPageData<T>DefaultOrgUnitService. getMembers(OrgUnitMemberParameter<T> parameter) -
Uses of PrincipalModel in de.hybris.platform.commerceservices.organization.utils
Methods in de.hybris.platform.commerceservices.organization.utils with type parameters of type PrincipalModel Modifier and Type Method Description static <T extends PrincipalModel>
OrgUnitMemberParameter<T>OrgUtils. createOrgUnitMemberParameter(java.lang.String uid, java.util.Set<T> members, java.lang.Class<T> type, PageableData pageableData)Creates the org unit member parameter. -
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 PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>MediaModel. getDeniedPrincipals()Generated method - Getter of theMedia.deniedPrincipalsdynamic attribute defined at extensioncore.java.util.Collection<PrincipalModel>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 PrincipalModel Modifier and Type Method Description voidMediaModel. setDeniedPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofMedia.deniedPrincipalsdynamic attribute defined at extensioncore.voidMediaModel. setPermittedPrincipals(java.util.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.security Modifier and Type Class Description classPrincipalGroupModelGenerated 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 PrincipalModel Modifier and Type Method Description java.util.Set<PrincipalModel>PrincipalGroupModel. getMembers()Generated method - Getter of thePrincipalGroup.membersattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.security with type arguments of type PrincipalModel Modifier and Type Method Description voidPrincipalGroupModel. setMembers(java.util.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.test Modifier and Type Class Description classTestEmployeeModelGenerated model class for type TestEmployee first defined at extension core.classTestUserGroupModelGenerated 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 PrincipalModel Modifier and Type Method Description PrincipalModelSearchRestrictionModel. getPrincipal()Generated method - Getter of theSearchRestriction.principalattribute defined at extensioncore.Methods in de.hybris.platform.core.model.type with parameters of type PrincipalModel Modifier and Type Method Description voidSearchRestrictionModel. setPrincipal(PrincipalModel value)Generated method - Setter ofSearchRestriction.principalattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.type with parameters of type PrincipalModel Constructor Description SearchRestrictionModel(java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, PrincipalModel _principal, java.lang.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(java.lang.String _code, java.lang.Boolean _generate, PrincipalModel _principal, java.lang.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.user Modifier and Type Class Description classCustomerModelGenerated model class for type Customer first defined at extension core.classEmployeeModelGenerated model class for type Employee first defined at extension core.classUserGroupModelGenerated model class for type UserGroup first defined at extension core.classUserModelGenerated 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 PrincipalModel Modifier and Type Method Description PrincipalModelUserProfileModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type PrincipalModel Constructor Description UserProfileModel(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.ldap.model
Methods in de.hybris.platform.ldap.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>LDAPConfigProxyItemModel. getLocalAccountsOnly()Generated method - Getter of theLDAPConfigProxyItem.localAccountsOnlyattribute defined at extensionldap.Method parameters in de.hybris.platform.ldap.model with type arguments of type PrincipalModel Modifier and Type Method Description voidLDAPConfigProxyItemModel. setLocalAccountsOnly(java.util.Collection<PrincipalModel> value)Generated method - Setter ofLDAPConfigProxyItem.localAccountsOnlyattribute defined at extensionldap. -
Uses of PrincipalModel in de.hybris.platform.marketplaceservices.model
Subclasses of PrincipalModel in de.hybris.platform.marketplaceservices.model Modifier and Type Class Description classVendorUserModelGenerated model class for type VendorUser first defined at extension marketplaceservices. -
Uses of PrincipalModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description protected java.util.List<PrincipalModel>DefaultVendorCreationStrategy. getReadPrincipals(CatalogVersionModel catalogVersion) -
Uses of PrincipalModel in de.hybris.platform.messagecentercsfacades.impl
Methods in de.hybris.platform.messagecentercsfacades.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>DefaultConversationFacade. getPrincipalConverter()Method parameters in de.hybris.platform.messagecentercsfacades.impl with type arguments of type PrincipalModel Modifier and Type Method Description voidDefaultConversationFacade. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.messagecentercsfacades.populators
Methods in de.hybris.platform.messagecentercsfacades.populators that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>ConversationPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.messagecentercsfacades.populators with type arguments of type PrincipalModel Modifier and Type Method Description voidConversationPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return PrincipalModel Modifier and Type Method Description PrincipalModelAbstractOrderCancelTest.RequestOriginStrategyHelper. getCallingPrincipal()PrincipalModelAbstractOrderCancelTest. getCurrentPrincipal()Methods in de.hybris.platform.ordercancel with parameters of type PrincipalModel Modifier and Type Method Description OrderCancelRecordEntryModelOrderCancelRecordsHandler. createRecordEntry(OrderCancelRequest request, PrincipalModel requestor)Persist a new cancel record entry that corresponds to the cancel request.java.util.Map<AbstractOrderEntryModel,java.lang.Long>OrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)Provides information about cancelable entries of given order.java.util.Map<AbstractOrderEntryModel,java.lang.Long>OrderCancelService. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)Returns all cancellableOrderEntryOrderCancelDenialReasonOrderCancelDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requestor, boolean partialCancel, boolean partialEntryCancel)Determines cancel possibility for given conditions.CancelDecisionOrderCancelService. isCancelPossible(OrderModel order, PrincipalModel requestor, boolean partialCancel, boolean partialEntryCancel)Verifies if order cancel is possible for given order and given conditionsOrderCancelRecordEntryModelOrderCancelService. requestOrderCancel(OrderCancelRequest orderCancelRequest, PrincipalModel requestor)Requests complete cancel operation on an Order.voidAbstractOrderCancelTest. setCurrentPrincipal(PrincipalModel currentPrincipal) -
Uses of PrincipalModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl with parameters of type PrincipalModel Modifier and Type Method Description OrderCancelRecordEntryModelDefaultOrderCancelRecordsHandler. createRecordEntry(OrderCancelRequest request, PrincipalModel requestor)protected OrderHistoryEntryModelDefaultOrderCancelRecordsHandler. createSnaphot(OrderModel order, OrderModel version, java.lang.String description, PrincipalModel requestor)java.util.Map<AbstractOrderEntryModel,java.lang.Long>DefaultOrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)java.util.Map<AbstractOrderEntryModel,java.lang.Long>DefaultOrderCancelService. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)Returns all cancellableOrderEntry.CancelDecisionDefaultOrderCancelService. isCancelPossible(OrderModel order, PrincipalModel requestor, boolean partialCancel, boolean partialEntryCancel)OrderCancelRecordEntryModelDefaultOrderCancelService. requestOrderCancel(OrderCancelRequest orderCancelRequest, PrincipalModel requestor) -
Uses of PrincipalModel in de.hybris.platform.ordercancel.impl.denialstrategies
Methods in de.hybris.platform.ordercancel.impl.denialstrategies with parameters of type PrincipalModel Modifier and Type Method Description OrderCancelDenialReasonConsignmentPaymentCapturedDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requestor, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonDefaultRequestOriginDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requestor, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonOrderStateDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requester, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonPartialCancelRulesViolationStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requester, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonSentToWarehouseDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requester, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonShippingDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requester, boolean partialCancel, boolean partialEntryCancel)OrderCancelDenialReasonSingleCancelRequestDenialStrategy. getCancelDenialReason(OrderCancelConfigModel configuration, OrderModel order, PrincipalModel requester, boolean partialCancel, boolean partialEntryCancel) -
Uses of PrincipalModel in de.hybris.platform.ordermodify.model
Methods in de.hybris.platform.ordermodify.model that return PrincipalModel Modifier and Type Method Description PrincipalModelOrderModificationRecordEntryModel. getPrincipal()Generated method - Getter of theOrderModificationRecordEntry.principalattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordermodify.model with parameters of type PrincipalModel Modifier and Type Method Description voidOrderModificationRecordEntryModel. setPrincipal(PrincipalModel value)Generated method - Setter ofOrderModificationRecordEntry.principalattribute defined at extensionbasecommerce. -
Uses of PrincipalModel in de.hybris.platform.permissionsfacades.impl
Methods in de.hybris.platform.permissionsfacades.impl that return PrincipalModel Modifier and Type Method Description protected PrincipalModelDefaultPermissionsFacade. findPrincipal(java.lang.String principalUid)Methods in de.hybris.platform.permissionsfacades.impl with parameters of type PrincipalModel Modifier and Type Method Description protected SyncPermissionsDataDefaultPermissionsFacade. buildSyncPermissionData(SyncItemJobModel syncJob, PrincipalModel principal)Creates the sync permission data for a given sync job and a principalprotected CatalogPermissionsDataDefaultPermissionsFacade. generateCatalogPermissionsDTO(CatalogVersionModel cv, boolean readPermission, boolean writePermission, PrincipalModel principal, java.util.List<SyncPermissionsData> syncPermissions)protected java.util.List<SyncPermissionsData>DefaultPermissionsFacade. getSyncPermissions(CatalogVersionModel catalogVersion, PrincipalModel principal)Gets sync permissions for a given catalog version and a given principalprotected PermissionsDataDefaultPermissionsFacade. retrieveSingleAttributePermissions(java.util.List<java.lang.String> permissionNames, java.lang.String type, PrincipalModel principal, java.lang.String attributeQualifier) -
Uses of PrincipalModel in de.hybris.platform.productcockpit.services.query.impl
Methods in de.hybris.platform.productcockpit.services.query.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.List<PrincipalModel>SavedQueryUserRightsServiceImpl. getReadUsersForSavedQuery(CockpitSavedQueryModel model)Methods in de.hybris.platform.productcockpit.services.query.impl with parameters of type PrincipalModel Modifier and Type Method Description voidSavedQueryUserRightsServiceImpl. addReadUser(PrincipalModel user, CockpitSavedQueryModel model)voidSavedQueryUserRightsServiceImpl. removeReadUser(PrincipalModel user, CockpitSavedQueryModel model) -
Uses of PrincipalModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>PromotionUserRestrictionModel. getUsers()Generated method - Getter of thePromotionUserRestriction.usersattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type PrincipalModel Modifier and Type Method Description voidPromotionUserRestrictionModel. setUsers(java.util.Collection<PrincipalModel> value)Generated method - Setter ofPromotionUserRestriction.usersattribute defined at extensionpromotions. -
Uses of PrincipalModel in de.hybris.platform.savedorderforms.populator
Methods in de.hybris.platform.savedorderforms.populator that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>OrderFormPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.savedorderforms.populator with type arguments of type PrincipalModel Modifier and Type Method Description voidOrderFormPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.search.restriction
Methods in de.hybris.platform.search.restriction with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<SearchRestrictionModel>SearchRestrictionService. getActiveSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets only active search restrictions for givenComposedTypeModel.java.util.Collection<SearchRestrictionModel>SearchRestrictionService. getInactiveSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets only inactive search restrictions for givenComposedTypeModel.java.util.Collection<SearchRestrictionModel>SearchRestrictionService. getSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets all (active and inactive) search restrictions for givenComposedTypeModel.booleanSearchRestrictionService. hasRestrictions(PrincipalModel principal, boolean includePrincipalGroups, ComposedTypeModel type)Checks whether type has search restrictions (session and persisted). -
Uses of PrincipalModel in de.hybris.platform.search.restriction.dao
Methods in de.hybris.platform.search.restriction.dao with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<SearchRestrictionModel>SearchRestrictionDao. findActiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Finds activeSearchRestrictionModelobjects forPrincipalModelandComposedTypeModel.java.util.List<SearchRestrictionModel>SearchRestrictionDao. findInactiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Finds allSearchRestrictionModelobjects forPrincipalModelandComposedTypeModel.java.util.List<SearchRestrictionModel>SearchRestrictionDao. findSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Finds allSearchRestrictionModelobjects forPrincipalModelandComposedTypeModel. -
Uses of PrincipalModel in de.hybris.platform.search.restriction.dao.impl
Methods in de.hybris.platform.search.restriction.dao.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<SearchRestrictionModel>DefaultSearchRestrictionDao. findActiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)java.util.List<SearchRestrictionModel>DefaultSearchRestrictionDao. findInactiveSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)java.util.List<SearchRestrictionModel>DefaultSearchRestrictionDao. findSearchRestrictionsByPrincipalAndType(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types) -
Uses of PrincipalModel in de.hybris.platform.search.restriction.impl
Methods in de.hybris.platform.search.restriction.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Collection<SearchRestrictionModel>DefaultSearchRestrictionService. getActiveSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets only active search restrictions for givenComposedTypeModel.java.util.Collection<SearchRestrictionModel>DefaultSearchRestrictionService. getInactiveSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets only inactive search restrictions for givenComposedTypeModel.java.util.Collection<SearchRestrictionModel>DefaultSearchRestrictionService. getSearchRestrictions(PrincipalModel principal, boolean includePrincipalGroups, java.util.Collection<ComposedTypeModel> types)Gets all (active and inactive) search restrictions for givenComposedTypeModel.booleanDefaultSearchRestrictionService. hasRestrictions(PrincipalModel principal, boolean includePrincipalGroups, ComposedTypeModel type)Checks whether type has search restrictions (session and persisted). -
Uses of PrincipalModel in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators that return types with arguments of type PrincipalModel Modifier and Type Method Description protected Converter<PrincipalModel,PrincipalData>WishlistForSelectiveCartPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.selectivecartfacades.populators with type arguments of type PrincipalModel Modifier and Type Method Description voidWishlistForSelectiveCartPopulator. setPrincipalConverter(Converter<PrincipalModel,PrincipalData> principalConverter) -
Uses of PrincipalModel in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>DynamicAttributesMediaDeniedPrincipals. get(MediaModel model)Holds logic behind getter for dynamic attribute.java.util.Collection<PrincipalModel>DynamicAttributesMediaPermittedPrincipals. get(MediaModel model)Holds logic behind getter for dynamic attribute.java.util.Collection<PrincipalModel>MediaPermissionService. getDeniedPrincipals(MediaModel mediaItem)Fetches all users, where Read permission for given media item is denied.java.util.Collection<PrincipalModel>MediaPermissionService. getPermittedPrincipals(MediaModel mediaItem)Fetches all users, with Read permission for given media item.Methods in de.hybris.platform.servicelayer.media with parameters of type PrincipalModel Modifier and Type Method Description voidMediaPermissionService. denyReadPermission(MediaModel mediaItem, PrincipalModel principal)Denies principal the read permission to given mediaItem.voidMediaPermissionService. grantReadPermission(MediaModel mediaItem, PrincipalModel principal)Grants principal the read permission to given mediaItem.booleanMediaPermissionService. isReadAccessGranted(MediaModel mediaItem, PrincipalModel principal)Checks if the given principal has access to reading medias granted.Method parameters in de.hybris.platform.servicelayer.media with type arguments of type PrincipalModel Modifier and Type Method Description voidDynamicAttributesMediaDeniedPrincipals. set(MediaModel model, java.util.Collection<PrincipalModel> deniedPrincipals)Holds logic behind setter for dynamic attribute.voidDynamicAttributesMediaPermittedPrincipals. set(MediaModel model, java.util.Collection<PrincipalModel> permittedPrincipals)Holds logic behind setter for dynamic attribute.voidMediaPermissionService. setDeniedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)Updates the list of all principal with denied Read Permission for given media item.voidMediaPermissionService. setPermittedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)Updates the list of all assigned principal with ReadPermission for given media item. -
Uses of PrincipalModel in de.hybris.platform.servicelayer.media.impl
Methods in de.hybris.platform.servicelayer.media.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>MediaDeniedPrincipalsHandler. get(MediaModel model)java.util.Collection<PrincipalModel>MediaPermittedPrincipalsHandler. get(MediaModel model)protected java.util.Collection<PrincipalModel>AbstractMediaPrincipalsHandler. getDeniedPrincipals(MediaModel model)java.util.Collection<PrincipalModel>DefaultMediaPermissionService. getDeniedPrincipals(MediaModel mediaItem)Fetches all users, where Read permission for given media item is denied.protected java.util.Collection<PrincipalModel>AbstractMediaPrincipalsHandler. getPermittedPrincipals(MediaModel model)java.util.Collection<PrincipalModel>DefaultMediaPermissionService. getPermittedPrincipals(MediaModel mediaItem)Fetches all users, with Read permission for given media item.Methods in de.hybris.platform.servicelayer.media.impl with parameters of type PrincipalModel Modifier and Type Method Description voidDefaultMediaPermissionService. denyReadPermission(MediaModel mediaItem, PrincipalModel principal)Denies principal the read permission to given mediaItem.voidDefaultMediaPermissionService. grantReadPermission(MediaModel mediaItem, PrincipalModel principal)Grants principal the read permission to given mediaItem.booleanDefaultMediaPermissionService. isReadAccessGranted(MediaModel mediaItem, PrincipalModel principal)Checks if the given principal has access to reading medias granted.Method parameters in de.hybris.platform.servicelayer.media.impl with type arguments of type PrincipalModel Modifier and Type Method Description voidMediaDeniedPrincipalsHandler. set(MediaModel model, java.util.Collection<PrincipalModel> principals)voidMediaPermittedPrincipalsHandler. set(MediaModel model, java.util.Collection<PrincipalModel> principals)voidDefaultMediaPermissionService. setDeniedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)Updates the list of all principal with denied Read Permission for given media item.voidDefaultMediaPermissionService. setPermittedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)Updates the list of all assigned principal with ReadPermission for given media item. -
Uses of PrincipalModel in de.hybris.platform.servicelayer.security.dynamic
Methods in de.hybris.platform.servicelayer.security.dynamic with parameters of type PrincipalModel Modifier and Type Method Description java.util.Set<PrincipalGroupModel>PrincipalAllGroupsAttributeHandler. get(PrincipalModel model)java.util.Collection<SearchRestrictionModel>PrincipalAllSearchRestrictionsAttributeHandler. get(PrincipalModel principal)java.lang.StringPrincipalDisplayNameLocalizedAttributeHandler. get(PrincipalModel model)java.lang.StringPrincipalDisplayNameLocalizedAttributeHandler. get(PrincipalModel model, java.util.Locale loc)voidPrincipalAllGroupsAttributeHandler. set(PrincipalModel model, java.util.Set<PrincipalGroupModel> principalGroupModels)voidPrincipalDisplayNameLocalizedAttributeHandler. set(PrincipalModel model, java.lang.String value)voidPrincipalDisplayNameLocalizedAttributeHandler. set(PrincipalModel model, java.lang.String value, java.util.Locale loc) -
Uses of PrincipalModel in de.hybris.platform.servicelayer.security.permissions
Fields in de.hybris.platform.servicelayer.security.permissions declared as PrincipalModel Modifier and Type Field Description protected PrincipalModelAbstractPermissionServiceTest. testUser1protected PrincipalModelAbstractPermissionServiceTest. testUser2Methods in de.hybris.platform.servicelayer.security.permissions that return PrincipalModel Modifier and Type Method Description PrincipalModelPermissionAssignment. getPrincipal()Methods in de.hybris.platform.servicelayer.security.permissions with parameters of type PrincipalModel Modifier and Type Method Description PermissionCheckResultPermissionCheckingService. checkAttributeDescriptorPermission(AttributeDescriptorModel attributeDescriptor, PrincipalModel principal, java.lang.String permissionName)Checks if a principal has a permission to an attribute descriptor.PermissionCheckResultPermissionCheckingService. checkAttributeDescriptorPermission(java.lang.String typeCode, java.lang.String attributeQualifier, PrincipalModel principal, java.lang.String permissionName)Same asPermissionCheckingService.checkAttributeDescriptorPermission(AttributeDescriptorModel, PrincipalModel, String)but allows to use String values to specify attribute descriptor.PermissionCheckResultPermissionCheckingService. checkGlobalPermission(PrincipalModel principal, java.lang.String permissionName)Checks if a principal has a given permission assigned globally.PermissionCheckResultPermissionCheckingService. checkItemPermission(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks if a principal has a permission to an item.PermissionCheckValuePermissionChecker. checkPermission(PrincipalModel principal, java.lang.String permissionName)Performs a single permission check.PermissionCheckResultPermissionCheckingService. checkTypePermission(ComposedTypeModel type, PrincipalModel principal, java.lang.String permissionName)Checks if a principal has a permission to a type.PermissionCheckResultPermissionCheckingService. checkTypePermission(java.lang.String typeCode, PrincipalModel principal, java.lang.String permissionName)java.util.Collection<PermissionAssignment>PermissionManagementService. getAttributePermissionsForPrincipal(AttributeDescriptorModel attribute, PrincipalModel... principal)Returns a collection representing permissions assigned to given attribute for specified principal(s).java.util.Collection<PermissionAssignment>PermissionManagementService. getGlobalPermissionsForPrincipal(PrincipalModel... principal)Returns a collection representing all global permission assignments for specified principal(s).java.util.Collection<PermissionAssignment>PermissionManagementService. getItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)Returns a collection representing permissions assigned to given item for specified principal(s).java.util.Collection<PermissionAssignment>PermissionManagementService. getTypePermissionsForPrincipal(ComposedTypeModel type, PrincipalModel... principal)Returns a collection representing permissions assigned to given type for specified principal(s).voidPermissionManagementService. removeAttributePermissionsForPrincipal(AttributeDescriptorModel attribute, PrincipalModel... principal)Removes all permission assignments from an attribute descriptor that refer to given principal(s).voidPermissionManagementService. removeGlobalPermissionsForPrincipal(PrincipalModel... principal)Removes all global permission assignments that refer to given principal(s).voidPermissionManagementService. removeItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)Removes all permission assignments from an item that refer to given principal(s).voidPermissionManagementService. removeTypePermissionsForPrincipal(ComposedTypeModel type, PrincipalModel... principal)Removes all permission assignments from a type that refer to given principal(s).Constructors in de.hybris.platform.servicelayer.security.permissions with parameters of type PrincipalModel Constructor Description PermissionAssignment(java.lang.String permissionName, PrincipalModel principal)Constructor for "granting" a permission.PermissionAssignment(java.lang.String permissionName, PrincipalModel principal, boolean denied)This constructor can be used to create a denying permission assignment. -
Uses of PrincipalModel in de.hybris.platform.servicelayer.security.permissions.impl
Methods in de.hybris.platform.servicelayer.security.permissions.impl that return PrincipalModel Modifier and Type Method Description protected PrincipalModelDefaultPermissionCheckingService. getDefaultPrincipal()Methods in de.hybris.platform.servicelayer.security.permissions.impl with parameters of type PrincipalModel Modifier and Type Method Description PermissionCheckResultDefaultPermissionCheckingService. checkAttributeDescriptorPermission(AttributeDescriptorModel attributeDescriptor, PrincipalModel principal, java.lang.String permissionName)PermissionCheckResultDefaultPermissionCheckingService. checkAttributeDescriptorPermission(java.lang.String typeCode, java.lang.String attributeQualifier, PrincipalModel principal, java.lang.String permissionName)protected PermissionCheckValueDefaultPermissionCheckingService. checkAttributePermission(AttributeDescriptorModel attributeDescriptor, PrincipalModel principal, java.lang.String permissionName)Checks the type permission upon this attribute of the given principal.PermissionCheckResultDefaultPermissionCheckingService. checkGlobalPermission(PrincipalModel principal, java.lang.String permissionName)PermissionCheckResultDefaultPermissionCheckingService. checkItemPermission(ItemModel item, PrincipalModel principal, java.lang.String permissionName)This method tries to check for item permission assignments first.protected PermissionCheckValueDefaultPermissionCheckingService. checkItemPermissionForPrincipalHierarchy(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks permission assignments for given item, permission and principal (with it's groups hierarchy).protected PermissionCheckValueDefaultPermissionCheckingService. checkPermissionForGlobal(PrincipalModel principal, java.lang.String permissionName)Checks global assignment of given permission to given principal.protected PermissionCheckValueDefaultPermissionCheckingService. checkPermissionForItem(ItemModel item, PrincipalModel principal, java.lang.String permissionName)Checks assignment of given permission to given item for given principal.PermissionCheckResultDefaultPermissionCheckingService. checkTypePermission(ComposedTypeModel type, PrincipalModel principal, java.lang.String permissionName)This method tries to check for type permission assignments first.PermissionCheckResultDefaultPermissionCheckingService. checkTypePermission(java.lang.String typeCode, PrincipalModel principal, java.lang.String permissionName)protected PermissionCheckValueDefaultPermissionCheckingService. checkTypePermissionForTypeHierarchy(ComposedTypeModel type, PrincipalModel principal, java.lang.String permissionName)Checks permission assignments for given type (involving type's ancestors), permission and principal (with it's groups hierarchy).protected PermissionCheckValueDefaultPermissionCheckingService. genericPermissionCheckingForPrincipalHierarchy(PermissionChecker permissionChecker, PrincipalModel principal, java.lang.String permissionName)Generic method for checking permissions within principal groups hierarchy.java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getAttributePermissionsForPrincipal(AttributeDescriptorModel attribute, PrincipalModel... principal)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getGlobalPermissionsForPrincipal(PrincipalModel... principal)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getTypePermissionsForPrincipal(ComposedTypeModel type, PrincipalModel... principal)voidDefaultPermissionManagementService. removeAttributePermissionsForPrincipal(AttributeDescriptorModel attribute, PrincipalModel... principal)voidDefaultPermissionManagementService. removeGlobalPermissionsForPrincipal(PrincipalModel... principal)voidDefaultPermissionManagementService. removeItemPermissionsForPrincipal(ItemModel item, PrincipalModel... principal)voidDefaultPermissionManagementService. removeTypePermissionsForPrincipal(ComposedTypeModel type, PrincipalModel... principal)Method parameters in de.hybris.platform.servicelayer.security.permissions.impl with type arguments of type PrincipalModel Modifier and Type Method Description protected java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getGlobalPermissionsForPrincipal(java.util.Collection<PrincipalModel> principals)Returns global permissions for given principalsprotected java.util.Collection<PermissionAssignment>DefaultPermissionManagementService. getItemPermissionsForPrincipals(ItemModel item, java.util.Collection<PrincipalModel> principals)protected voidDefaultPermissionManagementService. removeGlobalPermissionsForPrincipals(java.util.Collection<PrincipalModel> principals)protected voidDefaultPermissionManagementService. removePermissionsForPrincipals(ItemModel item, java.util.Collection<PrincipalModel> principals) -
Uses of PrincipalModel in de.hybris.platform.servicelayer.security.strategies
Methods in de.hybris.platform.servicelayer.security.strategies with parameters of type PrincipalModel Modifier and Type Method Description PermissionCheckValuePrincipalHierarchyCheckingStrategy. checkPermissionsForPrincipalHierarchy(PermissionChecker permissionChecker, PrincipalModel principal, java.lang.String permissionName)Checks for permissions within principal groups hierarchy. -
Uses of PrincipalModel in de.hybris.platform.servicelayer.security.strategies.impl
Methods in de.hybris.platform.servicelayer.security.strategies.impl with parameters of type PrincipalModel Modifier and Type Method Description PermissionCheckValueDefaultPrincipalHierarchyCheckingStrategy. checkPermissionsForPrincipalHierarchy(PermissionChecker permissionChecker, PrincipalModel principal, java.lang.String permissionName) -
Uses of PrincipalModel in de.hybris.platform.servicelayer.user.interceptors
Methods in de.hybris.platform.servicelayer.user.interceptors with parameters of type PrincipalModel Modifier and Type Method Description voidPrincipalCatalogVersionsPrepareInterceptor. onPrepare(PrincipalModel principalModel, InterceptorContext ctx) -
Uses of PrincipalModel in de.hybris.platform.ticket.model
Subclasses of PrincipalModel in de.hybris.platform.ticket.model Modifier and Type Class Description classCsAgentGroupModelGenerated model class for type CsAgentGroup first defined at extension ticketsystem. -
Uses of PrincipalModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>UserRestrictionModel. getUsers()Generated method - Getter of theUserRestriction.usersattribute defined at extensionvoucher.Method parameters in de.hybris.platform.voucher.model with type arguments of type PrincipalModel Modifier and Type Method Description voidUserRestrictionModel. setUsers(java.util.Collection<PrincipalModel> value)Generated method - Setter ofUserRestriction.usersattribute defined at extensionvoucher.Constructor parameters in de.hybris.platform.voucher.model with type arguments of type PrincipalModel Constructor Description UserRestrictionModel(ItemModel _owner, java.util.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(java.util.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.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.Map<AbstractOrderEntryModel,java.lang.Long>CapturePaymentOnConsignmentOrderCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor)java.util.Map<AbstractOrderEntryModel,java.lang.Long>WarehousingOrderCancelCancelableEntriesStrategy. getAllCancelableEntries(OrderModel order, PrincipalModel requestor) -
Uses of PrincipalModel in de.hybris.platform.warehousing.taskassignment.strategy.impl
Methods in de.hybris.platform.warehousing.taskassignment.strategy.impl that return types with arguments of type PrincipalModel Modifier and Type Method Description protected java.util.Set<PrincipalModel>UserWithLowestLoadSelectionStrategy. getPosEmployees(WorkflowModel workflow, PrincipalGroupModel principalGroup)Finds the employees linked to the warehouse which the workflow attached consignment is allocated to. -
Uses of PrincipalModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type PrincipalModel Modifier and Type Method Description AutomatedWorkflowActionTemplateModelBuilderAutomatedWorkflowActionTemplateModelBuilder. withPrincipal(PrincipalModel principal)WorkflowActionTemplateModelBuilderWorkflowActionTemplateModelBuilder. withPrincipal(PrincipalModel principal)Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type PrincipalModel Modifier and Type Method Description WorkflowTemplateModelBuilderWorkflowTemplateModelBuilder. withPrincipals(java.util.Collection<PrincipalModel> principals) -
Uses of PrincipalModel in de.hybris.platform.webservicescommons.model
Methods in de.hybris.platform.webservicescommons.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>OpenIDExternalScopesModel. getPermittedPrincipals()Generated method - Getter of theOpenIDExternalScopes.permittedPrincipalsattribute defined at extensionoauth2.Method parameters in de.hybris.platform.webservicescommons.model with type arguments of type PrincipalModel Modifier and Type Method Description voidOpenIDExternalScopesModel. setPermittedPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofOpenIDExternalScopes.permittedPrincipalsattribute defined at extensionoauth2. -
Uses of PrincipalModel in de.hybris.platform.webservicescommons.oauth2.scope
Methods in de.hybris.platform.webservicescommons.oauth2.scope with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<OpenIDExternalScopesModel>ExternalScopesDao. findScopesByClientAndPrincipal(OAuthClientDetailsModel clientDetailsModel, PrincipalModel principal)Find scopes by client and principal. -
Uses of PrincipalModel in de.hybris.platform.webservicescommons.oauth2.scope.impl
Methods in de.hybris.platform.webservicescommons.oauth2.scope.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<OpenIDExternalScopesModel>DefaultExternalScopesDao. findScopesByClientAndPrincipal(OAuthClientDetailsModel clientDetailsModel, PrincipalModel principal) -
Uses of PrincipalModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type PrincipalModel Modifier and Type Method Description booleanWorkflowService. assignUser(PrincipalModel principal, WorkflowModel workflow)Assigns principal to workflow. -
Uses of PrincipalModel in de.hybris.platform.workflow.dao
Methods in de.hybris.platform.workflow.dao with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>WorkflowDAO. getWorkflowTemplatesVisibleForUser(PrincipalModel principalModel)Deprecated.since ages - as of release 4.3, please useWorkflowTemplateDao.findWorkflowTemplatesVisibleForPrincipal(de.hybris.platform.core.model.security.PrincipalModel) -
Uses of PrincipalModel in de.hybris.platform.workflow.dao.impl
Methods in de.hybris.platform.workflow.dao.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>DefaultWorkflowDAO. getWorkflowTemplatesVisibleForUser(PrincipalModel principalModel) -
Uses of PrincipalModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>WorkflowTemplateDao. findWorkflowTemplatesVisibleForPrincipal(PrincipalModel principal) -
Uses of PrincipalModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl with parameters of type PrincipalModel Modifier and Type Method Description java.util.List<WorkflowTemplateModel>DefaultWorkflowTemplateDao. findWorkflowTemplatesVisibleForPrincipal(PrincipalModel principal) -
Uses of PrincipalModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type PrincipalModel Modifier and Type Method Description booleanDefaultWorkflowService. assignUser(PrincipalModel principalModel, WorkflowModel workflowModel) -
Uses of PrincipalModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return PrincipalModel Modifier and Type Method Description PrincipalModelAbstractWorkflowActionModel. getPrincipalAssigned()Generated method - Getter of theAbstractWorkflowAction.principalAssignedattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type PrincipalModel Modifier and Type Method Description java.util.Collection<PrincipalModel>WorkflowTemplateModel. getVisibleForPrincipals()Generated method - Getter of theWorkflowTemplate.visibleForPrincipalsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type PrincipalModel Modifier and Type Method Description voidAbstractWorkflowActionModel. setPrincipalAssigned(PrincipalModel value)Generated method - Setter ofAbstractWorkflowAction.principalAssignedattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type PrincipalModel Modifier and Type Method Description voidWorkflowTemplateModel. setVisibleForPrincipals(java.util.Collection<PrincipalModel> value)Generated method - Setter ofWorkflowTemplate.visibleForPrincipalsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type PrincipalModel Constructor Description AbstractWorkflowActionModel(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, java.lang.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, java.lang.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, java.lang.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, java.lang.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 -
Uses of PrincipalModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services with parameters of type PrincipalModel Modifier and Type Method Description voidWorkflowService. assignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated.since ages - as of release 4.3, please useWorkflowService.assignUser(PrincipalModel, WorkflowModel)voidWorkflowService. unassignUser(PrincipalModel principalModel, WorkflowModel workflow)Deprecated.since ages - as of release 4.3, please useWorkflowService.unassignUser(WorkflowModel) -
Uses of PrincipalModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl with parameters of type PrincipalModel Modifier and Type Method Description voidWorkflowServiceImpl. assignUser(PrincipalModel principalModel, WorkflowModel workflowModel)Deprecated.voidWorkflowServiceImpl. unassignUser(PrincipalModel principalModel, WorkflowModel workflowModel)Deprecated.
-