Uses of Class
de.hybris.platform.core.model.user.UserModel
Packages that use UserModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo package.
Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.export package.
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.basecommerce.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.chinesepaymentservices.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cockpit.jalo package.
Contains generated models for each type of de.hybris.platform.comments.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.initialization package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.order.payment package.
Contains generated models for each type of de.hybris.platform.jalo.test package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.couponservices.jalo package.
Contains generated models for each type of de.hybris.platform.cronjob.jalo package.
Contains generated models for each type of de.hybris.platform.customerreview.jalo package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
Contains generated models for each type of de.hybris.platform.hmc.jalo package.
Contains generated models for each type of de.hybris.platform.inboundservices.jalo package.
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo package.
Contains generated models for each type of de.hybris.platform.outboundservices.jalo package.
Contains generated models for each type of de.hybris.platform.personalizationservices.jalo package.
Contains generated models for each type of de.hybris.platform.platformbackoffice.jalo package.
Contains generated models for each type of de.hybris.platform.processengine.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.savedorderforms.jalo package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
Contains generated models for each type of de.hybris.platform.ticketsystem.events.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
Contains generated models for each type of de.hybris.platform.webservicescommons.jalo package.
Contains generated models for each type of de.hybris.platform.wishlist2.jalo package.
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of UserModel in com.hybris.backoffice.cockpitng.user
Methods in com.hybris.backoffice.cockpitng.user with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanBackofficeCockpitUserService.isVerifiedAnonymousUser(UserModel user) -
Uses of UserModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCronJobHistoryFacade.getCurrentUser() -
Uses of UserModel in com.hybris.backoffice.model
Methods in com.hybris.backoffice.model that return UserModelModifier and TypeMethodDescriptionBackofficeObjectSpecialCollectionModel.getUser()Generated method - Getter of theBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.Methods in com.hybris.backoffice.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofBackofficeObjectSpecialCollection.userattribute defined at extensionbackoffice.Constructors in com.hybris.backoffice.model with parameters of type UserModelModifierConstructorDescriptionBackofficeObjectSpecialCollectionModel(BackofficeSpecialCollectionType _collectionType, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeObjectSpecialCollectionModel(BackofficeSpecialCollectionType _collectionType, UserModel _user) 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 UserModel in com.hybris.backoffice.spring.security
Methods in com.hybris.backoffice.spring.security with parameters of type UserModelModifier and TypeMethodDescriptionvoidBackofficeUserDetailsService.activateCatalogVersions(UserModel user) -
Uses of UserModel in com.hybris.backoffice.user
Methods in com.hybris.backoffice.user with parameters of type UserModelModifier and TypeMethodDescriptionbooleanprotected booleanBackofficeUserService.isAdminGroupInNonRoleHierarchy(UserModel user) protected booleanBackofficeUserService.isCurrentUser(UserModel user) -
Uses of UserModel in com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword
Methods in com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword with parameters of type UserModelModifier and TypeMethodDescriptionvoidChangePasswordRendererUtil.onConfirmPwdTextChanged(UserModel user, org.zkoss.zul.impl.InputElement confirmPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) voidChangePasswordRendererUtil.onNewPasswordTextChanged(UserModel user, org.zkoss.zul.impl.InputElement newPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) booleanChangePasswordRendererUtil.validateOldPassword(UserModel user, PasswordChangeData passwordChangeData) -
Uses of UserModel in com.hybris.backoffice.widgets.workflowactionadapter
Methods in com.hybris.backoffice.widgets.workflowactionadapter that return UserModelModifier and TypeMethodDescriptionprotected UserModelWorkflowActionAdapterController.getCurrentUser() -
Uses of UserModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type UserModelModifier and TypeMethodDescriptionCoreWorkflowFacade.createWorkflow(String name, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) Creates an instance ofWorkflowModelwith given name, template, attached items and user. -
Uses of UserModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCoreWorkflowFacade.createWorkflow(String name, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) -
Uses of UserModel in com.hybris.samlssobackoffice
Methods in com.hybris.samlssobackoffice with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidBackofficeSSOService.adjustUserAttributes(UserModel user, DefaultSSOService.SSOUserMapping mapping) -
Uses of UserModel in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services with parameters of type UserModelModifier and TypeMethodDescriptionprotected static StringDefaultConsentService.getDebugFlagValue(UserModel userModel) -
Uses of UserModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type UserModelModifier and TypeMethodDescriptionOrderEventPopulator.getProfileConsumerConverter()UserEventPopulator.getProfileConsumerConverter()UserEventPopulator.getProfileIdentitiesConverter()Methods in com.hybris.yprofile.populators with parameters of type UserModelModifier and TypeMethodDescriptionUserEventPopulator.getConvertedAddresses(UserModel userModel) IdentitiesPopulator.getCustomerId(UserModel userModel) protected StringIdentitiesPopulator.getIdentityRef(UserModel userModel) protected UserBodyUserEventPopulator.getUserBody(UserModel userModel) protected UserMasterDataUserEventPopulator.getUserMasterData(UserModel userModel) protected booleanConsumerPopulator.isGuestUser(UserModel userModel) voidvoidvoidMethod parameters in com.hybris.yprofile.populators with type arguments of type UserModelModifier and TypeMethodDescriptionvoidOrderEventPopulator.setProfileConsumerConverter(Converter<UserModel, Consumer> profileConsumerConverter) voidUserEventPopulator.setProfileConsumerConverter(Converter<UserModel, Consumer> profileConsumerConverter) voidUserEventPopulator.setProfileIdentitiesConverter(Converter<UserModel, List<Consumer>> profileIdentitiesConverter) -
Uses of UserModel in com.hybris.yprofile.services
Methods in com.hybris.yprofile.services with parameters of type UserModelModifier and TypeMethodDescriptionvoidProfileTransactionService.sendAddressDeletedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends address deleted event to Profile.voidProfileTransactionService.sendAddressSavedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends address saved event to Profile.voidProfileTransactionService.sendLoginEvent(UserModel userModel, String consentReferenceId, String sessionId, String storeName) Sends user login event to Profile.voidProfileTransactionService.sendPersonalDetailsChangedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends personal details updated event to Profile.voidProfileTransactionService.sendUserRegistrationEvent(UserModel userModel, String consentReferenceId, String sessionId, String storeName) Sends user registration event to Profile. -
Uses of UserModel in com.hybris.yprofile.services.impl
Methods in com.hybris.yprofile.services.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionDefaultProfileTransactionService.getProfileUserEventConverter()Methods in com.hybris.yprofile.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected static StringDefaultProfileTransactionService.getDebugFlagValue(UserModel userModel) voidDefaultProfileTransactionService.sendAddressDeletedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends address deleted event to CDS.voidDefaultProfileTransactionService.sendAddressSavedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends address saved event to CDS.voidDefaultProfileTransactionService.sendLoginEvent(UserModel userModel, String consentReferenceId, String sessionId, String baseSiteId) Send user login event to CDS.voidDefaultProfileTransactionService.sendPersonalDetailsChangedEvent(UserModel userModel, String baseSiteId, String consentReferenceId) Sends personal details updated event to CDS.protected voidDefaultProfileTransactionService.sendUserEvent(UserModel userModel, String consentReferenceId, String sessionId, String baseSiteId, String eventType) voidDefaultProfileTransactionService.sendUserRegistrationEvent(UserModel userModel, String consentReferenceId, String sessionId, String baseSiteId) Send user registration event to CDS.Method parameters in com.hybris.yprofile.services.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.setProfileUserEventConverter(Converter<UserModel, User> profileUserEventConverter) -
Uses of UserModel in de.hybris.platform.acceleratorcms.context.impl
Methods in de.hybris.platform.acceleratorcms.context.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultContextInformationLoader.loadFakeUser(UserModel fakeUser) -
Uses of UserModel in de.hybris.platform.acceleratorcms.data
Methods in de.hybris.platform.acceleratorcms.data that return UserModelMethods in de.hybris.platform.acceleratorcms.data with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.acceleratorservices.dataexport.generic.event
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.event that return UserModelMethods in de.hybris.platform.acceleratorservices.dataexport.generic.event with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.acceleratorservices.model.export
Methods in de.hybris.platform.acceleratorservices.model.export that return UserModelModifier and TypeMethodDescriptionExportDataCronJobModel.getUser()Generated method - Getter of theExportDataCronJob.userattribute defined at extensionacceleratorservices.Methods in de.hybris.platform.acceleratorservices.model.export with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.accountsummaryaddon
Methods in de.hybris.platform.accountsummaryaddon with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.accountsummaryaddon.controllers
Methods in de.hybris.platform.accountsummaryaddon.controllers with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidAccountSummaryAccountStatusComponentController.fillEmailBuffer(StringBuilder emailBuffer, UserModel accountManager) -
Uses of UserModel in de.hybris.platform.accountsummaryaddon.populators
Methods in de.hybris.platform.accountsummaryaddon.populators with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidAccountSummaryInfoPopulator.populateEmail(StringBuilder emailStringBuilder, UserModel accountManager) -
Uses of UserModel in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultAssistedServiceFacade.attachCartToSession(String cartId, UserModel customer) Methods in de.hybris.platform.assistedservicefacades.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> DefaultAssistedServiceFacade.getCustomerConverter()Methods in de.hybris.platform.assistedservicefacades.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultAssistedServiceFacade.attachCartToSession(String cartId, UserModel customer) protected voidDefaultAssistedServiceFacade.attachLatestSessionCart(UserModel customer) protected voidDefaultAssistedServiceFacade.createSessionEvent(UserModel agent, UserModel customer, EventType type) Creates session event for provided customer and agent.protected StringDefaultAssistedServiceFacade.getAssistedServiceAgentStore(UserModel agent) protected booleanDefaultAssistedServiceFacade.isAssistedServiceAgent(UserModel asmAgent) Verify that provided user participate in a parent AS agent group.protected booleanDefaultAssistedServiceFacade.isBruteForce(UserModel asmAgent) protected BooleanDefaultAssistedServiceFacade.isCustomerAccountActive(UserModel customer) protected voidDefaultAssistedServiceFacade.loginAssistedServiceAgent(UserModel agent) protected voidDefaultAssistedServiceFacade.resetBruteForceCounter(UserModel asmAgent) protected voidDefaultAssistedServiceFacade.sanityCheckForAgent(UserModel agent) protected voidDefaultAssistedServiceFacade.verifyAssistedServiceAgent(UserModel asmAgent) Verify that provided user participate in a parent AS agent group.Method parameters in de.hybris.platform.assistedservicefacades.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultAssistedServiceFacade.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) -
Uses of UserModel in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that return UserModelModifier and TypeMethodDescriptionAssistedServiceService.getCustomer(String customerId) returns customerMethods in de.hybris.platform.assistedserviceservices with parameters of type UserModelModifier and TypeMethodDescriptionAssistedServiceService.gerOrderByCode(String orderCode, UserModel customer) Deprecated, for removal: This API element is subject to removal in a future version.since 6.6, useAssistedServiceService.getOrderByCode(String, UserModel)insteadAssistedServiceService.getAssistedServiceAgentStore(UserModel agent) Returns the PointOfServiceModel for the given as agent.AssistedServiceService.getCartByCode(String cartCode, UserModel customer) search cart by code and customerAssistedServiceService.getLatestModifiedCart(UserModel customer) search for a cart with most resent CartModel::getModifiedtimeAssistedServiceService.getOrderByCode(String orderCode, UserModel customer) search for ordervoidAssistedServiceService.restoreCartToUser(CartModel cart, UserModel user) Restore cart to provided user -
Uses of UserModel in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl that return UserModelModifier and TypeMethodDescriptionDefaultCommerceCustomerSupportService.getAgent()DefaultAssistedServiceService.getCustomer(String customerId) DefaultCommerceCustomerSupportService.getEmulatedCustomer()Methods in de.hybris.platform.assistedserviceservices.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultAssistedServiceService.gerOrderByCode(String orderCode, UserModel customer) Deprecated, for removal: This API element is subject to removal in a future version.since 6.6, useAssistedServiceService.getOrderByCode(String, UserModel)insteadDefaultAssistedServiceService.getAssistedServiceAgentStore(UserModel agent) DefaultAssistedServiceService.getCartByCode(String cartCode, UserModel customer) DefaultAssistedServiceService.getLatestModifiedCart(UserModel customer) DefaultAssistedServiceService.getOrderByCode(String orderCode, UserModel customer) voidDefaultAssistedServiceService.restoreCartToUser(CartModel cart, UserModel user) -
Uses of UserModel in de.hybris.platform.assistedserviceservices.strategy
Methods in de.hybris.platform.assistedserviceservices.strategy that return UserModelModifier and TypeMethodDescriptionAssistedServiceQuoteUserIdentificationStrategy.getCurrentQuoteUser()Methods in de.hybris.platform.assistedserviceservices.strategy with parameters of type UserModelModifier and TypeMethodDescriptionprotected SessionEventDefaultRecentlyStartedSessionCustomerListSearchStrategyTest.createSessionEvent(UserModel agent, UserModel customer, EventType type) -
Uses of UserModel in de.hybris.platform.assistedserviceservices.utils
Methods in de.hybris.platform.assistedserviceservices.utils that return UserModelModifier and TypeMethodDescriptionAssistedServiceSession.getAgent()AssistedServiceSession.getEmulatedCustomer()Methods in de.hybris.platform.assistedserviceservices.utils with parameters of type UserModelModifier and TypeMethodDescriptionvoidvoidAssistedServiceSession.setEmulatedCustomer(UserModel emulatedCustomer) -
Uses of UserModel in de.hybris.platform.assistedservicestorefront.controllers.cms
Methods in de.hybris.platform.assistedservicestorefront.controllers.cms with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider with parameters of type UserModelModifier and TypeMethodDescriptionprotected CsTicketModelHeadingDataProvider.getLatestUpdatedOpenTicketForCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.assistedservicestorefront.restrictions
Methods in de.hybris.platform.assistedservicestorefront.restrictions with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanASMCMSUserGroupRestrictionEvaluator.checkWhetherUserIsPartOfRestrictedGroup(UserModel userModel, ASMCMSUserGroupRestrictionModel asmCMSUserGroupRestrictionModel) Checks Whether the supplied User is part of the Restricted Groups -
Uses of UserModel in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected StringDefaultYProfileAffinityFacade.getProfileId(UserModel user) Returns id of Yaas Profile associated to current session customer. -
Uses of UserModel in de.hybris.platform.audit
Fields in de.hybris.platform.audit declared as UserModelMethods in de.hybris.platform.audit that return UserModel -
Uses of UserModel in de.hybris.platform.audit.provider.internal.resolver.impl
Methods in de.hybris.platform.audit.provider.internal.resolver.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelManyToManyReferencesResolverTest.createUser(String userUid, String userName) -
Uses of UserModel in de.hybris.platform.audit.view.impl
Fields in de.hybris.platform.audit.view.impl declared as UserModel -
Uses of UserModel in de.hybris.platform.b2b
Methods in de.hybris.platform.b2b with parameters of type UserModelModifier and TypeMethodDescriptionB2BIntegrationTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) void -
Uses of UserModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao with parameters of type UserModelModifier and TypeMethodDescriptionB2BWorflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BOrderDao.findApprovedOrders(UserModel user) Find the orders with a status ofOrderStatus.APPROVEDfor a user.B2BOrderDao.findApprovedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.B2BOrderDao.findCartToOrderCronJobs(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.CartToOrderCronJobModelDao.findCartToOrderCronJobs(UserModel user) Finds CartToOrderCronJob for a given user.B2BCommentDao.findCommentsByUser(UserModel user, T order) Find all comments owned by user and associated to an orderB2BOrderDao.findOrdersApprovedByDateRange(UserModel user, Date startDate, Date endDate) Find orders with aOrderStatus.APPROVEDstatus within a date range for a user.B2BOrderDao.findOrdersApprovedForDateRange(UserModel user, Date startDate, Date endDate) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.B2BOrderDao.findOrdersByStatus(UserModel user, OrderStatus status) Find orders having a particularOrderStatusvalue for a user.B2BOrderDao.findOrdersByStatus(UserModel user, List<OrderStatus> status) Find order by given status for a user.B2BOrderDao.findPendingApprovalOrders(UserModel user) Find the orders with a status ofOrderStatus.PENDING_APPROVALfor a user.B2BOrderDao.findPendingApprovalOrdersFromMerchant(UserModel user) Find the orders with a status ofOrderStatus.PENDING_APPROVAL_FROM_MERCHANTfor a user.B2BOrderDao.findPendingQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.B2BOrderDao.findRejectedByMerchantOrders(UserModel user) Find the orders with a status ofOrderStatus.REJECTED_BY_MERCHANTfor a user.B2BOrderDao.findRejectedOrders(UserModel user) Find the rejected orders with the status ofOrderStatus.REJECTEDfor auser.B2BOrderDao.findRejectedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.B2BWorflowActionDao.findWorkflowActionsByUser(UserModel user) Find all the workflow actions for given userB2BWorflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, String qualifier, UserModel user) Finds a work flow action with a particular workflowaction status, user and template qualifier -
Uses of UserModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultB2BWorkflowActionDao.findActionByUserAndStatus(WorkflowActionStatus status, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BOrderDao.findApprovedOrders(UserModel user) DefaultB2BOrderDao.findApprovedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BOrderDao.findCartToOrderCronJobs(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.0.DefaultCartToOrderCronJobModelDao.findCartToOrderCronJobs(UserModel user) DefaultB2BCommentDao.findCommentsByUser(UserModel user, AbstractOrderModel order) DefaultB2BOrderDao.findOrdersApprovedByDateRange(UserModel user, Date startDate, Date endDate) DefaultB2BOrderDao.findOrdersApprovedForDateRange(UserModel user, Date startDate, Date endDate) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BOrderDao.findOrdersByStatus(UserModel user, OrderStatus status) DefaultB2BOrderDao.findOrdersByStatus(UserModel user, List<OrderStatus> status) DefaultB2BOrderDao.findPendingApprovalOrders(UserModel user) DefaultB2BOrderDao.findPendingApprovalOrdersFromMerchant(UserModel user) DefaultB2BOrderDao.findPendingQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BOrderDao.findRejectedByMerchantOrders(UserModel user) DefaultB2BOrderDao.findRejectedOrders(UserModel user) DefaultB2BOrderDao.findRejectedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BWorkflowActionDao.findWorkflowActionsByUser(UserModel user) DefaultB2BWorkflowActionDao.findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, String qualifier, UserModel user) -
Uses of UserModel in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidAfterSessionUserChangeListener.resetCurrency(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Sets the the current currency from the list of available currencies from the users cost centers. -
Uses of UserModel in de.hybris.platform.b2b.model
Subclasses of UserModel in de.hybris.platform.b2b.modelModifier and TypeClassDescriptionclassGenerated model class for type B2BCustomer first defined at extension b2bcommerce.Methods in de.hybris.platform.b2b.model that return UserModelModifier and TypeMethodDescriptionB2BCommentModel.getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type UserModelModifierConstructorDescriptionB2BCommentModel(UserModel _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 UserModel in de.hybris.platform.b2b.process.approval.actions
Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type UserModelModifier and TypeMethodDescriptionprotected voidPerformMerchantCheck.sendAlert(OrderModel order, List<UserModel> salesReps, String description) -
Uses of UserModel in de.hybris.platform.b2b.services
Classes in de.hybris.platform.b2b.services with type parameters of type UserModelModifier and TypeInterfaceDescriptioninterfaceB2BBudgetService<B extends B2BBudgetModel,U extends UserModel> The Interface B2BBudgetService.interfaceB2BCostCenterService<T,U extends UserModel> Service around theB2BCostCenterModel.interfaceB2BPermissionService<T extends UserModel,P extends B2BPermissionResultModel> A service aroundB2BPermissionResultModel.interfaceB2BUnitService<T extends CompanyModel,U extends UserModel> A service aroundB2BUnitModel.Methods in de.hybris.platform.b2b.services with type parameters of type UserModelModifier and TypeMethodDescription<T extends UserModel>
List<OrderModel>B2BOrderService.getApprovedOrders(T user) Gets the orders with a status ofOrderStatus.APPROVEDfor a user.<T extends UserModel>
List<OrderModel>B2BOrderService.getApprovedQuoteOrders(T user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.<T extends UserModel>
List<OrderModel>B2BOrderService.getErroredOrders(T user) Gets orders for a user with statusOrderStatus.B2B_PROCESSING_ERROR<T extends UserModel>
List<OrderModel>B2BOrderService.getPendingApprovalOrders(T user) Gets the orders which are inOrderStatus.PENDING_APPROVAL<T extends UserModel>
List<OrderModel>B2BOrderService.getPendingApprovalOrdersFromMerchant(T user) Gets the orders which are inOrderStatus.PENDING_APPROVAL_FROM_MERCHANT<T extends UserModel>
List<OrderModel>B2BOrderService.getPendingQuoteOrders(T user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.<T extends UserModel>
List<OrderModel>B2BOrderService.getRejectedByMerchantOrders(T user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.<T extends UserModel>
List<OrderModel>B2BOrderService.getRejectedForMerchantOrders(T user) Gets the orders with a status ofOrderStatus.REJECTED_BY_MERCHANTfor a user.<T extends UserModel>
List<OrderModel>B2BOrderService.getRejectedOrders(T user) Gets the orders with a status ofOrderStatus.REJECTEDfor a user.<T extends UserModel>
List<OrderModel>B2BOrderService.getRejectedQuoteOrders(T user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.<T extends UserModel>
List<CartToOrderCronJobModel>B2BOrderService.getScheduledOrders(T user) Finds scheduled CartToOrderCronJob's for a given user.Methods in de.hybris.platform.b2b.services that return types with arguments of type UserModelModifier and TypeMethodDescriptionB2BApproverService.getAccountManagerApprovers(PrincipalModel principal) Gets the list of account manager approvers.Methods in de.hybris.platform.b2b.services with parameters of type UserModelModifier and TypeMethodDescriptionB2BCostCenterService.findAvailableCurrencies(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.As of hybris 4.4, replaced byB2BCostCenterService.getAvailableCurrencies(UserModel)B2BCostCenterService.getAvailableCurrencies(UserModel user) Get available currencies based on a userB2BCommentService.getB2BCommentsForUser(T model, UserModel user) Retrives a list ofB2BCommentassociated to the order owned by a particular userB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, String qualifier, UserModel user) Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)B2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user) Gets a collection of workflow actions for a uservoidB2BUnitService.updateBranchInSession(Session session, UserModel currentUser) Sets the branch for the current use in the session.Method parameters in de.hybris.platform.b2b.services with type arguments of type UserModelModifier and TypeMethodDescriptionB2BWorkflowIntegrationService.createWorkflowTemplate(List<? extends UserModel> users, String code, String description, WorkflowTemplateType templateType) This will create a WorkflowTemplateModel if one does not existB2BWorkflowIntegrationService.generateWorkflowTemplateCode(String prefix, List<? extends UserModel> users) Generates a list of appended prefix_PrincipalModel.UID -
Uses of UserModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionDefaultB2BApproverService.getAccountManagerApprovers(PrincipalModel principal) Methods in de.hybris.platform.b2b.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultB2BCostCenterService.findAvailableCurrencies(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BOrderService.getApprovedOrders(UserModel user) DefaultB2BOrderService.getApprovedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BCostCenterService.getAvailableCurrencies(UserModel user) DefaultB2BCommentService.getB2BCommentsForUser(AbstractOrderModel model, UserModel user) DefaultB2BOrderService.getErroredOrders(UserModel user) DefaultB2BOrderService.getPendingApprovalOrders(UserModel user) DefaultB2BOrderService.getPendingApprovalOrdersFromMerchant(UserModel user) DefaultB2BOrderService.getPendingQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BOrderService.getRejectedByMerchantOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.DefaultB2BOrderService.getRejectedForMerchantOrders(UserModel user) DefaultB2BOrderService.getRejectedOrders(UserModel user) DefaultB2BOrderService.getRejectedQuoteOrders(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.3.DefaultB2BOrderService.getScheduledOrders(UserModel user) DefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, String qualifier, UserModel user) Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)DefaultB2BWorkflowIntegrationService.getWorkflowActionsForUser(UserModel user) voidB2BUnitServiceProxy.updateBranchInSession(Session session, UserModel currentUser) Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultB2BUnitService.updateBranchInSession(Session session, UserModel currentUser) Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type UserModelModifier and TypeMethodDescriptionDefaultB2BWorkflowIntegrationService.createWorkflowTemplate(List<? extends UserModel> users, String code, String description, WorkflowTemplateType templateType) DefaultB2BWorkflowIntegrationService.generateWorkflowTemplateCode(String prefix, List<? extends UserModel> users) -
Uses of UserModel in de.hybris.platform.b2b.strategies
Method parameters in de.hybris.platform.b2b.strategies with type arguments of type UserModelModifier and TypeMethodDescriptionWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) Create a Workflow for the list of users with a specific code and description -
Uses of UserModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected AutomatedWorkflowActionTemplateModelAbstractWorkflowTemplateStrategy.createAutomatedWorkflowActionTemplate(String code, String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel, Class<? extends AutomatedWorkflowTemplateJob> jobClass, String jobHandlerBeanId) Creates an automated workflow cronjob by either joblass or springBean idprotected WorkflowTemplateModelAbstractWorkflowTemplateStrategy.createBlankWorkflowTemplate(String code, String description, UserModel user) protected WorkflowActionTemplateModelAbstractWorkflowTemplateStrategy.createWorkflowActionTemplateModel(String code, String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel) Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type UserModelModifier and TypeMethodDescriptionabstract WorkflowTemplateModelAbstractWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) CreditAlertWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) MerchantCheckWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) OrderApprovalWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) SalesQuotesWorkflowTemplateStrategy.createWorkflowTemplate(List<? extends UserModel> users, String code, String description) -
Uses of UserModel in de.hybris.platform.b2bacceleratoraddon.security
Methods in de.hybris.platform.b2bacceleratoraddon.security with parameters of type UserModelModifier and TypeMethodDescriptionbooleanB2BUserGroupProvider.isUserAuthorized(UserModel user) Checks if given user belongs to at least one group that is authorized.booleanB2BUserGroupProvider.isUserAuthorizedToCheckOut(UserModel user) Checks if given user belongs to at least one group that is authorized to checkout. -
Uses of UserModel in de.hybris.platform.b2bacceleratoraddon.security.impl
Methods in de.hybris.platform.b2bacceleratoraddon.security.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanDefaultB2BUserGroupProvider.checkIfUserAuthorized(UserModel user) protected booleanDefaultB2BUserGroupProvider.checkIfUserAuthorizedToCheckOut(UserModel user) booleanDefaultB2BUserGroupProvider.isUserAuthorized(UserModel user) booleanDefaultB2BUserGroupProvider.isUserAuthorizedToCheckOut(UserModel user) -
Uses of UserModel in de.hybris.platform.b2bacceleratoraddon.service.impl
Methods in de.hybris.platform.b2bacceleratoraddon.service.impl with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> B2BCartPopulator.getB2bCustomerConverter()protected Converter<UserModel,CustomerData> B2BOrderApprovalDashboardListPopulator.getB2bCustomerConverter()protected Converter<UserModel,CustomerData> B2BOrderPopulator.getB2bCustomerConverter()protected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerReversePopulator.getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<UserModel,PrincipalData> B2BCommentPopulator.getPrincipalConverter()protected Converter<UserModel,PrincipalData> B2BOrderHistoryEntryDataPopulator.getPrincipalConverter()Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type UserModelModifier and TypeMethodDescriptionvoidB2BCartPopulator.setB2bCustomerConverter(Converter<UserModel, CustomerData> b2bCustomerConverter) voidB2BOrderApprovalDashboardListPopulator.setB2bCustomerConverter(Converter<UserModel, CustomerData> b2bCustomerConverter) voidB2BOrderPopulator.setB2bCustomerConverter(Converter<UserModel, CustomerData> b2bCustomerConverter) voidB2BCustomerReversePopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) Deprecated, for removal: This API element is subject to removal in a future version.voidB2BCommentPopulator.setPrincipalConverter(Converter<UserModel, PrincipalData> principalConverter) voidB2BOrderHistoryEntryDataPopulator.setPrincipalConverter(Converter<UserModel, PrincipalData> principalConverter) -
Uses of UserModel in de.hybris.platform.b2bacceleratorfacades.user.populators
Methods in de.hybris.platform.b2bacceleratorfacades.user.populators that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerPopulator.getB2bUnitService()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.b2bacceleratorfacades.user.populators with type arguments of type UserModelModifier and TypeMethodDescriptionvoidB2BCustomerPopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCompanyB2BCommerceService.addMemberToUserGroup(UserGroupModel usergroup, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDefaultCompanyB2BCommerceService.removedMemberFromUserGroup(UserGroupModel usergroup, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.customer
Methods in de.hybris.platform.b2bacceleratorservices.customer with parameters of type UserModelModifier and TypeMethodDescriptionB2BCustomerAccountService.getCartToOrderCronJobForCode(String code, UserModel user) Gets the Scheduling job by codeList<? extends CartToOrderCronJobModel>B2BCustomerAccountService.getCartToOrderCronJobsForUser(UserModel user) Gets all order replenishment cron jobs for a given user.B2BCustomerAccountService.getPagedCartToOrderCronJobsForUser(UserModel user, PageableData pageableData) Gets all order replenishment cron jobs for a given user. -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultB2BCustomerAccountService.adjustPassword(UserModel currentUser, String newUid, String currentPassword) DefaultB2BCustomerAccountService.getCartToOrderCronJobForCode(String code, UserModel user) List<? extends CartToOrderCronJobModel>DefaultB2BCustomerAccountService.getCartToOrderCronJobsForUser(UserModel user) DefaultB2BCustomerAccountService.getPagedCartToOrderCronJobsForUser(UserModel user, PageableData pageableData) -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.dao
Methods in de.hybris.platform.b2bacceleratorservices.dao with parameters of type UserModelModifier and TypeMethodDescriptionB2BAcceleratorCartToOrderCronJobModelDao.findCartToOrderCronJobByCode(String code, UserModel user) Gets the Scheduling job by codeList<? extends CartToOrderCronJobModel>B2BAcceleratorCartToOrderCronJobModelDao.findCartToOrderCronJobsByUser(UserModel user) Gets all order replenishment cron jobs for a given user.B2BAcceleratorCartToOrderCronJobModelDao.findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData) Gets all order replenishment cron jobs for a given user.PagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.dao.impl
Methods in de.hybris.platform.b2bacceleratorservices.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultB2BAcceleratorCartToOrderCronJobModelDao.findCartToOrderCronJobByCode(String code, UserModel user) DefaultB2BAcceleratorCartToOrderCronJobModelDao.findCartToOrderCronJobsByUser(UserModel user) DefaultB2BAcceleratorCartToOrderCronJobModelDao.findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData) DefaultPagedB2BWorkflowActionDao.findPagedWorkflowActionsByUserAndActionTypes(UserModel user, WorkflowActionType[] actionTypes, PageableData pageableData) -
Uses of UserModel in de.hybris.platform.b2bapprovalprocessfacades.company.impl
Methods in de.hybris.platform.b2bapprovalprocessfacades.company.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,UserModel> DefaultB2BApproverFacade.getB2bUnitService()Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultB2BApproverFacade.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) -
Uses of UserModel in de.hybris.platform.b2bcommercefacades.company.converters.populators
Methods in de.hybris.platform.b2bcommercefacades.company.converters.populators that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerPopulator.getB2bUnitService()protected B2BUnitService<B2BUnitModel,UserModel> B2BUnitReversePopulator.getB2bUnitService()protected B2BUnitService<B2BUnitModel,UserModel> B2BCustomerReversePopulator.getB2BUnitService()Method parameters in de.hybris.platform.b2bcommercefacades.company.converters.populators with type arguments of type UserModelModifier and TypeMethodDescriptionvoidB2BCustomerPopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) voidB2BUnitReversePopulator.setB2bUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) voidB2BCustomerReversePopulator.setB2BUnitService(B2BUnitService<B2BUnitModel, UserModel> b2BUnitService) -
Uses of UserModel in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,UserModel> DefaultB2BUnitFacade.getB2BUnitService()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultB2BUnitFacade.setB2BUnitService(B2BUnitService<B2BUnitModel, UserModel> b2bUnitService) -
Uses of UserModel in de.hybris.platform.basecommerce.model
Constructors in de.hybris.platform.basecommerce.model with parameters of type UserModelModifierConstructorDescriptionMultiAddressInMemoryCartModel(CurrencyModel _currency, Date _date, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMultiAddressInMemoryCartModel(CurrencyModel _currency, Date _date, UserModel _user) 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 UserModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog with parameters of type UserModelModifier and TypeMethodDescriptionvoidCatalogVersionSLDTest.assertReadAndWriteUsersForCatalogVersion(CatalogVersionModel catalogVersion, UserModel... users) booleanCatalogVersionService.canRead(CatalogVersionModel catalogVersion, UserModel user) Determines whether user can read from given catalogVersion.booleanCatalogVersionService.canWrite(CatalogVersionModel catalogVersion, UserModel user) Determines whether user can write to given catalogVersion. -
Uses of UserModel in de.hybris.platform.catalog.dynamic
Methods in de.hybris.platform.catalog.dynamic with parameters of type UserModelModifier and TypeMethodDescriptionvoidUserAllWriteableCatalogVersionsAttributeHandler.set(UserModel model, Collection<CatalogVersionModel> catalogVersionModels) -
Uses of UserModel in de.hybris.platform.catalog.impl
Fields in de.hybris.platform.catalog.impl declared as UserModelModifier and TypeFieldDescriptionprotected UserModelAbstractCatalogTest.user1protected UserModelAbstractCatalogTest.user2protected UserModelAbstractCatalogTest.user3Methods in de.hybris.platform.catalog.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultCatalogVersionService.canRead(CatalogVersionModel catalogVersion, UserModel user) booleanDefaultCatalogVersionService.canWrite(CatalogVersionModel catalogVersion, UserModel user) -
Uses of UserModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return UserModelModifier and TypeMethodDescriptionAgreementModel.getBuyerContact()Generated method - Getter of theAgreement.buyerContactattribute defined at extensioncatalog.CompanyModel.getContact()Generated method - Getter of theCompany.contactattribute defined at extensioncatalog.PreviewTicketModel.getCreatedBy()Generated method - Getter of thePreviewTicket.createdByattribute defined at extensioncatalog.CompareCatalogVersionsCronJobModel.getPriceCompareCustomer()Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute defined at extensioncatalog.AgreementModel.getSupplierContact()Generated method - Getter of theAgreement.supplierContactattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidAgreementModel.setBuyerContact(UserModel value) Generated method - Setter ofAgreement.buyerContactattribute defined at extensioncatalog.voidCompanyModel.setContact(UserModel value) Generated method - Setter ofCompany.contactattribute defined at extensioncatalog.voidPreviewTicketModel.setCreatedBy(UserModel value) Generated method - Initial setter ofPreviewTicket.createdByattribute defined at extensioncatalog.voidCompareCatalogVersionsCronJobModel.setPriceCompareCustomer(UserModel value) Generated method - Setter ofCompareCatalogVersionsCronJob.priceCompareCustomerattribute defined at extensioncatalog.voidAgreementModel.setSupplierContact(UserModel value) Generated method - Setter ofAgreement.supplierContactattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type UserModelModifierConstructorDescriptionPreviewTicketModel(UserModel _createdBy, CatalogVersionModel _previewCatalogVersion, Date _validTo) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPreviewTicketModel(UserModel _createdBy, ItemModel _owner, CatalogVersionModel _previewCatalogVersion, Date _validTo) 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 UserModel in de.hybris.platform.chinesepaymentservices.model
Constructors in de.hybris.platform.chinesepaymentservices.model with parameters of type UserModelModifierConstructorDescriptionChinesePaymentInfoModel(String _code, ItemModel _original, ItemModel _owner, String _paymentProvider, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersChinesePaymentInfoModel(String _code, String _paymentProvider, UserModel _user) 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 UserModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> CustomerEmailContext.getCustomerConverter()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCustomerEmailContext.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) -
Uses of UserModel in de.hybris.platform.chineseprofileservices.user.daos.impl
Methods in de.hybris.platform.chineseprofileservices.user.daos.impl that return UserModel -
Uses of UserModel in de.hybris.platform.cms2.model
Constructors in de.hybris.platform.cms2.model with parameters of type UserModelModifierConstructorDescriptionCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) 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 UserModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return UserModelModifier and TypeMethodDescriptionAbstractPageModel.getLockedBy()Generated method - Getter of theAbstractPage.lockedByattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type UserModelModifier and TypeMethodDescriptionvoidAbstractPageModel.setLockedBy(UserModel value) Generated method - Setter ofAbstractPage.lockedByattribute defined at extensioncms2. -
Uses of UserModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return UserModelModifier and TypeMethodDescriptionPreviewDataModel.getUser()Generated method - Getter of thePreviewData.userattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type UserModelModifier and TypeMethodDescriptionCMSUserRestrictionModel.getUsers()Generated method - Getter of theCMSUserRestriction.usersattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCMSUserRestrictionModel.setUsers(Collection<UserModel> value) Generated method - Setter ofCMSUserRestriction.usersattribute defined at extensioncms2. -
Uses of UserModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type UserModelModifier and TypeMethodDescriptionCMSPageLockingService.getComponentLockers(AbstractCMSComponentModel componentModel) Method returns users that locked given component by page or page template.CMSPageLockingService.getSlotLockers(ContentSlotModel contentSlotModel) Method returns user that locked given content slot by page or page template, or null if slot is not locked.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCMSPageLockingService.isComponentLockedForUser(AbstractCMSComponentModel componentModel, UserModel userModel) Method that checks if given component is locked for specified user.booleanCMSPageLockingService.isContentSlotLockedForUser(ContentSlotModel contentSlotModel, UserModel userModel) Method that checks if given content slot belongs to any page that is locked for specified user.booleanCMSPageLockingService.isPageLockedBy(AbstractPageModel pageModel, UserModel userModel) Method checks if page is locked by the given user.booleanCMSPageLockingService.isPageLockedFor(AbstractPageModel pageModel, UserModel userModel) Method checks if the page is locked for given user.voidCMSPageLockingService.setPageLocked(AbstractPageModel pageModel, UserModel userModel, boolean lock) Method that allows to set and unset page lock for given combination of user and page. -
Uses of UserModel in de.hybris.platform.cms2.servicelayer.services.admin
Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type UserModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page, String id, String name, Collection<UserModel> users) Creates a new UserRestriction and a new relation between the restriction and the given page -
Uses of UserModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCMSAdminRestrictionService.getLocalUser(PreviewDataModel previewContext) Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type UserModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createUserRestriction(AbstractPageModel page, String id, String name, Collection<UserModel> users) -
Uses of UserModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCMSSyncSearchRestrictionService.getSyncPrincipal()Gets the principal in charge of executing synchronization jobs.Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionDefaultCMSPageLockingService.getComponentLockers(AbstractCMSComponentModel componentModel) Method returns users that locked given component by page or page template.DefaultCMSPageLockingService.getSlotLockers(ContentSlotModel contentSlotModel) Method returns user that locked given content slot by page or page template, or null if slot is not locked.Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected CMSUserRestrictionModelDefaultCMSRestrictionServiceIntegrationTest.getUserRestriction(UserModel userModel) booleanDefaultCMSPageLockingService.isComponentLockedForUser(AbstractCMSComponentModel componentModel, UserModel userModel) Method that checks if given component is locked for specified user.booleanDefaultCMSPageLockingService.isContentSlotLockedForUser(ContentSlotModel contentSlotModel, UserModel userModel) Method that checks if given content slot belongs to any page that is locked for specified user.booleanDefaultCMSPageLockingService.isPageLockedBy(AbstractPageModel pageModel, UserModel userModel) Method checks if page is locked by the given user.booleanDefaultCMSPageLockingService.isPageLockedFor(AbstractPageModel pageModel, UserModel userModel) Method checks if the page is locked for given user.protected voidDefaultCMSPageLockingService.lockPage(AbstractPageModel pageModel, UserModel userModel) voidDefaultCMSPageLockingService.setPageLocked(AbstractPageModel pageModel, UserModel userModel, boolean lock) Method that allows to set and unset page lock for given combination of user and page.protected voidDefaultCMSPageLockingService.unlockPage(AbstractPageModel pageModel, UserModel userModel) -
Uses of UserModel in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl
Method parameters in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl with type arguments of type UserModelModifier and TypeMethodDescriptionprotected StringCmsListBrowserSectionComponent.getLockersNames(Collection<UserModel> users) -
Uses of UserModel in de.hybris.platform.cmscockpit.components.listview.impl
Methods in de.hybris.platform.cmscockpit.components.listview.impl that return UserModelMethod parameters in de.hybris.platform.cmscockpit.components.listview.impl with type arguments of type UserModelModifier and TypeMethodDescriptionprotected StringElementLockedInfoAction.getLockersNames(Collection<UserModel> users) -
Uses of UserModel in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that return UserModelMethods in de.hybris.platform.cmscockpit.components.liveedit.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultLiveEditViewModel.setCurrentFrontendUser(UserModel currentFrontendUser) -
Uses of UserModel in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return UserModelModifier and TypeMethodDescriptionLiveEditBrowserModel.getFrontendUser()protected UserModelLiveEditBrowserModel.retriveCurrentFrontendUser(String frontendUserUid) Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidLiveEditBrowserArea.LiveEditBrowserAreaUISessionListener.afterLogin(UserModel user) voidLiveEditBrowserArea.LiveEditBrowserAreaUISessionListener.beforeLogout(UserModel user) CatalogNavigationArea.pasteItemToCollection(ObjectCollection collection, List<String> uids, UserModel user) Method that search products with appropriate code, and add them to given collectionvoidLiveEditBrowserModel.setFrontendUser(UserModel frontendUser) -
Uses of UserModel in de.hybris.platform.cmsfacades.users.impl
Methods in de.hybris.platform.cmsfacades.users.impl that return types with arguments of type UserModelMethod parameters in de.hybris.platform.cmsfacades.users.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultUserFacade.setCmsUserModelToDataConverter(Converter<UserModel, UserData> cmsUserModelToDataConverter) -
Uses of UserModel in de.hybris.platform.cmsfacades.users.populator
Methods in de.hybris.platform.cmsfacades.users.populator with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.cmsfacades.users.services
Methods in de.hybris.platform.cmsfacades.users.services with parameters of type UserModelModifier and TypeMethodDescriptionCMSUserService.getReadableLanguagesForUser(UserModel userModel) Retrieves the languages ISO code for which the provided user can read.CMSUserService.getWriteableLanguagesForUser(UserModel userModel) Retrieves the languages ISO code for which the provided user can write. -
Uses of UserModel in de.hybris.platform.cmsfacades.users.services.impl
Methods in de.hybris.platform.cmsfacades.users.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCMSUserService.getLanguagesForUser(UserModel userModel, Function<UserGroupModel, Collection<LanguageModel>> languagesRetrievalFn) This method returns languages available to the provided user.DefaultCMSUserService.getReadableLanguagesForUser(UserModel userModel) protected Set<UserGroupModel>DefaultCMSUserService.getUserGroupsForUser(UserModel userModel) This method returns a set of user groups the provided user belongs to.DefaultCMSUserService.getWriteableLanguagesForUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type UserModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModelBuilder.withSessionUser(UserModel user) -
Uses of UserModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models with parameters of type UserModelModifier and TypeMethodDescriptionCatalogVersionSyncJobModelMother.createSyncJob(String code, CatalogVersionModel target, CatalogVersionModel source, boolean active, boolean syncPrincipalsOnly, List<PrincipalModel> syncPrincipals, UserModel sessionUser) -
Uses of UserModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit with parameters of type UserModelModifier and TypeMethodDescriptionCockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.CockpitCollectionService.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.CockpitCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.CockpitCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user. -
Uses of UserModel in de.hybris.platform.cockpit.comments.strategies
Methods in de.hybris.platform.cockpit.comments.strategies with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCommentPermissionCheckStrategy.isUserPermitted(UserModel user, AbstractCommentModel comment) Returns true if the user can perform a comment action -
Uses of UserModel in de.hybris.platform.cockpit.comments.strategies.impl
Methods in de.hybris.platform.cockpit.comments.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultUserCanCreateCommentStrategy.isUserPermitted(UserModel user, AbstractCommentModel comment) booleanDefaultUserCanDeleteCommentStrategy.isUserPermitted(UserModel user, AbstractCommentModel comment) booleanDefaultUserCanEditCommentStrategy.isUserPermitted(UserModel user, AbstractCommentModel comment) booleanDefaultUserCanMoveCommentStrategy.isUserPermitted(UserModel user, AbstractCommentModel abstractComment) booleanDefaultUserCanReplyCommentStrategy.isUserPermitted(UserModel user, AbstractCommentModel comment) -
Uses of UserModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCommentLayerComponentController.getCurentUser() -
Uses of UserModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type UserModelModifier and TypeMethodDescriptionCockpitObjectAbstractCollectionDao.findCollectionsByUser(UserModel user) Returns all collections that belongs to the specified user.CockpitObjectAbstractCollectionDao.findReadableCollectionsByUser(UserModel userModel) Gets the readable collections for user.CockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Returns all special collections af the specified type that belongs to the specified type.CockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel user) Returns all special collections af any type that belongs to the specified user.CockpitObjectAbstractCollectionDao.findWritableCollectionsByUser(UserModel userModel) Gets the writable collections for user.CockpitObjectAbstractCollectionDao.getCollectionsByUser(UserModel user) Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findCollectionsByUser(UserModel)insteadCockpitObjectAbstractCollectionDao.getReadableCollectionsForUser(UserModel userModel) Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findReadableCollectionsByUser(UserModel)insteadCockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Deprecated.CockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user) Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel)insteadCockpitObjectAbstractCollectionDao.getWritableCollectionsForUser(UserModel userModel) Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findWritableCollectionsByUser(UserModel)instead -
Uses of UserModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCockpitObjectAbstractCollectionDao.findCollectionsByUser(UserModel user) DefaultCockpitObjectAbstractCollectionDao.findReadableCollectionsByUser(UserModel userModel) DefaultCockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) DefaultCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel user) DefaultCockpitObjectAbstractCollectionDao.findWritableCollectionsByUser(UserModel userModel) DefaultCockpitObjectAbstractCollectionDao.getCollectionsByUser(UserModel user) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getReadableCollectionsForUser(UserModel userModel) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getWritableCollectionsForUser(UserModel userModel) Deprecated.since 6.3 -
Uses of UserModel in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.DefaultCockpitCollectionService.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.DefaultCockpitCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.DefaultCockpitCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user. -
Uses of UserModel in de.hybris.platform.cockpit.model
Methods in de.hybris.platform.cockpit.model that return UserModelModifier and TypeMethodDescriptionWidgetPreferencesModel.getOwnerUser()Generated method - Getter of theWidgetPreferences.ownerUserattribute defined at extensioncockpit.CockpitFavoriteCategoryModel.getUser()Generated method - Getter of theCockpitFavoriteCategory.userattribute defined at extensioncockpit.CockpitObjectAbstractCollectionModel.getUser()Generated method - Getter of theCockpitObjectAbstractCollection.userattribute defined at extensioncockpit.CockpitSavedQueryModel.getUser()Generated method - Getter of theCockpitSavedQuery.userattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidWidgetPreferencesModel.setOwnerUser(UserModel value) Generated method - Setter ofWidgetPreferences.ownerUserattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitObjectAbstractCollection.userattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitSavedQuery.userattribute defined at extensioncockpit. -
Uses of UserModel in de.hybris.platform.cockpit.model.collection
Methods in de.hybris.platform.cockpit.model.collection that return UserModel -
Uses of UserModel in de.hybris.platform.cockpit.model.collection.impl
Methods in de.hybris.platform.cockpit.model.collection.impl that return UserModelMethods in de.hybris.platform.cockpit.model.collection.impl with parameters of type UserModelConstructors in de.hybris.platform.cockpit.model.collection.impl with parameters of type UserModelModifierConstructorDescriptionObjectCollectionImpl(List<TypedObject> elements, String qualifier, String label, Map<String, String> allLabels, String description, PK pk, UserModel user) Deprecated.since 6.3ObjectCollectionImpl(List<TypedObject> elements, String qualifier, String label, Map<String, String> allLabels, String description, PK pk, UserModel user, String type) Deprecated.since 6.3 -
Uses of UserModel in de.hybris.platform.cockpit.model.login
Methods in de.hybris.platform.cockpit.model.login that return UserModelConstructors in de.hybris.platform.cockpit.model.login with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.cockpit.reports
Methods in de.hybris.platform.cockpit.reports with parameters of type UserModelModifier and TypeMethodDescriptionJasperMediaService.createJasperWidgetPreferencesFromMedia(net.sf.jasperreports.engine.JasperReport compiledReport, JasperMediaModel media, UserModel user) Creates JasperWidgetPreferencesModel and adds parameters to it. -
Uses of UserModel in de.hybris.platform.cockpit.reports.impl
Methods in de.hybris.platform.cockpit.reports.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultJasperMediaService.createJasperWidgetPreferencesFromMedia(net.sf.jasperreports.engine.JasperReport compiledReport, JasperMediaModel media, UserModel user) -
Uses of UserModel in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return UserModelModifier and TypeMethodDescriptionSystemService.getCurrentUser()get the user from the current sessionSavedValuesService.getLastModifyingUser(TypedObject item) SavedValuesServiceImpl.getLastModifyingUser(TypedObject item) SystemService.getUserByName(String name) get the first user with a given nameSystemService.getUserByUID(String uid) get the user with a given uuidMethods in de.hybris.platform.cockpit.services with parameters of type UserModelModifier and TypeMethodDescriptionObjectCollectionService.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionService.createCollection(String qualifier, UserModel user) Deprecated.since 6.3, useModelServiceto create itemsCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) Creates and returns a new item comment.CockpitCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Creates and returns a new comment reply.ObjectCollectionService.createSpecialCollection(String qualifier, UserModel user) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.createSpecialCollection(String qualifier, UserModel user, HybrisEnumValue collectionType) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.createSpecialCollection(String qualifier, UserModel user, EnumerationValue collectionType) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.getCollections(UserModel user) Deprecated.since 6.3, useObjectCollectionService.getCollectionsForUser(UserModel)insteadObjectCollectionService.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.CockpitCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain components which are of the specified types and whereuseris a participant.CockpitCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Gets comments.CockpitCommentService.getItemCommentsQuery(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types) Get item comments query.ObjectCollectionService.getSpecialCollections(UserModel user) Deprecated.since 6.3, useObjectCollectionService.getSpecialCollectionsForUser(UserModel)insteadObjectCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.ObjectCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user. -
Uses of UserModel in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCommentLayerService.canUserCreateComment(UserModel user) Evaluates if the given user is allowed to create new comments.booleanCommentLayerService.canUserDeleteComment(UserModel user, AbstractCommentModel comment) Evaluates if the given user is able to delete given comment from the comment layer component.booleanCommentLayerService.canUserEditComment(UserModel user, AbstractCommentModel comment) Evaluates if the given user is able to edit given comment from the comment layer component.booleanCommentLayerService.canUserMoveComment(UserModel user, CommentModel comment) Evaluates if the given user is able to move given comment on the comment layer component.booleanCommentLayerService.canUserReplyToComment(UserModel user, AbstractCommentModel comment) Evaluates if the given user is able to reply given comment from the comment layer component.booleanCommentLayerService.deleteComment(UserModel user, AbstractCommentModel comment) Removes the given comment by the user.CommentLayerService.getCommentsForCommentLayer(UserModel user, ItemModel item) Returns all comments for the given page that the target user is eligible to view on the comment layer. -
Uses of UserModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl that return UserModelMethods in de.hybris.platform.cockpit.services.comments.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultCommentLayerService.canUserCreateComment(UserModel user) booleanDefaultCommentLayerService.canUserDeleteComment(UserModel curentUser, AbstractCommentModel comment) booleanDefaultCommentLayerService.canUserEditComment(UserModel user, AbstractCommentModel comment) booleanDefaultCommentLayerService.canUserMoveComment(UserModel user, CommentModel comment) booleanDefaultCommentLayerService.canUserReplyToComment(UserModel user, AbstractCommentModel comment) booleanDefaultCommentLayerService.deleteComment(UserModel user, AbstractCommentModel comment) DefaultCommentLayerService.getCommentsForCommentLayer(UserModel user, ItemModel item) -
Uses of UserModel in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config with parameters of type UserModelModifier and TypeMethodDescriptionUIConfigurationService.getPossibleRoles(UserModel user) Returns all roles of the given user for which there are ui components available.voidConfigurationPersistingStrategy.persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, String code) Stores the configuration according to the strategy implementation<T extends UIComponentConfiguration>
voidUIConfigurationService.setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate template, String code, Class<T> expectedClass) Stores given UI configuration for given user and given parameters. -
Uses of UserModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanDefaultConfigurationPersistingStrategy.checkPermissions(UserModel user) DefaultUIConfigurationService.getPossibleRoles(UserModel user) voidDashboardPersistingStrategy.persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, String code) voidDefaultConfigurationPersistingStrategy.persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, String code) <T extends UIComponentConfiguration>
voidDefaultUIConfigurationService.setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate objectTemplate, String code, Class<T> expectedClass) -
Uses of UserModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return UserModelModifier and TypeMethodDescriptionSystemServiceImpl.getCurrentUser()SystemServiceImpl.getUserByName(String name) SystemServiceImpl.getUserByUID(String uid) Methods in de.hybris.platform.cockpit.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanSystemServiceImpl.checkPermissionOn(UserModel user, String typeCode, String permissionCode) ObjectCollectionServiceImpl.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionServiceImpl.createCollection(String qualifier, UserModel user) Creates the collection for the given parameters.DefaultCockpitCommentService.createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, Collection<ItemModel> items, String subject, String text) DefaultCockpitCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user) Creates the special collection with the collection type set to null.ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user, HybrisEnumValue collectionType) Creates the special collection for the given parameters.ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user, EnumerationValue collectionType) ObjectCollectionServiceImpl.getCollections(UserModel user) ObjectCollectionServiceImpl.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.DefaultCockpitCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCockpitCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCockpitCommentService.getItemCommentsQuery(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types) ObjectCollectionServiceImpl.getSpecialCollections(UserModel user) ObjectCollectionServiceImpl.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.ObjectCollectionServiceImpl.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user.protected voidDefaultCockpitCommentService.setRead(UserModel user, AbstractCommentModel commentItemModel, boolean read) -
Uses of UserModel in de.hybris.platform.cockpit.services.query
Methods in de.hybris.platform.cockpit.services.query with parameters of type UserModelModifier and TypeMethodDescriptionSavedQueryService.createSavedQuery(String label, Query query, UserModel user) Creates the saved query.SavedQueryUserRightsService.getNotSharedQueries(SearchProvider provider, UserModel user) Returns collection of saved queries that only user has.SavedQueryService.getSavedQueries(SearchProvider provider, UserModel user) Gets the saved queries for given parameters.SavedQueryUserRightsService.getSharedQueries(SearchProvider provider, UserModel user) Returns collection of saved queries that user shares with and he received from other users. -
Uses of UserModel in de.hybris.platform.cockpit.services.query.daos
Methods in de.hybris.platform.cockpit.services.query.daos with parameters of type UserModelModifier and TypeMethodDescriptionSavedQueryUserRightsDao.findNotSharedQueriesByUser(UserModel userModel) SavedQueryUserRightsDao.findReadableSavedQueriesByUser(UserModel userModel) Get the readable collection of SavedQueries for user defined inuserModel.SavedQueryDao.findSavedQueriesByUser(UserModel userModel) Find saved queries by specified user.SavedQueryUserRightsDao.findSharedQueriesByUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.cockpit.services.query.daos.impl
Methods in de.hybris.platform.cockpit.services.query.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionSavedQueryUserRightsDaoImpl.findNotSharedQueriesByUser(UserModel userModel) SavedQueryUserRightsDaoImpl.findReadableSavedQueriesByUser(UserModel userModel) DefaultSavedQueryDao.findSavedQueriesByUser(UserModel userModel) Find saved queries by specified user.SavedQueryUserRightsDaoImpl.findSharedQueriesByUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.cockpit.services.query.impl
Methods in de.hybris.platform.cockpit.services.query.impl with parameters of type UserModelModifier and TypeMethodDescriptionDummySavedQueryUserRightsServiceImpl.createSavedQuery(String label, Query query, UserModel user) SavedQueryServiceImpl.createSavedQuery(String label, Query query, UserModel user) DummySavedQueryUserRightsServiceImpl.getNotSharedQueries(SearchProvider provider, UserModel user) DummySavedQueryUserRightsServiceImpl.getSavedQueries(SearchProvider provider, UserModel user) SavedQueryServiceImpl.getSavedQueries(SearchProvider provider, UserModel user) DummySavedQueryUserRightsServiceImpl.getSharedQueries(SearchProvider provider, UserModel user) -
Uses of UserModel in de.hybris.platform.cockpit.services.security
Methods in de.hybris.platform.cockpit.services.security with parameters of type UserModelModifier and TypeMethodDescriptionbooleanReturns whether a specific user has read access to a specific Cockpit component or not.booleanUIAccessRightService.canWrite(UserModel user, CatalogVersionModel catVersion) Returns whether a specific user has write access to a specific catalog version or not.booleanReturns whether a specific user has write access to a specific Cockpit component or not. -
Uses of UserModel in de.hybris.platform.cockpit.services.security.impl
Methods in de.hybris.platform.cockpit.services.security.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanbooleanDefaultUIAccessRightService.canWrite(UserModel user, CatalogVersionModel catVersion) booleanprotected booleanDefaultUIAccessRightService.restricts(Collection<PrincipalModel> principals, UserModel user) -
Uses of UserModel in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UserModelModifier and TypeMethodDescriptionDummyUISession.getUser()UISession.getUser()Returns the current ui session user.Methods in de.hybris.platform.cockpit.session with parameters of type UserModelModifier and TypeMethodDescriptionvoidUISessionListener.afterLogin(UserModel user) voidUISessionListener.beforeLogout(UserModel user) voidvoidAssigns specified user to this session.voidvoidChanges the current session user. -
Uses of UserModel in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UserModelMethods in de.hybris.platform.cockpit.session.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidAbstractBrowserArea.MySessionListener.afterLogin(UserModel user) voidEditorArea.afterLogin(UserModel user) voidAbstractBrowserArea.MySessionListener.beforeLogout(UserModel user) voidEditorArea.beforeLogout(UserModel user) voidvoid -
Uses of UserModel in de.hybris.platform.cockpit.test
Fields in de.hybris.platform.cockpit.test declared as UserModelModifier and TypeFieldDescriptionprotected UserModelUIComponentAccessRightTest.productManagerUserprotected UserModelUIConfigurationTestBase.productManagerUserprotected UserModelUIComponentAccessRightTest.testUser -
Uses of UserModel in de.hybris.platform.cockpit.test.mock
Methods in de.hybris.platform.cockpit.test.mock with parameters of type UserModelModifier and TypeMethodDescriptionbooleanMockSystemService.checkPermissionOn(UserModel user, String typeCode, String permissionCode) -
Uses of UserModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return UserModelModifier and TypeMethodDescriptionAbstractCommentModel.getAuthor()Generated method - Getter of theAbstractComment.authorattribute defined at extensioncomments.CommentUserSettingModel.getUser()Generated method - Getter of theCommentUserSetting.userattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type UserModelModifier and TypeMethodDescriptionCommentModel.getAssignedTo()Generated method - Getter of theComment.assignedToattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofAbstractComment.authorattribute defined at extensioncomments.voidGenerated method - Initial setter ofCommentUserSetting.userattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCommentModel.setAssignedTo(Collection<UserModel> value) Generated method - Setter ofComment.assignedToattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type UserModelModifierConstructorDescriptionAbstractCommentModel(UserModel _author, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractCommentModel(UserModel _author, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(AbstractCommentModel _comment, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCommentUserSettingModel(AbstractCommentModel _comment, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplyModel(UserModel _author, CommentModel _comment, String _text) 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 UserModel in de.hybris.platform.comments.services
Methods in de.hybris.platform.comments.services with parameters of type UserModelModifier and TypeMethodDescriptionCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) Creates and returns a new comment reply.CommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByUser(UserModel, Collection, int, int)CommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int)CommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int)CommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findCommentsByType(UserModel, Collection, Collection, int, int)CommentDao.findCommentsByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Searches for all item comments related to the specified item, which are in the specified domain components and whereuseris a participant.CommentDao.findCommentsByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Searches for all item comments related to the specified item, which are of the specified types, in the specified domain components and whereuseris a participant.CommentDao.findCommentsByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Searches for all comments of the specified types in the specified domain components whereuseris a participant.CommentDao.findCommentsByUser(UserModel user, Collection<ComponentModel> components, int offset, int count) Searches for all comments in the specified domain components whereuseris a participant i.e.CommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel comment) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useCommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel)CommentDao.findUserSettingsByComment(UserModel user, AbstractCommentModel comment) Searches for the comments user settingCommentService.getComments(UserModel user, DomainModel domain, int offset, int count) Returns all comments in the specified domain whereuseris a participant.CommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain which are of the specified types and whereuseris a participant.CommentService.getComments(UserModel user, Collection<ComponentModel> components, int offset, int count) Returns all comments in the specified domain components whereuseris a participant.CommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all comments in the specified domain components which are of the specified types and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count) Returns all item comments for the specified item, which are in the specified domain and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) Returns all item comments for the specified item, which are in the specified domain, of the specified types and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, int offset, int count) Returns all item comments for the specified item, which are in the specified domain components and whereuseris a participant.CommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Returns all item comments for the specified item, which are in the specified domain components, of the specified types and whereuseris a participant.CommentService.getUserSetting(UserModel user, AbstractCommentModel commentItem) Returns the CommentUserSettingModel attached to the comment for the given user. -
Uses of UserModel in de.hybris.platform.comments.services.impl
Methods in de.hybris.platform.comments.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCommentService.createReply(UserModel author, AbstractCommentModel comment, String text) DefaultCommentDao.findAll(UserModel user, Collection<ComponentModel> components, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findAllByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) Deprecated, for removal: This API element is subject to removal in a future version.since agesprotected SearchResult<CommentModel>DefaultCommentDao.findAllInternal(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, ItemModel item, int offset, int count) DefaultCommentDao.findCommentsByItem(UserModel user, Collection<ComponentModel> components, ItemModel item, int offset, int count) DefaultCommentDao.findCommentsByItemAndType(UserModel user, Collection<ComponentModel> components, ItemModel item, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentDao.findCommentsByType(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentDao.findCommentsByUser(UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentDao.findUserSettingByComment(UserModel user, AbstractCommentModel commentItem) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultCommentDao.findUserSettingsByComment(UserModel user, AbstractCommentModel comment) DefaultCommentService.getComments(UserModel user, DomainModel domain, int offset, int count) DefaultCommentService.getComments(UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getComments(UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentService.getComments(UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, DomainModel domain, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, int offset, int count) DefaultCommentService.getItemComments(ItemModel item, UserModel user, Collection<ComponentModel> components, Collection<CommentTypeModel> types, int offset, int count) DefaultCommentService.getUserSetting(UserModel user, AbstractCommentModel commentItem) -
Uses of UserModel in de.hybris.platform.commercefacades.comment.converters.populator
Methods in de.hybris.platform.commercefacades.comment.converters.populator that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,PrincipalData> CommentPopulator.getPrincipalConverter()Method parameters in de.hybris.platform.commercefacades.comment.converters.populator with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCommentPopulator.setPrincipalConverter(Converter<UserModel, PrincipalData> principalConverter) -
Uses of UserModel in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCustomerFacadeIntegrationTest.setCurrentUser(UserModel user) -
Uses of UserModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return UserModelMethods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> DefaultCustomerFacade.getCustomerConverter()protected Converter<UserModel,CustomerData> DefaultCustomerListFacade.getCustomerConverter()protected Map<String,Converter<UserModel, CustomerData>> DefaultCustomerListFacade.getCustomerListImplementationStrategiesConverter()protected Populator<CustomerData,UserModel> DefaultCustomerFacade.getCustomerReversePopulator()Methods in de.hybris.platform.commercefacades.customer.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCustomerFacadeIntegrationTest.setCurrentUser(UserModel user) Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultCustomerFacade.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) voidDefaultCustomerListFacade.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) voidDefaultCustomerListFacade.setCustomerListImplementationStrategiesConverter(Map<String, Converter<UserModel, CustomerData>> customerListImplementationStrategiesConverter) voidDefaultCustomerFacade.setCustomerReversePopulator(Populator<CustomerData, UserModel> customerReversePopulator) -
Uses of UserModel in de.hybris.platform.commercefacades.customergroups.impl
Methods in de.hybris.platform.commercefacades.customergroups.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCustomerGroupFacade.getUserById(String userId) -
Uses of UserModel in de.hybris.platform.commercefacades.user
Methods in de.hybris.platform.commercefacades.user with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultUserFacadeIntegrationTest.setCurrentUser(UserModel user) -
Uses of UserModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidCustomerPopulator.setUid(UserModel source, CustomerData target) -
Uses of UserModel in de.hybris.platform.commerceservices.comments.builder
Methods in de.hybris.platform.commerceservices.comments.builder with parameters of type UserModelModifier and TypeMethodDescription -
Uses of UserModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with parameters of type UserModelModifier and TypeMethodDescriptionvoidCustomerAccountService.changePassword(UserModel userModel, String oldPassword, String newPassword) Changes user password. -
Uses of UserModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCustomerAccountService.adjustPassword(UserModel currentUser, String newUid, String currentPassword) Adjusts a given current userPrincipalModel.UIDwith a newUid value unless the user with newUid does not exists and password for current user matches given currentPassword.voidDefaultCustomerAccountService.changePassword(UserModel userModel, String oldPassword, String newPassword) -
Uses of UserModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return UserModelConstructors in de.hybris.platform.commerceservices.event with parameters of type UserModelModifierConstructorDescriptionAbstractQuoteSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) Default ConstructorQuoteBuyerSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) Default ConstructorQuoteCancelEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) Default ConstructorQuoteSalesRepSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) Default ConstructorQuoteSellerApprovalSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) Default Constructor -
Uses of UserModel in de.hybris.platform.commerceservices.impersonation
Methods in de.hybris.platform.commerceservices.impersonation that return UserModelMethods in de.hybris.platform.commerceservices.impersonation with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.commerceservices.impersonation.impl
Methods in de.hybris.platform.commerceservices.impersonation.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultImpersonationService.determineSessionUser(ImpersonationContext context) Methods in de.hybris.platform.commerceservices.impersonation.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected Set<CatalogVersionModel>DefaultImpersonationService.getSessionCatalogVersionsForUser(UserModel user) Get the session catalog versions for the specified user. -
Uses of UserModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type UserModelModifier and TypeMethodDescriptionCommerceQuoteService.acceptAndPrepareCheckout(QuoteModel quoteModel, UserModel userModel) Accept and prepare checkout.voidCommerceQuoteService.applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, Double discountRate, DiscountType discountType) Applies a quote specific discount to abstract order model given the discount rate and discount type.CommerceQuoteService.approveQuote(QuoteModel quoteModel, UserModel userModel) Approve a quote from seller representative.voidCommerceQuoteService.assignQuoteToUser(QuoteModel quote, UserModel assignee, UserModel assigner) Assigns quote to an assigneevoidCommerceQuoteService.cancelQuote(QuoteModel quoteModel, UserModel userModel) Cancels a quote.CommerceQuoteService.createQuoteFromCart(CartModel cartModel, UserModel userModel) Creates a new quote based on given cart.CommerceQuoteService.getAllowedActions(QuoteModel quoteModel, UserModel userModel) Get currently allowed actions for a quote.CommerceCartService.getCartForCodeAndUser(String code, UserModel user) Locate a cart for the specified guid and site and user.CommerceCartService.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) Locate a cart for the specified guid and site and user.CommerceCartService.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) Locate all carts for the specified site and user.CommerceQuoteService.getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, String quoteCode) Finds a quote with highest version by code, customer and store.CommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) Retrieves the paged list of quotes according to the provided selection criteria.doubleCommerceQuoteService.getQuoteRequestThreshold(QuoteModel quote, UserModel user, CartModel sessionCart) Get quote request threshold defined in properties.CommerceQuoteService.getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store) Get the number of quotes for the specified user and store.CommerceSaveCartService.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) Get the number of saved cart by user and baseSiteCommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and baseSite where order status equals ones of the status in the list.CommerceQuoteService.loadQuoteAsSessionCart(QuoteModel quoteModel, UserModel userModel) Loads the given quote into a new session cart or returns the existing session cart if existing session cart already has the quote loaded.CommerceQuoteService.rejectQuote(QuoteModel quoteModel, UserModel userModel) Reject a quote from seller representative.voidCommerceCartService.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.CommerceQuoteService.requote(QuoteModel quoteModel, UserModel userModel) Re-quote from an existing quote to create a new quoteCommerceQuoteService.submitQuote(QuoteModel quoteModel, UserModel userModel) Submits a quote from buyer to seller representative or from seller representative to seller approver.voidCommerceQuoteService.unassignQuote(QuoteModel quote, UserModel assigner) Unassigns the assignee from the quoteCommerceQuoteService.updateQuoteFromCart(CartModel cartModel, UserModel userModel) Updates quote with data from cart (and existing quote).voidCommerceQuoteService.validateQuoteThreshold(QuoteModel quote, UserModel user, CartModel sessionCart) Validates if quote meets threshold. -
Uses of UserModel in de.hybris.platform.commerceservices.order.dao
Methods in de.hybris.platform.commerceservices.order.dao with parameters of type UserModelModifier and TypeMethodDescriptionCommerceCartDao.getCartForCodeAndUser(String code, UserModel user) Gets the cart for code and user.CommerceCartDao.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) Gets the cart for guid and site and user.CommerceCartDao.getCartForSiteAndUser(BaseSiteModel site, UserModel user) Gets the cart for site and user.CommerceCartDao.getCartsForRemovalForSiteAndUser(Date modifiedBefore, BaseSiteModel site, UserModel user) Gets the carts for removal for site and user.CommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) Gets the carts for site and user.SaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) Return the total number of the saved carts by user and basesiteSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) Retrieve carts by user and basesite where order status equals ones of the status in the list. -
Uses of UserModel in de.hybris.platform.commerceservices.order.dao.impl
Methods in de.hybris.platform.commerceservices.order.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCommerceCartDao.getCartForCodeAndUser(String code, UserModel user) DefaultCommerceCartDao.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartForSiteAndUser(BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartsForRemovalForSiteAndUser(Date modifiedBefore, BaseSiteModel site, UserModel user) DefaultCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) DefaultSaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) DefaultSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of UserModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCommerceQuoteService.acceptAndPrepareCheckout(QuoteModel quoteModel, UserModel userModel) voidDefaultCommerceQuoteService.applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, Double discountRate, DiscountType discountType) DefaultCommerceQuoteService.approveQuote(QuoteModel quoteModel, UserModel userModel) voidDefaultCommerceQuoteService.assignQuoteToUser(QuoteModel quote, UserModel assignee, UserModel assigner) voidDefaultCommerceQuoteService.cancelQuote(QuoteModel quoteModel, UserModel userModel) DefaultCommerceQuoteService.createQuoteFromCart(CartModel cartModel, UserModel userModel) protected QuoteModelDefaultCommerceQuoteService.createQuoteFromCartInternal(CartModel cartModel, UserModel userModel) protected voidDefaultCommerceSaveCartServiceIntegrationTest.createSavedCart(UserModel user, BaseSiteModel baseSite, String cartNamePrefix) protected voidDefaultCommerceSaveCartServiceIntegrationTest.createSavedCarts(BaseSiteModel baseSite, UserModel user) protected voidDefaultCommerceQuoteService.executeQuoteAssignment(QuoteModel quote, UserModel assignee, String errorMsg) DefaultCommerceQuoteService.getAllowedActions(QuoteModel quoteModel, UserModel userModel) DefaultCommerceCartService.getCartForCodeAndUser(String code, UserModel user) DefaultCommerceCartService.getCartForGuidAndSiteAndUser(String guid, BaseSiteModel site, UserModel user) DefaultCommerceCartService.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) DefaultCommerceQuoteService.getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, String quoteCode) DefaultCommerceQuoteService.getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData) doubleDefaultCommerceQuoteService.getQuoteRequestThreshold(QuoteModel quote, UserModel user, CartModel sessionCart) DefaultCommerceQuoteService.getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store) DefaultCommerceSaveCartService.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) DefaultCommerceSaveCartService.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) protected booleanDefaultCommerceQuoteService.isRequestThresholdRequired(QuoteModel quote, UserModel user, CartModel sessionCart) Checks if quote is in a state that requires checking the request threshold.DefaultCommerceQuoteService.loadQuoteAsSessionCart(QuoteModel quoteModel, UserModel userModel) DefaultCommerceQuoteService.rejectQuote(QuoteModel quoteModel, UserModel userModel) voidDefaultCommerceCartService.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) DefaultCommerceQuoteService.requote(QuoteModel quote, UserModel user) protected voidDefaultCommerceQuoteService.setAssigneeOnQuote(QuoteModel quote, UserModel assignee) protected voidDefaultCommerceSaveCartServiceIntegrationTest.sortAndTest(BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) DefaultCommerceQuoteService.submitQuote(QuoteModel quoteModel, UserModel userModel) voidDefaultCommerceQuoteService.unassignQuote(QuoteModel quote, UserModel assigner) protected CartModelDefaultCommerceQuoteService.updateAndLoadQuoteCartWithAction(QuoteModel quoteModel, QuoteAction quoteAction, UserModel userModel) DefaultCommerceQuoteService.updateQuoteFromCart(CartModel cartModel, UserModel userModel) voidDefaultCommerceQuoteService.validateQuoteThreshold(QuoteModel quote, UserModel user, CartModel sessionCart) protected voidDefaultCommerceCartMergingStrategy.validationBeforeMerge(CartModel fromCart, CartModel toCart, List<CommerceCartModification> modifications, UserModel currentUser) -
Uses of UserModel in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies that return UserModelModifier and TypeMethodDescriptionQuoteUserIdentificationStrategy.getCurrentQuoteUser()Gets the current quote user.Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type UserModelModifier and TypeMethodDescriptionQuoteStateSelectionStrategy.getAllowedActionsForState(QuoteState state, UserModel userModel) Provides the list of actions based on the given state.QuoteStateSelectionStrategy.getAllowedStatesForAction(QuoteAction action, UserModel userModel) Provides the list of quote states based on provided action.QuoteUserTypeIdentificationStrategy.getCurrentQuoteUserType(UserModel userModel) Returns theQuoteUserTypeof the current user.QuoteStateSelectionStrategy.getTransitionStateForAction(QuoteAction action, UserModel userModel) Provides a quote state that the quote should be in for the corresponding action.booleanQuoteActionValidationStrategy.isValidAction(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Indicates whether a user can perform a certain action on a quote.QuoteUpdateExpirationTimeStrategy.updateExpirationTime(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Updates the expiration time for a quote depending on the action that is being performed and type of the quote user.QuoteUpdateStateStrategy.updateQuoteState(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Updates the state of the quote for the given action.voidQuoteActionValidationStrategy.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Checks whether a user can perform a certain action on a quote.voidQuoteMetadataValidationStrategy.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Validates the metadata attributes (i.e.voidQuoteAssignmentValidationStrategy.validateQuoteAssignment(QuoteModel quote, UserModel assignee, UserModel assigner) Validates if quote can be assigned to an assignee by an assigner, else throws IllegalArgumentExceptionvoidQuoteAssignmentValidationStrategy.validateQuoteUnassignment(QuoteModel quote, UserModel assigner) Validates if quote can be unassigned by an assigner, else throws IllegalArgumentException -
Uses of UserModel in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return UserModelMethods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultQuoteActionValidationStrategy.checkParameters(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) protected booleanDefaultQuoteActionValidationStrategy.checkValidators(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) DefaultQuoteStateSelectionStrategy.getAllowedActionsForState(QuoteState state, UserModel userModel) DefaultQuoteStateSelectionStrategy.getAllowedStatesForAction(QuoteAction action, UserModel userModel) DefaultQuoteUserTypeIdentificationStrategy.getCurrentQuoteUserType(UserModel userModel) DefaultQuoteStateSelectionStrategy.getTransitionStateForAction(QuoteAction action, UserModel userModel) booleanDefaultQuoteActionValidationStrategy.isValidAction(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) protected booleanDefaultQuoteActionValidationStrategy.isValidStateTransition(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) DefaultQuoteUpdateExpirationTimeStrategy.updateExpirationTime(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) DefaultQuoteUpdateStateStrategy.updateQuoteState(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) voidDefaultQuoteActionValidationStrategy.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) voidDefaultQuoteMetadataValidationStrategy.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) voidDefaultQuoteAssignmentValidationStrategy.validateQuoteAssignment(QuoteModel quote, UserModel assignee, UserModel assigner) voidDefaultQuoteAssignmentValidationStrategy.validateQuoteUnassignment(QuoteModel quote, UserModel assigner) -
Uses of UserModel in de.hybris.platform.commerceservices.order.validator
Methods in de.hybris.platform.commerceservices.order.validator with parameters of type UserModelModifier and TypeMethodDescriptionvoidCommerceQuoteValidator.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Checks whether a user can perform a certain action on a quote. -
Uses of UserModel in de.hybris.platform.commerceservices.organization.strategies
Methods in de.hybris.platform.commerceservices.organization.strategies with parameters of type UserModelModifier and TypeMethodDescriptionbooleanOrgUnitAuthorizationStrategy.canEditParentUnit(UserModel user) Check if user is allowed to edit parent unit.booleanOrgUnitAuthorizationStrategy.canEditUnit(UserModel user) Check if user is allowed to edit.voidOrgUnitAuthorizationStrategy.validateCreatePermission(UserModel user) Check if user is allowed to create.voidOrgUnitAuthorizationStrategy.validateEditParentPermission(UserModel user) Check if user is allowed to edit parent unit.voidOrgUnitAuthorizationStrategy.validateEditPermission(UserModel user) Check if user is allowed to edit.voidOrgUnitAuthorizationStrategy.validateViewPermission(UserModel user) Check if user is allowed to view. -
Uses of UserModel in de.hybris.platform.commerceservices.organization.strategies.impl
Methods in de.hybris.platform.commerceservices.organization.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultOrgUnitAuthorizationStrategy.canEditParentUnit(UserModel user) booleanDefaultOrgUnitAuthorizationStrategy.canEditUnit(UserModel user) protected booleanDefaultOrgUnitAuthorizationStrategy.isMemberOfAuthorizedGroup(UserModel user, List<String> authorizedGroups) voidDefaultOrgUnitAuthorizationStrategy.validateCreatePermission(UserModel user) voidDefaultOrgUnitAuthorizationStrategy.validateEditParentPermission(UserModel user) voidDefaultOrgUnitAuthorizationStrategy.validateEditPermission(UserModel user) voidDefaultOrgUnitAuthorizationStrategy.validateViewPermission(UserModel user) -
Uses of UserModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return UserModelModifier and TypeMethodDescriptionCommerceCommentParameter.getAuthor()CommerceCartParameter.getUser()Methods in de.hybris.platform.commerceservices.service.data with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies with type parameters of type UserModelModifier and TypeMethodDescriptionUserPropertyMatchingStrategy.getUserByProperty(String property, Class<U> clazz) Gets the user by the unique property and return as a specified class modelMethods in de.hybris.platform.commerceservices.strategies with parameters of type UserModelModifier and TypeMethodDescriptionvoidStaleCartRemovalStrategy.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of UserModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultStaleCartRemovalStrategy.removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2. -
Uses of UserModel in de.hybris.platform.commerceservices.strategies.impl.user
Methods in de.hybris.platform.commerceservices.strategies.impl.user with type parameters of type UserModelModifier and TypeMethodDescriptionAlwaysNegativeUserPropertyMatchingStrategy.getUserByProperty(String propertyValue, Class<T> clazz) CustomerIdMatchingStrategy.getUserByProperty(String propertyValue, Class<T> clazz) UserUIDMatchingStrategy.getUserByProperty(String propertyValue, Class<T> clazz) -
Uses of UserModel in de.hybris.platform.commerceservices.user
Methods in de.hybris.platform.commerceservices.user with type parameters of type UserModelModifier and TypeMethodDescription<U extends UserModel>
UUserMatchingService.getUserByProperty(String propertyValue, Class<U> clazz) Gets the user by the property and cast to UserModel subtype -
Uses of UserModel in de.hybris.platform.commerceservices.user.impl
Methods in de.hybris.platform.commerceservices.user.impl with type parameters of type UserModelModifier and TypeMethodDescription<T extends UserModel>
TDefaultUserMatchingService.getUserByProperty(String propertyValue, Class<T> clazz) DefaultUserMatchingService.getUserOptionalByProperty(String propertyValue, Class<T> clazz) -
Uses of UserModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type UserModelModifier and TypeMethodDescriptionstatic CommerceCommentParameterCommerceCommentUtils.buildQuoteCommentParameter(AbstractOrderModel order, UserModel author, String text) Build aCommerceCommentParameterforQuoteModelcomments.static CommerceCommentParameterCommerceCommentUtils.buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry, UserModel author, String text) Build aCommerceCommentParameterforQuoteModelcomments. -
Uses of UserModel in de.hybris.platform.commercewebservices.core.v2.filter
Methods in de.hybris.platform.commercewebservices.core.v2.filter that return types with arguments of type UserModelModifier and TypeMethodDescriptionUserMatchingFilter.getUserForValidProperty(String principal, String propertyValue) Methods in de.hybris.platform.commercewebservices.core.v2.filter with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidUserMatchingFilter.setCurrentUser(UserModel user) -
Uses of UserModel in de.hybris.platform.core.model.initialization
Methods in de.hybris.platform.core.model.initialization that return UserModelModifier and TypeMethodDescriptionSystemSetupAuditModel.getUser()Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.initialization with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofSystemSetupAudit.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.initialization with parameters of type UserModelModifierConstructorDescriptionSystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, boolean _patch, boolean _required, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSystemSetupAuditModel(String _className, String _extensionName, String _hash, String _methodName, String _name, ItemModel _owner, boolean _patch, boolean _required, UserModel _user) 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 UserModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return UserModelModifier and TypeMethodDescriptionQuoteModel.getAssignee()Generated method - Getter of theQuote.assigneeattribute defined at extensioncommerceservices.OrderModel.getPlacedBy()Generated method - Getter of theOrder.placedByattribute defined at extensioncommerceservices.CartModel.getSavedBy()Generated method - Getter of theCart.savedByattribute defined at extensioncommerceservices.AbstractOrderModel.getUser()Generated method - Getter of theAbstractOrder.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type UserModelModifier and TypeMethodDescriptionvoidQuoteModel.setAssignee(UserModel value) Generated method - Setter ofQuote.assigneeattribute defined at extensioncommerceservices.voidOrderModel.setPlacedBy(UserModel value) Generated method - Setter ofOrder.placedByattribute defined at extensioncommerceservices.voidCartModel.setSavedBy(UserModel value) Generated method - Setter ofCart.savedByattribute defined at extensioncommerceservices.voidGenerated method - Setter ofAbstractOrder.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order with parameters of type UserModelModifierConstructorDescriptionAbstractOrderModel(CurrencyModel _currency, Date _date, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderModel(CurrencyModel _currency, Date _date, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartModel(CurrencyModel _currency, Date _date, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCartModel(CurrencyModel _currency, Date _date, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModel(CurrencyModel _currency, Date _date, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModel(CurrencyModel _currency, Date _date, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteModel(CurrencyModel _currency, Date _date, QuoteState _state, UserModel _user, Integer _version) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersQuoteModel(CurrencyModel _currency, Date _date, ItemModel _owner, QuoteState _state, UserModel _user, Integer _version) 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 UserModel in de.hybris.platform.core.model.order.payment
Methods in de.hybris.platform.core.model.order.payment that return UserModelModifier and TypeMethodDescriptionPaymentInfoModel.getUser()Generated method - Getter of thePaymentInfo.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order.payment with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofPaymentInfo.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order.payment with parameters of type UserModelModifierConstructorDescriptionAdvancePaymentInfoModel(String _code, ItemModel _original, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancePaymentInfoModel(String _code, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDebitPaymentInfoModel(String _accountNumber, String _baOwner, String _bank, String _bankIDNumber, String _code, ItemModel _original, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDebitPaymentInfoModel(String _accountNumber, String _baOwner, String _bank, String _bankIDNumber, String _code, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInvoicePaymentInfoModel(String _code, ItemModel _original, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInvoicePaymentInfoModel(String _code, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentInfoModel(String _code, ItemModel _original, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPaymentInfoModel(String _code, UserModel _user) 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 UserModel in de.hybris.platform.core.model.test
Subclasses of UserModel in de.hybris.platform.core.model.testModifier and TypeClassDescriptionclassGenerated model class for type TestEmployee first defined at extension core. -
Uses of UserModel in de.hybris.platform.core.model.user
Subclasses of UserModel in de.hybris.platform.core.model.userModifier and TypeClassDescriptionclassGenerated model class for type Customer first defined at extension core.classGenerated model class for type Employee first defined at extension core.Methods in de.hybris.platform.core.model.user that return UserModelModifier and TypeMethodDescriptionAbstractContactInfoModel.getUser()Generated method - Getter of theAbstractContactInfo.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofAbstractContactInfo.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type UserModelModifierConstructorDescriptionAbstractContactInfoModel(String _code, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractContactInfoModel(String _code, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPhoneContactInfoModel(String _code, ItemModel _owner, String _phoneNumber, PhoneContactInfoType _type, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPhoneContactInfoModel(String _code, String _phoneNumber, PhoneContactInfoType _type, UserModel _user) 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 UserModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao with parameters of type UserModelModifier and TypeMethodDescriptionCouponRedemptionDao.findCouponRedemptionsByCodeAndUser(String couponCode, UserModel user) Finds the List of CouponRedemptionModel by its couponCode and user.CouponRedemptionDao.findCouponRedemptionsByCodeOrderAndUser(String couponCode, AbstractOrderModel abstractOrder, UserModel user) Finds the List of CouponRedemptionModel by its couponCode. -
Uses of UserModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCouponRedemptionDao.findCouponRedemptionsByCodeAndUser(String couponCode, UserModel user) DefaultCouponRedemptionDao.findCouponRedemptionsByCodeOrderAndUser(String couponCode, AbstractOrderModel abstractOrder, UserModel user) -
Uses of UserModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return UserModelModifier and TypeMethodDescriptionCouponRedemptionModel.getUser()Generated method - Getter of theCouponRedemption.userattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.couponservices.redemption.strategies
Methods in de.hybris.platform.couponservices.redemption.strategies with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCouponRedemptionStrategy.isCouponRedeemable(T coupon, UserModel user, String code) Check the whether coupon meets the conditions required in order to be redeemed. -
Uses of UserModel in de.hybris.platform.couponservices.redemption.strategies.impl
Methods in de.hybris.platform.couponservices.redemption.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanDefaultSingleCodeCouponRedemptionStrategy.checkSingleCodeCouponRedeemableForUser(SingleCodeCouponModel coupon, UserModel user) booleanDefaultMultiCodeCouponRedemptionStrategy.isCouponRedeemable(MultiCodeCouponModel coupon, UserModel user, String couponCode) booleanDefaultSingleCodeCouponRedemptionStrategy.isCouponRedeemable(SingleCodeCouponModel coupon, UserModel user, String couponCode) -
Uses of UserModel in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services with parameters of type UserModelModifier and TypeMethodDescriptionCouponManagementService.validateCouponCode(String couponCode, UserModel user) Verify if given coupon code is valid.CouponService.validateCouponCode(String couponCode, UserModel user) Validate if providedcouponCodeis valid. -
Uses of UserModel in de.hybris.platform.couponservices.services.impl
Methods in de.hybris.platform.couponservices.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultCouponManagementService.checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, String couponCode) protected Optional<AbstractCouponModel>DefaultCouponManagementService.findValidatedCoupon(String couponCode, UserModel user) DefaultCouponManagementService.validateCouponCode(String couponCode, UserModel user) DefaultCouponService.validateCouponCode(String couponCode, UserModel user) -
Uses of UserModel in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return UserModelModifier and TypeMethodDescriptionCronJobModel.getSessionUser()Generated method - Getter of theCronJob.sessionUserattribute defined at extensionprocessing.JobModel.getSessionUser()Generated method - Getter of theJob.sessionUserattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidCronJobModel.setSessionUser(UserModel value) Generated method - Setter ofCronJob.sessionUserattribute defined at extensionprocessing.voidJobModel.setSessionUser(UserModel value) Generated method - Setter ofJob.sessionUserattribute defined at extensionprocessing. -
Uses of UserModel in de.hybris.platform.customercouponservices.order
Methods in de.hybris.platform.customercouponservices.order with parameters of type UserModelModifier and TypeMethodDescriptionvoidCustomerCouponsPlaceOrderStrategy.removeCouponsForCustomer(UserModel currentUser, OrderModel order) Removes the coupons from the customer and resets the notification status -
Uses of UserModel in de.hybris.platform.customercouponservices.order.impl
Methods in de.hybris.platform.customercouponservices.order.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidCustomerCouponCommercePlaceOrderMethodHook.removeCouponsForCustomer(UserModel currentUser, OrderModel order) -
Uses of UserModel in de.hybris.platform.customercouponservices.redemption.strategies.impl
Methods in de.hybris.platform.customercouponservices.redemption.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultCustomerCouponRedemptionStrategy.isCouponRedeemable(CustomerCouponModel coupon, UserModel user, String couponCode) -
Uses of UserModel in de.hybris.platform.customerreview
Methods in de.hybris.platform.customerreview with parameters of type UserModelModifier and TypeMethodDescriptionCustomerReviewService.createCustomerReview(Double rating, String headline, String comment, UserModel user, ProductModel product) Creates a new customer review based on the given parametersCustomerReviewService.getReviewsForCustomer(UserModel userModel) Get the reviews for the specified customer. -
Uses of UserModel in de.hybris.platform.customerreview.dao
Methods in de.hybris.platform.customerreview.dao with parameters of type UserModelModifier and TypeMethodDescriptionCustomerReviewDao.getReviewsForCustomer(UserModel userModel) Get the reviews for the specified customer. -
Uses of UserModel in de.hybris.platform.customerreview.dao.impl
Methods in de.hybris.platform.customerreview.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCustomerReviewDao.getReviewsForCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.customerreview.impl
Methods in de.hybris.platform.customerreview.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCustomerReviewService.createCustomerReview(Double rating, String headline, String comment, UserModel user, ProductModel product) DefaultCustomerReviewService.getReviewsForCustomer(UserModel userModel) -
Uses of UserModel in de.hybris.platform.customerreview.model
Methods in de.hybris.platform.customerreview.model that return UserModelModifier and TypeMethodDescriptionCustomerReviewModel.getUser()Generated method - Getter of theCustomerReview.userattribute defined at extensioncustomerreview.Methods in de.hybris.platform.customerreview.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofCustomerReview.userattribute defined at extensioncustomerreview.Constructors in de.hybris.platform.customerreview.model with parameters of type UserModelModifierConstructorDescriptionCustomerReviewModel(ItemModel _owner, ProductModel _product, Double _rating, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerReviewModel(ProductModel _product, Double _rating, UserModel _user) 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 UserModel in de.hybris.platform.customersupport
Methods in de.hybris.platform.customersupport that return UserModelModifier and TypeMethodDescriptionCommerceCustomerSupportService.getAgent()Returns Agent if Customer Support mode is on.CommerceCustomerSupportService.getEmulatedCustomer()Returns Emulated Customer if Customer Support mode is on and any Customer is emulated. -
Uses of UserModel in de.hybris.platform.customersupport.impl
Methods in de.hybris.platform.customersupport.impl that return UserModelModifier and TypeMethodDescriptionDefaultCommerceCustomerSupportService.getAgent()DefaultCommerceCustomerSupportService.getEmulatedCustomer() -
Uses of UserModel in de.hybris.platform.customersupportbackoffice.renderers
Methods in de.hybris.platform.customersupportbackoffice.renderers with parameters of type UserModelModifier and TypeMethodDescriptionprotected MediaModelCorrespondenceRenderer.createMediaModel(org.zkoss.util.media.Media media, UserModel customer) -
Uses of UserModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model that return UserModelMethods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidSessionContextModel.setCurrentCustomer(UserModel currentCustomer) -
Uses of UserModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util with parameters of type UserModelModifier and TypeMethodDescriptionstatic voidSessionContextUtil.populateCustomer(com.hybris.cockpitng.core.model.WidgetModel model, UserModel customerModel) populates customer data inside the session contextstatic voidSessionContextUtil.updateSessionContext(com.hybris.cockpitng.core.model.WidgetModel model, UserModel customerModel, CsTicketModel ticketModel, AbstractOrderModel orderModel) -
Uses of UserModel in de.hybris.platform.customerticketingfacades.strategies
Methods in de.hybris.platform.customerticketingfacades.strategies with parameters of type UserModelModifier and TypeMethodDescriptionTicketAssociationStrategies.getObjects(UserModel currentUser) TicketCartsAssociationStrategy.getObjects(UserModel currentUser) TicketOrdersAssociationStrategy.getObjects(UserModel currentUser) -
Uses of UserModel in de.hybris.platform.datahubbackoffice.service.datahub
Methods in de.hybris.platform.datahubbackoffice.service.datahub that return UserModel -
Uses of UserModel in de.hybris.platform.datahubbackoffice.service.datahub.impl
Methods in de.hybris.platform.datahubbackoffice.service.datahub.impl that return UserModel -
Uses of UserModel in de.hybris.platform.europe1
Methods in de.hybris.platform.europe1 that return UserModel -
Uses of UserModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic with parameters of type UserModelModifier and TypeMethodDescriptionvoidUserEurope1DiscountsAttributeHandler.set(UserModel model, Collection<GlobalDiscountRowModel> globalDiscountRowModels) -
Uses of UserModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return UserModelModifier and TypeMethodDescriptionPDTRowModel.getUser()Generated method - Getter of thePDTRow.userattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.fraud
Methods in de.hybris.platform.fraud with parameters of type UserModelModifier and TypeMethodDescriptionFraudService.recognizeActivitySymptoms(String providerName, UserModel user) Analyzes the user activities in the aspect of fraud detectionFraudServiceProvider.recognizeUserActivitySymptoms(UserModel order) -
Uses of UserModel in de.hybris.platform.fraud.impl
Methods in de.hybris.platform.fraud.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultFraudService.recognizeActivitySymptoms(String providerName, UserModel user) DefaultHybrisFraudServiceProvider.recognizeUserActivitySymptoms(UserModel order) -
Uses of UserModel in de.hybris.platform.fraud.impl.mock
Methods in de.hybris.platform.fraud.impl.mock with parameters of type UserModelModifier and TypeMethodDescriptionCommercialFraudMockService.recognizeUserActivitySymptoms(UserModel order) -
Uses of UserModel in de.hybris.platform.fraud.jalo
Methods in de.hybris.platform.fraud.jalo with parameters of type UserModelModifier and TypeMethodDescriptionprotected OrderModelFrauddetectionTest.placeOrder(UserModel user) protected OrderModelFrauddetectionTest.placeOrder(UserModel user, String email) protected OrderModelFrauddetectionTest.placeOrder(UserModel user, String email, String country1, String country2) protected OrderModelFrauddetectionTest.placeOrder(UserModel user, String email, String country1, String country2, ProductModel product) -
Uses of UserModel in de.hybris.platform.hac.data.form
Methods in de.hybris.platform.hac.data.form that return UserModelMethods in de.hybris.platform.hac.data.form with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade with parameters of type UserModelModifier and TypeMethodDescriptionHacFlexibleSearchFacade.executeFlexibleSearchQuery(String query, UserModel user, Locale locale, Integer maxCount, boolean commit) Executes flexible search query provided from HACHacFlexibleSearchFacade.executeFlexibleSearchQuery(String query, UserModel user, Locale locale, Integer maxCount, boolean commit, HybrisDataSource dataSource) HacFlexibleSearchFacade.executeFlexibleSearchQuery(String query, UserModel user, Locale locale, Integer maxCount, boolean commit, String dataSourceId) Executes flexible search query provided from HAC -
Uses of UserModel in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return UserModelModifier and TypeMethodDescriptionSavedValuesModel.getUser()Generated method - Getter of theSavedValues.userattribute defined at extensioncore.Methods in de.hybris.platform.hmc.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofSavedValues.userattribute defined at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type UserModelModifierConstructorDescriptionSavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, Date _timestamp, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSavedValuesModel(SavedValueEntryType _modificationType, String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, Date _timestamp, UserModel _user) 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 UserModel in de.hybris.platform.inboundservices.model
Constructors in de.hybris.platform.inboundservices.model with parameters of type UserModelModifierConstructorDescriptionInboundRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user) 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 UserModel in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return UserModelModifier and TypeMethodDescriptionMonitoredRequestModel.getUser()Generated method - Getter of theMonitoredRequest.userattribute defined at extensionintegrationservices.Methods in de.hybris.platform.integrationservices.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofMonitoredRequest.userattribute defined at extensionintegrationservices.Constructors in de.hybris.platform.integrationservices.model with parameters of type UserModelModifierConstructorDescriptionMonitoredRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user) 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 UserModel in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return UserModelModifier and TypeMethodDescriptionprotected static UserModelImportExportUserRightsHelper_addDataSetToPlatformTest_restrictions.getCurrentUser() -
Uses of UserModel in de.hybris.platform.jalo.user
Fields in de.hybris.platform.jalo.user declared as UserModelModifier and TypeFieldDescriptionprotected UserModelTokenGeneratorTest.employeeprotected UserModelTokenServiceTest.employee1protected UserModelTokenServiceTest.employee2Methods in de.hybris.platform.jalo.user that return UserModel -
Uses of UserModel in de.hybris.platform.ldap.services.impl
Methods in de.hybris.platform.ldap.services.impl with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.marketplaceservices.model
Subclasses of UserModel in de.hybris.platform.marketplaceservices.modelModifier and TypeClassDescriptionclassGenerated model class for type VendorUser first defined at extension marketplaceservices.Methods in de.hybris.platform.marketplaceservices.model that return UserModelModifier and TypeMethodDescriptionCustomerVendorReviewModel.getUser()Generated method - Getter of theCustomerVendorReview.userattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofCustomerVendorReview.userattribute defined at extensionmarketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model with parameters of type UserModelModifierConstructorDescriptionCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, ItemModel _owner, Double _satisfaction, UserModel _user, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, Double _satisfaction, UserModel _user, VendorModel _vendor) 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 UserModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCustomerVendorReviewService.postedReview(String consignmentCode, UserModel user) Check whether a review for a consignment has been posted by a user -
Uses of UserModel in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos with parameters of type UserModelModifier and TypeMethodDescriptionCustomerVendorReviewDao.findReviewsByUser(UserModel user) Find all reviews for a particular userbooleanCustomerVendorReviewDao.postedReview(String consignmentCode, UserModel user) Check whether the review has been posted -
Uses of UserModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCustomerVendorReviewDao.findReviewsByUser(UserModel user) booleanDefaultCustomerVendorReviewDao.postedReview(String consignmentCode, UserModel user) -
Uses of UserModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultCustomerVendorReviewService.postedReview(String consignmentCode, UserModel user) -
Uses of UserModel in de.hybris.platform.messagecentercsservices
Methods in de.hybris.platform.messagecentercsservices with parameters of type UserModelModifier and TypeMethodDescriptionConversationService.closeConversation(String uid, UserModel user) Customer closes a given conversation -
Uses of UserModel in de.hybris.platform.messagecentercsservices.impl
Methods in de.hybris.platform.messagecentercsservices.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultConversationService.closeConversation(String uid, UserModel user) protected Optional<ConversationModel>DefaultConversationService.getConversationForUidAndUser(String uid, UserModel user) -
Uses of UserModel in de.hybris.platform.oauth2.controller
Constructor parameters in de.hybris.platform.oauth2.controller with type arguments of type UserModelModifierConstructorDescriptionWhoAmIController(UserService userService, Converter<UserModel, AuthenticatedUserData> authenticatedUserDataConverter) -
Uses of UserModel in de.hybris.platform.oauth2.data
Methods in de.hybris.platform.oauth2.data with parameters of type UserModelModifier and TypeMethodDescriptionvoidDisplayUserNamePopulator.populate(UserModel source, AuthenticatedUserData target) -
Uses of UserModel in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring with parameters of type UserModelModifier and TypeMethodDescription -
Uses of UserModel in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return UserModel -
Uses of UserModel in de.hybris.platform.odata2webservicesfeaturetests.useraccess
Methods in de.hybris.platform.odata2webservicesfeaturetests.useraccess with parameters of type UserModelModifier and TypeMethodDescription -
Uses of UserModel in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type UserModelModifier and TypeMethodDescriptionvoidCartService.changeCurrentCartUser(UserModel user) Changes the user of the session cart to the given user.PaymentInfoService.createPaymentInfoForUser(UserModel user, String code) Creates a new, not persistedPaymentInfofor the given user with a given code. -
Uses of UserModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultCartService.changeCurrentCartUser(UserModel user) DefaultPaymentInfoService.createPaymentInfoForUser(UserModel user, String code) -
Uses of UserModel in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria that return UserModel -
Uses of UserModel in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl that return UserModelModifier and TypeMethodDescriptionDefaultDiscountValueInfoCriteria.getUser()DefaultPriceValueInfoCriteria.getUser()DefaultTaxValueInfoCriteria.getUser()Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type UserModelModifier and TypeMethodDescription -
Uses of UserModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected <T extends HybrisEnumValue>
TPDTEnumGroupsHelper.getEnumFromGroups(UserModel user, String attribute) Tries to find enums connected with User or its User Groups.Gets the User Discount Group from the User Model.Gets the User Price Group from the User Model.Gets the User Tax Group from the User Model. -
Uses of UserModel in de.hybris.platform.orderhistory
Methods in de.hybris.platform.orderhistory with parameters of type UserModelModifier and TypeMethodDescriptionOrderHistoryService.getHistoryEntries(UserModel user, Date dateFrom, Date dateTo) Fetches history entries of the orders placed by the user in the given time range -
Uses of UserModel in de.hybris.platform.orderhistory.impl
Methods in de.hybris.platform.orderhistory.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultOrderHistoryService.getHistoryEntries(UserModel user, Date dateFrom, Date dateTo) -
Uses of UserModel in de.hybris.platform.orderhistory.jalo
Methods in de.hybris.platform.orderhistory.jalo with parameters of type UserModelModifier and TypeMethodDescriptionprotected OrderModelOrderHistoryServiceTest.placeOrder(UserModel user) tests creation of OrderHistoryEntry and fetching them as well. -
Uses of UserModel in de.hybris.platform.ordermanagementfacades
Fields in de.hybris.platform.ordermanagementfacades declared as UserModel -
Uses of UserModel in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected BooleanDefaultOmsOrderFacade.isCancelQuantityPossible(OrderCancelRequestData orderCancelRequestData, OrderModel order, UserModel user) check the given quantity is valid to cancelprotected voidDefaultOmsOrderFacadeTest.prepareCancellationSingleEntry(UserModel userModel, Long EntryQuantity, Long CancelQuantity, CancelReason cancelReasonEntry, String entryNote) Prepares mock for cancel order with single entryprotected voidDefaultOmsOrderFacadeTest.prepareCancellationTwoEntries(UserModel userModel, Long EntryQuantity, Long CancelQuantity, CancelReason cancelReasonEntry, String entryNote) Prepares mock for cancel order with 2 entries -
Uses of UserModel in de.hybris.platform.outboundservices.model
Constructors in de.hybris.platform.outboundservices.model with parameters of type UserModelModifierConstructorDescriptionOutboundRequestModel(String _destination, HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user) 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 UserModel in de.hybris.platform.payment
Methods in de.hybris.platform.payment with parameters of type UserModelModifier and TypeMethodDescriptionvoidPaymentService.attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, BigDecimal amount) Attaches PaymentInfo to the assigned PaymentTransactionModel instance. -
Uses of UserModel in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultPaymentServiceImpl.attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, BigDecimal amount) Attaches PaymentInfo to the assigned PaymentTransactionModel instance by using the configured PaymentInfoCreatorStrategy. -
Uses of UserModel in de.hybris.platform.payment.strategy
Methods in de.hybris.platform.payment.strategy with parameters of type UserModelModifier and TypeMethodDescriptionvoidPaymentInfoCreatorStrategy.attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, BigDecimal amount) Attaches PaymentInfo to the assigned PaymentTransactionModel instance. -
Uses of UserModel in de.hybris.platform.payment.strategy.impl
Methods in de.hybris.platform.payment.strategy.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultCreditCardPaymentInfoStrategy.attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, BigDecimal amount) Attaches PaymentInfo to the assigned PaymentTransactionModel instance. -
Uses of UserModel in de.hybris.platform.personalizationcms.service
Methods in de.hybris.platform.personalizationcms.service with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidCxCmsRecalculationService.calculateAndLoadInSession(UserModel user) protected voidCxCmsRecalculationService.calculateForSegments(UserModel user, List<CatalogVersionModel> catalogVersions, Collection<CxSegmentModel> segments) protected voidCxCmsRecalculationService.calculateForVariations(UserModel user, List<CatalogVersionModel> catalogVersions, Collection<CxVariationModel> variations) -
Uses of UserModel in de.hybris.platform.personalizationfacades.customersegmentation.converters.populator
Methods in de.hybris.platform.personalizationfacades.customersegmentation.converters.populator that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<CustomerData,UserModel> CustomerSegmentationReversePopulator.getCustomerConverter()protected Converter<UserModel,CustomerData> CustomerSegmentationWithCustomerPopulator.getCustomerConverter()Methods in de.hybris.platform.personalizationfacades.customersegmentation.converters.populator with parameters of type UserModelModifier and TypeMethodDescriptionvoidCustomerPopulator.populate(UserModel source, CustomerData target) voidCustomerReversePopulator.populate(CustomerData source, UserModel target) Method parameters in de.hybris.platform.personalizationfacades.customersegmentation.converters.populator with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCustomerSegmentationReversePopulator.setCustomerConverter(Converter<CustomerData, UserModel> customerConverter) voidCustomerSegmentationWithCustomerPopulator.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) -
Uses of UserModel in de.hybris.platform.personalizationfacades.customersegmentation.impl
Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl that return UserModelMethods in de.hybris.platform.personalizationfacades.customersegmentation.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected Optional<CxUserToSegmentModel>DefaultCustomerSegmentationFacade.getUserToSegmentExact(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, String provider) -
Uses of UserModel in de.hybris.platform.personalizationintegration.segment
Methods in de.hybris.platform.personalizationintegration.segment with parameters of type UserModelModifier and TypeMethodDescriptionUserSegmentsProvider.getUserSegments(UserModel user) Method returning segments assigned to user -
Uses of UserModel in de.hybris.platform.personalizationintegration.segment.impl
Methods in de.hybris.platform.personalizationintegration.segment.impl with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.personalizationintegration.service
Methods in de.hybris.platform.personalizationintegration.service with parameters of type UserModelModifier and TypeMethodDescriptionvoidCxIntegrationMappingService.assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment) Assigns segment to user.voidCxIntegrationMappingService.assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment, CxCalculationContext context) Assigns segment to user. -
Uses of UserModel in de.hybris.platform.personalizationintegration.service.impl
Methods in de.hybris.platform.personalizationintegration.service.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultCxIntegrationMappingService.assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment) voidDefaultCxIntegrationMappingService.assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment, CxCalculationContext context) protected voidDefaultCxIntegrationMappingServiceIntegrationTest.verifySessionData(UserModel user, Collection<? extends UserToSegmentData> expected) protected voidDefaultCxIntegrationMappingServiceIntegrationTest.verifyThatThereIsNoDataInSession(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationintegration.strategies.impl
Methods in de.hybris.platform.personalizationintegration.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCxUpdateUserSegmentStrategy.assignSegmentsToUser(UserModel user, MappingData segmentData, CxCalculationContext context) protected Optional<MappingData>DefaultCxUpdateUserSegmentStrategy.createSegmentData(UserModel user, CxCalculationContext context) protected CxUserToSegmentModelDefaultCxTestUpdateUserSegmentStrategy.createUserToSegment(UserModel user, CxSegmentModel segment) protected List<List<SegmentMappingData>>DefaultCxUpdateUserSegmentStrategy.getSegmentMappingFromProviders(UserModel user, List<UserSegmentsProvider> providers, CxCalculationContext context) protected List<SegmentMappingData>DefaultCxUpdateUserSegmentStrategy.getSegmentsFromProvider(UserModel user, UserSegmentsProvider provider, CxCalculationContext context) protected voidDefaultCxTestUpdateUserSegmentStrategy.setSegmentsOnUser(UserModel user, Set<CxSegmentModel> segments) voidDefaultCxTestUpdateUserSegmentStrategy.updateUserSegments(UserModel user) voidDefaultCxTestUpdateUserSegmentStrategy.updateUserSegments(UserModel user, CxCalculationContext context) voidDefaultCxUpdateUserSegmentStrategy.updateUserSegments(UserModel user) voidDefaultCxUpdateUserSegmentStrategy.updateUserSegments(UserModel user, CxCalculationContext context) -
Uses of UserModel in de.hybris.platform.personalizationpromotions.populator
Methods in de.hybris.platform.personalizationpromotions.populator with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.personalizationservices
Methods in de.hybris.platform.personalizationservices that return UserModelMethods in de.hybris.platform.personalizationservices with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.personalizationservices.action
Methods in de.hybris.platform.personalizationservices.action with parameters of type UserModelModifier and TypeMethodDescriptionvoidCxActionResultService.clearActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion) Removes action results from the current session for given user and catalog versionCxActionResultService.getActionResults(UserModel user, CatalogVersionModel catalogVersion) Retrieves action results from the current session for given user and catalog version.CxActionResultService.getCxResults(UserModel user, CatalogVersionModel cv) Returns user result persisted in databasevoidCxActionResultService.loadActionResultsInSession(UserModel user, Collection<CatalogVersionModel> catalogVersions) Load action results stored on the persisted user for the catalog versions and store them on the session.voidCxActionResultService.setActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion, List<CxAbstractActionResult> actionResults) Stores action results in the current session for given user and catalog versionvoidCxActionResultService.storeActionResults(UserModel user, CatalogVersionModel cv, List<CxAbstractActionResult> actionResults) Save action resultsvoidCxActionResultService.storeDefaultActionResults(UserModel user, CatalogVersionModel cv, List<CxAbstractActionResult> actionResults) * Save default action results -
Uses of UserModel in de.hybris.platform.personalizationservices.action.impl
Methods in de.hybris.platform.personalizationservices.action.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultCxActionResultService.clearActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion) protected Optional<CxResultsModel>DefaultCxActionResultService.createActionResults(String resultsKey, UserModel user, CatalogVersionModel cv, List<CxAbstractActionResult> actionResults) protected Optional<CxResultsModel>DefaultCxActionResultService.findResults(UserModel user, CatalogVersionModel catalogVersion) DefaultCxActionResultService.getActionResults(UserModel user, CatalogVersionModel catalogVersion) DefaultCxActionResultService.getCxResults(UserModel user, CatalogVersionModel cv) protected StringDefaultCxActionResultService.getResultsKey(UserModel user, CatalogVersionModel catalogVersion) protected StringDefaultCxActionResultService.getResultsTimeKey(UserModel user, CatalogVersionModel catalogVersion) protected voidDefaultCxActionResultService.loadActionResultsInSession(UserModel user, CxResultsModel r) voidDefaultCxActionResultService.loadActionResultsInSession(UserModel user, Collection<CatalogVersionModel> catalogVersions) protected voidDefaultCxActionResultService.loadActionResultsInSessionInternal(UserModel user, Collection<CatalogVersionModel> catalogVersions) protected voidDefaultCxActionResultService.loadSegmentsIntoSession(UserModel user, CxResultsModel r) voidDefaultCxActionResultService.setActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion, List<CxAbstractActionResult> actionResults) voidDefaultCxActionResultService.storeActionResults(UserModel user, CatalogVersionModel cv, List<CxAbstractActionResult> actionResults) voidDefaultCxActionResultService.storeDefaultActionResults(UserModel user, CatalogVersionModel cv, List<CxAbstractActionResult> actionResults) -
Uses of UserModel in de.hybris.platform.personalizationservices.consent
Methods in de.hybris.platform.personalizationservices.consent with parameters of type UserModelModifier and TypeMethodDescriptionbooleanCxConsentService.userHasActiveConsent(UserModel user) Checks if the user has active consent for ConsentTemplates configured in CxConfig related to current BaseSite -
Uses of UserModel in de.hybris.platform.personalizationservices.consent.impl
Methods in de.hybris.platform.personalizationservices.consent.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanDefaultCxConsentService.userHasActiveConsent(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationservices.events
Methods in de.hybris.platform.personalizationservices.events with parameters of type UserModelModifier and TypeMethodDescriptionprotected ObjectCxBeforeSessionCloseListener.createContextForRegisteredUser(UserModel user) protected booleanCxAfterUserChangedListener.isEvaluationInProgress(UserModel user) Checks if evaluation of experience for user is in progress.protected booleanCxAfterUserChangedListener.isValidChange(UserModel user, AfterSessionUserChangeEvent event) Defines if event is valid and calculation of experience should be startedprotected voidCxBeforeSessionCloseListener.scheduleTaskForRegisteredUser(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationservices.model
Methods in de.hybris.platform.personalizationservices.model that return UserModelModifier and TypeMethodDescriptionCxResultsModel.getUser()Generated method - Getter of theCxResults.userattribute defined at extensionpersonalizationservices.CxUserToSegmentModel.getUser()Generated method - Getter of theCxUserToSegment.userattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofCxResults.userattribute defined at extensionpersonalizationservices.voidGenerated method - Setter ofCxUserToSegment.userattribute defined at extensionpersonalizationservices.Constructors in de.hybris.platform.personalizationservices.model with parameters of type UserModelModifierConstructorDescriptionCxUserToSegmentModel(BigDecimal _affinity, ItemModel _owner, CxSegmentModel _segment, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxUserToSegmentModel(BigDecimal _affinity, CxSegmentModel _segment, UserModel _user) 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 UserModel in de.hybris.platform.personalizationservices.process
Methods in de.hybris.platform.personalizationservices.process with parameters of type UserModelModifier and TypeMethodDescriptionCxProcessService.startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion) Start asynchronous process for update the customer experience.CxProcessService.startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion, Map<String, Object> parameters) Start asynchronous process for update the customer experience. -
Uses of UserModel in de.hybris.platform.personalizationservices.process.impl
Methods in de.hybris.platform.personalizationservices.process.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected CxPersonalizationProcessModelDefaultCxProcessService.createProcess(String processDefinitionName, UserModel user, Collection<CatalogVersionModel> catalogVersions, String processKey, Map<String, Object> parameters) DefaultCxProcessService.startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion) DefaultCxProcessService.startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion, Map<String, Object> parameters) -
Uses of UserModel in de.hybris.platform.personalizationservices.process.strategies
Methods in de.hybris.platform.personalizationservices.process.strategies with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidBaseCxProcessParameterStrategyTest.setUserToSegments(UserModel user, List<CxSegmentModel> segments) -
Uses of UserModel in de.hybris.platform.personalizationservices.process.strategies.impl
Methods in de.hybris.platform.personalizationservices.process.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidCxProcessParameterSegmentationStrategy.loadUserSegments(UserModel user, Collection<UserToSegmentData> segmentation) -
Uses of UserModel in de.hybris.platform.personalizationservices.segment
Methods in de.hybris.platform.personalizationservices.segment that return types with arguments of type UserModelModifier and TypeMethodDescriptionCxSegmentService.getUsersFromSegment(CxSegmentModel segment) Retrieves all users related to this segmentMethods in de.hybris.platform.personalizationservices.segment with parameters of type UserModelModifier and TypeMethodDescriptionvoidCxUserSegmentService.addUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegments) Extend existing user segmentsvoidCxUserSegmentSessionService.addUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userToSegments) Add user segments to this already stored in sessionCxSegmentService.getSegmentsFromUser(UserModel user) Retrieves all segments of given user.CxUserSegmentService.getUserSegments(UserModel user) Method returns user segment relationsCxUserSegmentService.getUserSegments(UserModel user, BaseSiteModel baseSite) Method returns user segment relationsCxUserSegmentSessionService.getUserSegmentsFromSession(UserModel user) Get user segments stored in sessionCxSegmentService.getUserToSegmentForCalculation(UserModel user) Retrieves user to segments of given user.CxSegmentService.getUserToSegmentForUser(UserModel user) Retrieves all user to segments of given user.CxSegmentService.getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) Retrieves relation object between user and segment.booleanCxUserSegmentSessionService.isUserSegmentStoredInSession(UserModel user) Check if user segments are store in sessionvoidCxUserSegmentSessionService.loadUserSegmentsIntoSession(UserModel user) Method get user segments from database and store it in session.voidCxUserSegmentService.removeUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegmentsToRemove) Remove user segments from existing listvoidCxUserSegmentSessionService.removeUserSegmentsFromSession(UserModel user, Collection<? extends UserToSegmentData> userSegmentsToRemove) Remove user segments from this already stored in sessionvoidCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments) Save user to segment relations in database.voidCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context) Save user to segment relations in database.voidCxUserSegmentService.setUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegments) Save user to segment relations in database.voidCxUserSegmentSessionService.setUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userToSegments) Set user segments in sessionvoidCxUserSegmentSessionService.setUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userToSegments, CxCalculationContext context) Set user segments in sessionvoidCxSegmentService.updateUserSegments(UserModel user) Updates segments for given user.voidCxSegmentService.updateUserSegments(UserModel user, CxCalculationContext context) Updates segments for given user. -
Uses of UserModel in de.hybris.platform.personalizationservices.segment.converters
Methods in de.hybris.platform.personalizationservices.segment.converters with parameters of type UserModelModifier and TypeMethodDescriptionprotected CxUserToSegmentModelCxUserSegmentConversionHelper.convertDataToModel(UserModel user, UserToSegmentData data, Map<String, CxSegmentModel> segmentsModelMap, BaseSiteModel baseSite) CxUserSegmentConversionHelper.convertToModel(UserModel user, Collection<? extends UserToSegmentData> userToSegments) CxUserSegmentConversionHelper.convertToModel(UserModel user, Collection<? extends UserToSegmentData> userToSegments, BaseSiteModel baseSite) CxUserSegmentConversionHelper.convertToModel(UserModel user, Collection<? extends UserToSegmentData> userToSegments, String baseSiteId) -
Uses of UserModel in de.hybris.platform.personalizationservices.segment.dao
Methods in de.hybris.platform.personalizationservices.segment.dao with parameters of type UserModelModifier and TypeMethodDescriptionCxUserToSegmentDao.findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) Retrieves relation object between user and segment. -
Uses of UserModel in de.hybris.platform.personalizationservices.segment.dao.impl
Methods in de.hybris.platform.personalizationservices.segment.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCxUserToSegmentDao.findUserToSegmentRelations(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) -
Uses of UserModel in de.hybris.platform.personalizationservices.segment.impl
Methods in de.hybris.platform.personalizationservices.segment.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionDefaultCxSegmentService.getUsersFromSegment(CxSegmentModel segment) Methods in de.hybris.platform.personalizationservices.segment.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultCxUserSegmentService.addUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegments) voidDefaultCxUserSegmentSessionService.addUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userSegments) protected voidDefaultCxSegmentService.addUserToSegments(UserModel user, Collection<CxUserToSegmentModel> userToSegments) protected CxUserToSegmentModelDefaultCxSegmentServiceIntegrationTest.createUserSegment(UserModel user, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest.createUserSegment(UserModel user, String providerId, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest.createUserSegment(UserModel user, BigDecimal affinity, String segmentCode, BaseSiteModel baseSite) protected Collection<CxUserToSegmentModel>DefaultCxSegmentServiceIntegrationTest.createUserSegments(UserModel user, BigDecimal affinity, BaseSiteModel baseSite, String... segments) protected Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest.createUserSegments(UserModel user, String providerId, BigDecimal affinity, BaseSiteModel baseSite, String... segments) protected Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest.createUserSegments(UserModel user, BigDecimal affinity, BaseSiteModel baseSite, String... segments) protected Collection<UserToSegmentData>DefaultCxUserSegmentSessionServiceIntegrationTest.createUserSegments(UserModel user, String providerId, BigDecimal affinity, String... segments) protected Collection<UserToSegmentData>DefaultCxUserSegmentSessionServiceIntegrationTest.createUserSegments(UserModel user, BigDecimal affinity, String... segments) DefaultCxSegmentService.getSegmentsFromUser(UserModel user) DefaultCxUserSegmentService.getUserSegments(UserModel user) DefaultCxUserSegmentService.getUserSegments(UserModel user, BaseSiteModel baseSite) DefaultCxUserSegmentSessionService.getUserSegmentsFromSession(UserModel user) protected StringDefaultCxUserSegmentSessionService.getUserSegmentsSessionKey(UserModel user) DefaultCxSegmentService.getUserToSegmentForCalculation(UserModel user) protected Collection<CxUserToSegmentModel>DefaultCxSegmentService.getUserToSegmentForCurrentBaseSite(UserModel user) DefaultCxSegmentService.getUserToSegmentForUser(UserModel user) DefaultCxSegmentService.getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination) booleanDefaultCxUserSegmentSessionService.isUserSegmentStoredInSession(UserModel user) voidDefaultCxUserSegmentSessionService.loadUserSegmentsIntoSession(UserModel user) voidDefaultCxUserSegmentService.removeUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegmentsToRemove) voidDefaultCxUserSegmentSessionService.removeUserSegmentsFromSession(UserModel user, Collection<? extends UserToSegmentData> userSegmentsToRemove) protected voidDefaultCxSegmentService.removeUserToSegments(UserModel user, Collection<CxUserToSegmentModel> userToSegments) voidDefaultCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments) voidDefaultCxUserSegmentService.setUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context) voidDefaultCxUserSegmentService.setUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegments) voidDefaultCxUserSegmentSessionService.setUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userToSegments) voidDefaultCxUserSegmentSessionService.setUserSegmentsInSession(UserModel user, Collection<? extends UserToSegmentData> userToSegments, CxCalculationContext context) voidDefaultCxSegmentService.updateUserSegments(UserModel user) voidDefaultCxSegmentService.updateUserSegments(UserModel user, CxCalculationContext context) protected voidDefaultCxUserSegmentService.updateUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, boolean onlyAdd) protected voidDefaultCxUserSegmentService.updateUserSegments(UserModel user, BaseSiteModel baseSite, Collection<CxUserToSegmentModel> userSegments, Set<String> providers, boolean onlyAdd) protected voidDefaultCxUserSegmentService.updateUserSegments(UserModel user, Collection<CxUserToSegmentModel> userSegments, boolean onlyAdd) -
Uses of UserModel in de.hybris.platform.personalizationservices.service
Methods in de.hybris.platform.personalizationservices.service with parameters of type UserModelModifier and TypeMethodDescriptionvoidCxService.calculateAndLoadPersonalizationInSession(UserModel user) Calculate personalization for user, all configured catalog versions and loads it in the session.voidCxService.calculateAndLoadPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion) Calculate personalization for user and catalog version and load it in the session.voidCxService.calculateAndLoadPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion, Collection<CxVariationModel> variations) Calculate personalization for user, catalog version and variation and load it in the session.voidCxService.calculateAndStorePersonalization(UserModel user) Calculates personalization for user and stores it.voidCxService.calculateAndStorePersonalization(UserModel user, CatalogVersionModel catalogVersion) Calculates personalization for user and stores it.voidCxService.clearPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion) Removes calculated personalization for user and catalog version from the session.CxService.getActionResultsFromSession(UserModel user) Returned action results stored in session for the user and all configured catalog version.CxService.getActionResultsFromSession(UserModel user, CatalogVersionModel catalogVersion) Returned action results stored in session for the user and catalog version.voidCxService.loadPersonalizationInSession(UserModel user) Load calculated personalization for user and all configured catalog version from the database to the session.voidCxService.loadPersonalizationInSession(UserModel user, Collection<CatalogVersionModel> catalogVersions) Load calculated personalization for user and catalog version from the database to the session.voidCxRecalculationService.recalculate(UserModel user, List<RecalculateAction> recalculateActions) Recalculates experience for given user.CxService.startPersonalizationCalculationProcesses(UserModel user) Update the customer experience through the process engine (asynchronous).CxService.startPersonalizationCalculationProcesses(UserModel user, CxCalculationContext context) Update the customer experience through the process engine (asynchronous).CxService.startPersonalizationCalculationProcesses(UserModel user, Collection<CatalogVersionModel> catalogVersions) Update the customer experience through the process engine (asynchronous). -
Uses of UserModel in de.hybris.platform.personalizationservices.service.impl
Methods in de.hybris.platform.personalizationservices.service.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultCxRecalculationService.asyncRecalculate(UserModel user, Set<String> asyncProcessProviders) protected List<CxAbstractActionResult>DefaultCxService.calculateActionResults(UserModel user, Collection<CxVariationModel> variations) protected voidDefaultCxRecalculationService.calculateAndLoadInSession(UserModel user) voidDefaultCxService.calculateAndLoadPersonalizationInSession(UserModel user) voidDefaultCxService.calculateAndLoadPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion) voidDefaultCxService.calculateAndLoadPersonalizationInSession(UserModel cxContextUser, CatalogVersionModel catalogVersion, Collection<CxVariationModel> variations) voidDefaultCxService.calculateAndStorePersonalization(UserModel user) voidDefaultCxService.calculateAndStorePersonalization(UserModel user, CatalogVersionModel catalogVersion) voidDefaultCxService.clearPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion) protected CxContextDefaultCxService.createActionContext(UserModel user) protected CxAbstractActionResultDefaultCxService.executeAction(CxAbstractActionModel action, UserModel user) DefaultCxService.getActionResultsFromSession(UserModel user) DefaultCxService.getActionResultsFromSession(UserModel user, CatalogVersionModel catalogVersion) voidDefaultCxService.loadPersonalizationInSession(UserModel user) voidDefaultCxService.loadPersonalizationInSession(UserModel user, Collection<CatalogVersionModel> catalogVersions) protected voidDefaultCxRecalculationService.loadResult(UserModel user) voidDefaultCxRecalculationService.recalculate(UserModel user, List<RecalculateAction> recalculateActions) DefaultCxService.startPersonalizationCalculationProcesses(UserModel user) DefaultCxService.startPersonalizationCalculationProcesses(UserModel user, CxCalculationContext context) DefaultCxService.startPersonalizationCalculationProcesses(UserModel user, Collection<CatalogVersionModel> catalogVersions) protected List<CxPersonalizationProcessModel>DefaultCxService.startPersonalizationCalculationProcesses(UserModel user, Collection<CatalogVersionModel> catalogVersions, Map<String, Object> processParameters) protected voidDefaultCxRecalculationService.updateSegments(UserModel user, Set<String> updateProviders) -
Uses of UserModel in de.hybris.platform.personalizationservices.strategies
Methods in de.hybris.platform.personalizationservices.strategies with parameters of type UserModelModifier and TypeMethodDescriptionCxProcessKeyStrategy.getProcessKey(UserModel user, CatalogVersionModel catalogVersion) Create key identifying processProcessSelectionStrategy.retrieveProcessDefinitionName(UserModel user, Collection<CatalogVersionModel> catalogVersions) voidUpdateUserSegmentStrategy.updateUserSegments(UserModel user) Update segments assigned to uservoidUpdateUserSegmentStrategy.updateUserSegments(UserModel user, CxCalculationContext context) Update segments assigned for user -
Uses of UserModel in de.hybris.platform.personalizationservices.strategies.impl
Methods in de.hybris.platform.personalizationservices.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCxProcessKeyStrategy.getProcessKey(UserModel user, CatalogVersionModel catalogVersions) DefaultProcessSelectionStrategy.retrieveProcessDefinitionName(UserModel user, Collection<CatalogVersionModel> catalogVersions) voidEmptyUpdateUserSegmentStrategy.updateUserSegments(UserModel user) voidEmptyUpdateUserSegmentStrategy.updateUserSegments(UserModel user, CxCalculationContext context) -
Uses of UserModel in de.hybris.platform.personalizationservices.task
Methods in de.hybris.platform.personalizationservices.task with parameters of type UserModelModifier and TypeMethodDescriptionprotected Collection<UserToSegmentData>CxRegisteredUserSessionCloseTaskRunnerTest.createUserSegments(UserModel user, BigDecimal affinity, String... segments) -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger
Methods in de.hybris.platform.personalizationservices.trigger with parameters of type UserModelModifier and TypeMethodDescriptionCxTriggerService.getVariationsForUser(UserModel user, CatalogVersionModel catalogVersion) Returns variations for given user according to defined trigger strategies. -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger.dao
Methods in de.hybris.platform.personalizationservices.trigger.dao with parameters of type UserModelModifier and TypeMethodDescriptionCxSegmentTriggerDao.findApplicableVariations(UserModel user, BigDecimal affinity, CatalogVersionModel catalogVersion) Selects valid variations for given user using CxSegmentTrigger. -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger.dao.impl
Methods in de.hybris.platform.personalizationservices.trigger.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCxSegmentTriggerDao.findApplicableVariations(UserModel user, BigDecimal affinity, CatalogVersionModel catalogVersion) -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger.impl
Methods in de.hybris.platform.personalizationservices.trigger.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCxTriggerService.getVariationsForUser(UserModel user, CatalogVersionModel catalogVersion) -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger.strategy
Methods in de.hybris.platform.personalizationservices.trigger.strategy with parameters of type UserModelModifier and TypeMethodDescriptionCxTriggerStrategy.getVariations(UserModel user, CatalogVersionModel catalogVersion) Returns a collection of varations from given catalog for given user. -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger.strategy.impl
Methods in de.hybris.platform.personalizationservices.trigger.strategy.impl with parameters of type UserModelModifier and TypeMethodDescriptionCxDefaultTriggerStrategy.getVariations(UserModel user, CatalogVersionModel catalogVersion) DefaultSegmentTriggerStrategy.getVariations(UserModel user, CatalogVersionModel catalogVersion) ExpressionTriggerStrategy.getVariations(UserModel user, CatalogVersionModel catalogVersion) -
Uses of UserModel in de.hybris.platform.personalizationservices.variation
Methods in de.hybris.platform.personalizationservices.variation with parameters of type UserModelModifier and TypeMethodDescriptionCxVariationService.getActiveVariations(UserModel user, CatalogVersionModel catalogVersion) Retrieves active variations for given user -
Uses of UserModel in de.hybris.platform.personalizationservices.variation.impl
Methods in de.hybris.platform.personalizationservices.variation.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultCxVariationServiceTest.createUser(CxSegmentModel... segments) Methods in de.hybris.platform.personalizationservices.variation.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultCxVariationService.getActiveVariations(UserModel user, CatalogVersionModel catalogVersion) -
Uses of UserModel in de.hybris.platform.personalizationyprofile.segment
Methods in de.hybris.platform.personalizationyprofile.segment with parameters of type UserModelModifier and TypeMethodDescriptionConsumptionLayerUserSegmentsProvider.getProfileData(UserModel user) ConsumptionLayerUserSegmentsProvider.getUserSegments(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationyprofile.strategy
Methods in de.hybris.platform.personalizationyprofile.strategy with parameters of type UserModelModifier and TypeMethodDescriptionCxProfileIdentifierStrategy.getProfileIdentifier(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationyprofile.strategy.impl
Methods in de.hybris.platform.personalizationyprofile.strategy.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected StringDefaultCxProfileIdentifierStrategy.findProfileIdentifier(UserModel user) protected StringSimpleCxProfileIdentifierStrategy.findProfileIdentifier(UserModel user) protected StringDefaultCxProfileIdentifierStrategy.findProfileIdentifierForRegisteredUser(UserModel user) protected StringSimpleCxProfileIdentifierStrategy.findProfileIdentifierForRegisteredUser(UserModel user) DefaultCxProfileIdentifierStrategy.getProfileIdentifier(UserModel user) SimpleCxProfileIdentifierStrategy.getProfileIdentifier(UserModel user) protected StringDefaultCxProfileIdentifierStrategy.getProfileIdentifierFromSession(UserModel user) protected StringSimpleCxProfileIdentifierStrategy.getProfileIdentifierFromSession(UserModel user) protected StringDefaultCxProfileIdentifierStrategy.getSessionAttributeKey(UserModel user) protected StringSimpleCxProfileIdentifierStrategy.getSessionAttributeKey(UserModel user) voidDefaultCxProfileIdentifierStrategy.resetProfileIdentifier(UserModel user) Cleans profile identifier stored in sessionvoidSimpleCxProfileIdentifierStrategy.resetProfileIdentifier(UserModel user) Cleans profile identifier stored in sessionprotected voidDefaultCxProfileIdentifierStrategy.storeProfileIdentifierInSession(UserModel user, String profileId) protected voidSimpleCxProfileIdentifierStrategy.storeProfileIdentifierInSession(UserModel user, String profileId) -
Uses of UserModel in de.hybris.platform.platformbackoffice.dao
Methods in de.hybris.platform.platformbackoffice.dao with parameters of type UserModelModifier and TypeMethodDescriptionBackofficeSavedQueryDAO.findSavedQueries(UserModel userModel) Finds saved queries created by specific user and shared across its userGroupsPrincipalModel.getAllGroups() -
Uses of UserModel in de.hybris.platform.platformbackoffice.dao.impl
Methods in de.hybris.platform.platformbackoffice.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultBackofficeSavedQueryDAO.findSavedQueries(UserModel userModel) -
Uses of UserModel in de.hybris.platform.platformbackoffice.handlers
Methods in de.hybris.platform.platformbackoffice.handlers with parameters of type UserModelModifier and TypeMethodDescriptionprotected Collection<CatalogVersionModel>ProductWizardCatalogVersionPopulator.getAllWritableCatalogVersions(UserModel currentUser) -
Uses of UserModel in de.hybris.platform.platformbackoffice.model
Methods in de.hybris.platform.platformbackoffice.model that return UserModelModifier and TypeMethodDescriptionBackofficeSavedQueryModel.getQueryOwner()Generated method - Getter of theBackofficeSavedQuery.queryOwnerattribute defined at extensionplatformbackoffice.Methods in de.hybris.platform.platformbackoffice.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidBackofficeSavedQueryModel.setQueryOwner(UserModel value) Generated method - Setter ofBackofficeSavedQuery.queryOwnerattribute defined at extensionplatformbackoffice.Constructors in de.hybris.platform.platformbackoffice.model with parameters of type UserModelModifierConstructorDescriptionBackofficeSavedQueryModel(ItemModel _owner, UserModel _queryOwner, String _typeCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeSavedQueryModel(UserModel _queryOwner, String _typeCode) 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 UserModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type UserModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.ComboboxUserPasswordPanelRenderer.createEncryptionChooser(UserModel user, boolean enabled) Create combobox containing list of password encryption methods to choose fromprotected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.InputEvent>UserPasswordPanelRenderer.createPasswordChangeListener(UserModel user, org.zkoss.zul.Textbox passwordTextbox, org.zkoss.zul.Textbox passwordConfirmationTextbox, org.zkoss.zul.Combobox encryptionChooser, org.zkoss.zul.Label messageLabel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Create listener for password change -
Uses of UserModel in de.hybris.platform.platformbackoffice.services
Methods in de.hybris.platform.platformbackoffice.services with parameters of type UserModelModifier and TypeMethodDescriptionBackofficeSavedQueriesService.createSavedQuery(Map<Locale, String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData advancedSearchData, UserModel userModel, List<UserGroupModel> groups) Creates saved query fromAdvancedSearchInitContextBackofficeSavedQueriesService.getSavedQueries(UserModel userModel) Searches saved queries for specified user. -
Uses of UserModel in de.hybris.platform.platformbackoffice.services.impl
Methods in de.hybris.platform.platformbackoffice.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionBackofficeSavedQueriesServiceImpl.createSavedQuery(Map<Locale, String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData asd, UserModel userModel, List<UserGroupModel> groups) BackofficeSavedQueriesServiceImpl.getSavedQueries(UserModel userModel) -
Uses of UserModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return UserModelMethods in de.hybris.platform.platformbackoffice.widgets.workflow with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.platformbackoffice.widgets.workflowactionadapter
Methods in de.hybris.platform.platformbackoffice.widgets.workflowactionadapter that return UserModelModifier and TypeMethodDescriptionprotected UserModelWorkflowActionAdapterController.getCurrentUser()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserModel in de.hybris.platform.processengine.model
Methods in de.hybris.platform.processengine.model that return UserModelModifier and TypeMethodDescriptionBusinessProcessModel.getUser()Generated method - Getter of theBusinessProcess.userattribute defined at extensionprocessing.Methods in de.hybris.platform.processengine.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.productcockpit.model.favorites
Methods in de.hybris.platform.productcockpit.model.favorites that return UserModelMethods in de.hybris.platform.productcockpit.model.favorites with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type UserModelModifier and TypeMethodDescriptionFavoriteCategoryService.createFavoriteCategory(String label, UserModel user) Prepares a favourite category containerCatalogService.getAllCatalogVersions(UserModel user) Get all available catalog versions for an userCatalogService.getAvailableCatalogs(UserModel user) Get the available catalogs for an userCatalogService.getCatalogVersions(CatalogModel catalog, UserModel user) Get the catalog versions for a catalogFavoriteCategoryService.getFavoriteCategories(UserModel user) Gets favorite categories for particular userCatalogService.getSortedCatalogVersions(UserModel user) Get the available catalog versions for an user in an alternative order -
Uses of UserModel in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type UserModelModifier and TypeMethodDescriptionFavoriteCategoryServiceImpl.createFavoriteCategory(String label, UserModel user) CatalogServiceImpl.getAllCatalogVersions(UserModel u) CatalogServiceImpl.getAvailableCatalogs(UserModel u) CatalogServiceImpl.getCatalogVersions(CatalogModel catalog, UserModel u) FavoriteCategoryServiceImpl.getFavoriteCategories(UserModel user) CatalogServiceImpl.getSortedCatalogVersions(UserModel u) -
Uses of UserModel in de.hybris.platform.productcockpit.services.query.impl
Methods in de.hybris.platform.productcockpit.services.query.impl with parameters of type UserModelModifier and TypeMethodDescriptionProductSavedQueryServiceImpl.createSavedQuery(String label, Query query, UserModel user) SavedQueryUserRightsServiceImpl.getNotSharedQueries(SearchProvider provider, UserModel user) SavedQueryUserRightsServiceImpl.getSavedQueries(SearchProvider provider, UserModel user) SavedQueryUserRightsServiceImpl.getSharedQueries(SearchProvider provider, UserModel user) -
Uses of UserModel in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidCatalogNavigationArea.createFavoriteCategory(String label, UserModel user) NavigationArea.pasteProductToCollection(ObjectCollection collection, List<String> codes, UserModel user) Method that search products with appropiate code, and add them to given collection -
Uses of UserModel in de.hybris.platform.promotions.backoffice.actions
Methods in de.hybris.platform.promotions.backoffice.actions that return UserModelModifier and TypeMethodDescriptionprotected UserModelCalculateWithPromotionsAction.determineSessionUser(AbstractOrderModel order) -
Uses of UserModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected OrderReturnRecordEntryModelDefaultOrderReturnRecordsHandler.createRefundRecordEntry(OrderModel order, OrderReturnRecordModel returnRecord, OrderHistoryEntryModel snapshot, List<RefundEntryModel> refunds, UserModel principal) -
Uses of UserModel in de.hybris.platform.returns.model
Constructors in de.hybris.platform.returns.model with parameters of type UserModelModifierConstructorDescriptionReplacementOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, UserModel _user) 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 UserModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type UserModelMethods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidAbstractOrderRaoPopulator.convertAndSetUser(P target, UserModel user) voidMethod parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type UserModelModifier and TypeMethodDescriptionvoidAbstractOrderRaoPopulator.setUserConverter(Converter<UserModel, UserRAO> userConverter) -
Uses of UserModel in de.hybris.platform.ruleengineservices.rule.identifiers
Methods in de.hybris.platform.ruleengineservices.rule.identifiers with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return types with arguments of type UserModelMethod parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCustomerRuleParameterValueMapper.setUserIdentifierProvider(Function<UserModel, String> userIdentifierProvider) -
Uses of UserModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type UserModelModifier and TypeMethodDescription -
Uses of UserModel in de.hybris.platform.samlsinglesignon
Methods in de.hybris.platform.samlsinglesignon that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultSSOService.createNewUser(String id, String name, DefaultSSOService.SSOUserMapping userMapping) create a new userDefaultSSOService.getOrCreateSSOUser(String id, String name, Collection<String> roles) SSOUserService.getOrCreateSSOUser(String id, String name, Collection<String> roles) Return UserModel for existing user or for the newly created.protected UserModelDefaultSSOService.lookupExisting(String id, DefaultSSOService.SSOUserMapping mapping) Check if a user exists or notMethods in de.hybris.platform.samlsinglesignon with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidDefaultSSOService.adjustUserAttributes(UserModel user, DefaultSSOService.SSOUserMapping mapping) Adjusting user groupsvoidDefaultSamlLoginService.storeLoginToken(javax.servlet.http.HttpServletResponse response, UserModel user, String languageIsoCode) voidSamlLoginService.storeLoginToken(javax.servlet.http.HttpServletResponse response, UserModel user, String langIsoCode) Method stores login token cookie for provided user and language ISO code. -
Uses of UserModel in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator that return types with arguments of type UserModelMethod parameters in de.hybris.platform.sap.productconfig.rules.rao.populator with type arguments of type UserModelModifier and TypeMethodDescriptionvoidProductConfigCartRAOPopulator.setUserConverter(Converter<UserModel, UserRAO> userConverter) -
Uses of UserModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionProductConfigurationPersistenceServiceImpl.getByProductCodeAndUser(String productCode, UserModel user) -
Uses of UserModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf with parameters of type UserModelModifier and TypeMethodDescriptionProductConfigurationPersistenceService.getByProductCodeAndUser(String productCode, UserModel user) read allProductConfigurationModels currently linked to the given product and user -
Uses of UserModel in de.hybris.platform.sap.productconfig.services.model
Methods in de.hybris.platform.sap.productconfig.services.model that return UserModelModifier and TypeMethodDescriptionProductConfigurationModel.getUser()Generated method - Getter of theProductConfiguration.userattribute defined at extensionsapproductconfigservices.Methods in de.hybris.platform.sap.productconfig.services.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofProductConfiguration.userattribute defined at extensionsapproductconfigservices.Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type UserModelModifierConstructorDescriptionProductConfigurationModel(ItemModel _owner, Collection<ProductModel> _product, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductConfigurationModel(Collection<ProductModel> _product, UserModel _user) 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 UserModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type UserModelModifier and TypeMethodDescriptionbooleanProductConfigurationQuoteActionValidationStrategyImpl.isValidAction(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Deprecated, for removal: This API element is subject to removal in a future version.voidProductConfigurationQuoteActionValidationStrategyImpl.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelPersistenceConfigurationCopyStrategyImpl.updateCurrentUserIfRequired(AbstractOrderModel source) Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanPersistenceConfigurationLifecycleStrategyImpl.isAdminUser(UserModel currentUser) protected booleanPersistenceConfigurationLifecycleStrategyImpl.isSameUser(ProductConfigurationModel productConfiguration, UserModel currentUser) -
Uses of UserModel in de.hybris.platform.sap.productconfig.services.validator
Methods in de.hybris.platform.sap.productconfig.services.validator with parameters of type UserModelModifier and TypeMethodDescriptionvoidProductConfigQuoteValidator.validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) -
Uses of UserModel in de.hybris.platform.savedorderforms.daos
Methods in de.hybris.platform.savedorderforms.daos with parameters of type UserModelModifier and TypeMethodDescriptionOrderFormDao.findOrderFormsForUser(UserModel userModel) Returns for the given user a list ofOrderFormModelmodels. -
Uses of UserModel in de.hybris.platform.savedorderforms.daos.impl
Methods in de.hybris.platform.savedorderforms.daos.impl with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.savedorderforms.model
Methods in de.hybris.platform.savedorderforms.model that return UserModelModifier and TypeMethodDescriptionOrderFormModel.getUser()Generated method - Getter of theOrderForm.userattribute defined at extensionsavedorderforms.Methods in de.hybris.platform.savedorderforms.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofOrderForm.userattribute defined at extensionsavedorderforms.Constructors in de.hybris.platform.savedorderforms.model with parameters of type UserModelModifierConstructorDescriptionOrderFormModel(String _code, CurrencyModel _currency, List<OrderFormEntryModel> _entries, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderFormModel(String _code, CurrencyModel _currency, List<OrderFormEntryModel> _entries, UserModel _user) 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 UserModel in de.hybris.platform.savedorderforms.services
Methods in de.hybris.platform.savedorderforms.services with parameters of type UserModelModifier and TypeMethodDescriptionOrderFormService.getOrderFormsForUser(UserModel userModel) Returns a list of OrderForms for a given user. -
Uses of UserModel in de.hybris.platform.savedorderforms.services.impl
Methods in de.hybris.platform.savedorderforms.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultOrderFormService.getOrderFormsForUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.searchservices.admin.service
Methods in de.hybris.platform.searchservices.admin.service that return UserModel -
Uses of UserModel in de.hybris.platform.searchservices.admin.service.impl
Methods in de.hybris.platform.searchservices.admin.service.impl that return UserModel -
Uses of UserModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return UserModelModifier and TypeMethodDescriptionSnIndexConfigurationModel.getUser()Generated method - Getter of theSnIndexConfiguration.userattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.selectivecartservices
Methods in de.hybris.platform.selectivecartservices with parameters of type UserModelModifier and TypeMethodDescriptionSelectiveCartService.getSelectiveCartForUser(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.since 2005. -
Uses of UserModel in de.hybris.platform.selectivecartservices.daos
Methods in de.hybris.platform.selectivecartservices.daos with parameters of type UserModelModifier and TypeMethodDescriptionSelectiveCartDao.findSelectiveCartByUser(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.since 2005.SelectiveCartDao.findWishlistByName(UserModel user, String name) Finds wishlist by name for the current user -
Uses of UserModel in de.hybris.platform.selectivecartservices.daos.impl
Methods in de.hybris.platform.selectivecartservices.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSelectiveCartDao.findSelectiveCartByUser(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.since 2005DefaultSelectiveCartDao.findWishlistByName(UserModel user, String name) SelectiveSaveCartDao.getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user) SelectiveSaveCartDao.getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, List<OrderStatus> orderStatus) -
Uses of UserModel in de.hybris.platform.selectivecartservices.impl
Methods in de.hybris.platform.selectivecartservices.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelDefaultSelectiveCartService.getCurrentUser()Methods in de.hybris.platform.selectivecartservices.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSelectiveCartService.getSelectiveCartForUser(UserModel user) Deprecated, for removal: This API element is subject to removal in a future version.since 2005 -
Uses of UserModel in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob with parameters of type UserModelModifier and TypeMethodDescriptionCronJobHistoryService.getAverageExecutionTime(UserModel userModel, String jobCode, TimeUnit timeUnit) Returns average execution time based on historical data.CronJobHistoryService.getCronJobHistoryBy(UserModel userModel, JobModel jobModel) Returns cron job history entries triggered by given user for given job.CronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate) Returns cron job history entries triggered by given user for given job type and time range.CronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobResult theResult) Returns cron job history entries triggered by given user for given job type and time range and the cron job's result.CronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobStatus theStatus) Returns cron job history entries triggered by given user for given job type and time range and the cron job's status.CronJobHistoryService.getCronJobHistoryBy(Set<CronJobHistoryInclude> includes, UserModel userModel, Date startDate, Date finishDate, CronJobStatus theStatus) Returns list ofCronJobHistoryModelwhere for every include criteria entries matching given user, startDate, finishDate and status are returned. -
Uses of UserModel in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected CronJobHistoryModelAbstractCronJobHistoryTest.createEntity(CronJobModel cronJob, JobModel jobOne, UserModel userModel, Date startDate, Date endDate, CronJobResult theResult, CronJobStatus theStatus) protected CronJobHistoryModelAbstractCronJobHistoryTest.createEntity(JobModel jobOne, UserModel userModel, Date startDate, Date endDate, CronJobResult theResult, CronJobStatus theStatus) DefaultCronJobHistoryService.getAverageExecutionTime(UserModel userModel, String jobCode, TimeUnit timeUnit) DefaultCronJobHistoryService.getCronJobHistoryBy(UserModel userModel, JobModel jobModel) DefaultCronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate) DefaultCronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobResult theResult) DefaultCronJobHistoryService.getCronJobHistoryBy(UserModel userModel, String jobItemType, Date startDate, Date finishDate, CronJobStatus theStatus) DefaultCronJobHistoryService.getCronJobHistoryBy(Set<CronJobHistoryInclude> includes, UserModel userModel, Date startDate, Date finishDate, CronJobStatus theStatus) -
Uses of UserModel in de.hybris.platform.servicelayer.interceptor
Methods in de.hybris.platform.servicelayer.interceptor with parameters of type UserModelModifier and TypeMethodDescriptionvoidDisableLoginForImportedUserInterceptor.onPrepare(UserModel user, InterceptorContext ctx) -
Uses of UserModel in de.hybris.platform.servicelayer.internal.model.order
Constructors in de.hybris.platform.servicelayer.internal.model.order with parameters of type UserModelModifierConstructorDescriptionInMemoryCartModel(CurrencyModel _currency, Date _date, ItemModel _owner, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersInMemoryCartModel(CurrencyModel _currency, Date _date, UserModel _user) 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 UserModel in de.hybris.platform.servicelayer.search
Methods in de.hybris.platform.servicelayer.search that return UserModelModifier and TypeMethodDescriptionAbstractQuery.getUser()Gets the user for which query will be executed.Methods in de.hybris.platform.servicelayer.search with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.servicelayer.security.auth
Methods in de.hybris.platform.servicelayer.security.auth that return UserModel -
Uses of UserModel in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl that return UserModel -
Uses of UserModel in de.hybris.platform.servicelayer.security.spring
Methods in de.hybris.platform.servicelayer.security.spring with parameters of type UserModelModifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationorg.springframework.security.core.AuthenticationConvert the UserModel to an Authentication object. -
Uses of UserModel in de.hybris.platform.servicelayer.session
Methods in de.hybris.platform.servicelayer.session with parameters of type UserModelModifier and TypeMethodDescriptionMockSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) <T> TSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) Executes the givenSessionExecutionBodyin a localSessionContextand sets session user to given UserModel. -
Uses of UserModel in de.hybris.platform.servicelayer.session.impl
Methods in de.hybris.platform.servicelayer.session.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSessionService.executeInLocalView(SessionExecutionBody body, UserModel model) -
Uses of UserModel in de.hybris.platform.servicelayer.user
Methods in de.hybris.platform.servicelayer.user with type parameters of type UserModelModifier and TypeMethodDescription<T extends UserModel>
TUserService.getUserForUID(String userId, Class<T> clazz) Returns for the specifieduserIdand the specified (result) class the found user in the specified class.Methods in de.hybris.platform.servicelayer.user that return UserModelModifier and TypeMethodDescriptionUserService.getCurrentUser()Returns the current user from theSession.Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0 - wrong naming, please useUserService.getUserForUID(String)UserService.getUserForUID(String userId) Returns theUserModelfor the specifieduserIdMethods in de.hybris.platform.servicelayer.user with parameters of type UserModelModifier and TypeMethodDescriptionvoidContactInfoService.addContactInfos(UserModel user, AbstractContactInfoModel... contactInfo) Adds one or more contact info to the list of user's contact infos.AddressService.createAddressForUser(UserModel user) Creates a new, not persistedAddressModelfor the given user.Tries to decodes from the givenuserthe encoded password based on the encoding set to the user.Encodes the givenplainTextPasswordwith the corresponding PasswordEncoder (based on thepasswordEncoding) and returns it.UserService.getAllUserGroupsForUser(UserModel user) Gets all user groups for the given user.<T extends UserGroupModel>
Set<T>UserService.getAllUserGroupsForUser(UserModel user, Class<T> clazz) Gets all user groups for the given user and specified (result) class.ContactInfoService.getMainContactInfo(UserModel user) Gets main contact info object for given user or null if the list of contact infos for user is empty.UserService.getPassword(UserModel user) Returns for the given user the decoded password if this is possible.UserService.getUserAudits(UserModel user) Gets audit information about user previous password hashes.booleanChecks if the given user has the admin role.booleanUserService.isAdminEmployee(UserModel user) Checks if the given user has the is the admin employee.booleanUserService.isAnonymousUser(UserModel user) Checks if the given user is the anonymous customer.booleanUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor) Checks if the givenuser is a memberof the specifiedgroupToCheckForor its super groups.booleanUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) Checks if the givenuser is a memberof the specifiedgroupToCheckForor its super groups ifincludeSubGroupsis set totrue.booleanImplement this to define whether a user should be treated as net or gross customer.booleanUserService.isPasswordIdenticalToAudited(UserModel user, String plainPassword, UserPasswordChangeAuditModel audit) Checks if password is the same as the previous password.booleanChecks if the encoded password (stored in the user) matches the given plain text password.voidContactInfoService.removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfo) Removes one or more contact infos from user's list of contact infos.voidUserService.setCurrentUser(UserModel user) Sets the given user as current user on theSession.voidUserService.setEncodedPassword(UserModel user, String encodedPassword) Sets the encoded password to the given user.voidUserService.setEncodedPassword(UserModel user, String encodedPassword, String encoding) Sets the encoded password to the given user.voidContactInfoService.setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo) Sets contact info object as main for given user.voidUserService.setPassword(UserModel user, String plainPassword) Encodes the given plain text password with the user's password encoding (using the default encoding if the user doesn't have one) and set the encoded password to the given user.voidUserService.setPassword(UserModel user, String plainPassword, String encoding) Encodes the given plain text password with the given password encoding and set the encoded password to the given user.voidUserService.setPasswordWithDefaultEncoding(UserModel user, String plainPassword) Encodes the given plain text password with the default password encoding and set the encoded password to the given user.PasswordPolicy.verifyPassword(UserModel user, String plainPassword, String encoding) PasswordPolicyService.verifyPassword(UserModel user, String plainPassword, String encoding) -
Uses of UserModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos that return UserModelModifier and TypeMethodDescriptionUserDao.findUserByUID(String uid) Returns for the givenuidtheUserModel. -
Uses of UserModel in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl that return UserModel -
Uses of UserModel in de.hybris.platform.servicelayer.user.dynamic
Methods in de.hybris.platform.servicelayer.user.dynamic with parameters of type UserModelModifier and TypeMethodDescriptionvoidvoidvoidvoidvoid -
Uses of UserModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl with type parameters of type UserModelModifier and TypeMethodDescription<T extends UserModel>
TDefaultUserService.getUserForUID(String userId, Class<T> clazz) Methods in de.hybris.platform.servicelayer.user.impl that return UserModelModifier and TypeMethodDescriptionDefaultUserService.getCurrentUser()Deprecated, for removal: This API element is subject to removal in a future version.since 6.1.0DefaultUserService.getUserForUID(String userId) Methods in de.hybris.platform.servicelayer.user.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultContactInfoService.addContactInfos(UserModel user, AbstractContactInfoModel... contactInfos) protected voidDefaultUserService.assurePasswordCompliance(UserModel user, String plainPassword, String encoding) DefaultAddressService.createAddressForUser(UserModel user) UserAuditFactory.createBruteForceLoginDisabledAudit(UserModel user, Integer numFailedLogins) DefaulPasswordEncoderService.encode(UserModel user, String plainTextPassword, String passwordEncoding) DefaultUserService.getAllUserGroupsForUser(UserModel user) <T extends UserGroupModel>
Set<T>DefaultUserService.getAllUserGroupsForUser(UserModel user, Class<T> clazz) DefaultContactInfoService.getMainContactInfo(UserModel user) DefaultUserService.getPassword(UserModel user) DefaultUserService.getUserAudits(UserModel user) DefaultPasswordPolicyService.getUserGroupsUIDs(UserModel user) booleanbooleanDefaultUserService.isAdminEmployee(UserModel user) booleanDefaultUserService.isAnonymousUser(UserModel user) booleanDefaultUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor) booleanDefaultUserService.isMemberOfGroup(UserModel member, UserGroupModel groupToCheckFor, boolean includeSuperGroups) booleanDefaultUserService.isPasswordIdenticalToAudited(UserModel user, String plainPassword, UserPasswordChangeAuditModel audit) booleanbooleanvoidDefaultContactInfoService.removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfos) voidDefaultUserService.setCurrentUser(UserModel user) voidDefaultUserService.setEncodedPassword(UserModel user, String encodedPassword) voidDefaultUserService.setEncodedPassword(UserModel user, String encodedPassword, String encoding) voidDefaultContactInfoService.setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo) voidDefaultUserService.setPassword(UserModel user, String plainPassword) voidDefaultUserService.setPassword(UserModel user, String plainPassword, String encoding) voidDefaultUserService.setPasswordWithDefaultEncoding(UserModel user, String plainPassword) BlacklistFilePasswordPolicy.verifyPassword(UserModel user, String plainPassword, String encoding) DefaultPasswordPolicyService.verifyPassword(UserModel user, String plainPassword, String encoding) RegexPasswordPolicy.verifyPassword(UserModel user, String plainPassword, String encoding) -
Uses of UserModel in de.hybris.platform.servicelayer.user.interceptors
Methods in de.hybris.platform.servicelayer.user.interceptors that return UserModelModifier and TypeMethodDescriptionprotected UserModelUserAuthenticationTokensRemovePrepareInterceptorTest.getUserModel()Methods in de.hybris.platform.servicelayer.user.interceptors with parameters of type UserModelModifier and TypeMethodDescriptionvoidUserAuthenticationTokensRemovePrepareInterceptor.onPrepare(UserModel userModel, InterceptorContext ctx) voidUserPasswordChangeAuditPrepareInterceptor.onPrepare(UserModel userModel, InterceptorContext ctx) -
Uses of UserModel in de.hybris.platform.smarteditwebservices.oauth2.populator
Methods in de.hybris.platform.smarteditwebservices.oauth2.populator with parameters of type UserModelModifier and TypeMethodDescriptionvoidUserUidPopulator.populate(UserModel source, SmarteditAuthenticatedUserData target) -
Uses of UserModel in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return UserModelModifier and TypeMethodDescriptionprotected UserModelAbstractIndexerStrategy.resolveSessionUser() -
Uses of UserModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return UserModelModifier and TypeMethodDescriptionSolrIndexerQueryModel.getUser()Generated method - Getter of theSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSubscriptionCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site, UserModel user) -
Uses of UserModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return UserModelModifier and TypeMethodDescriptionTestDataCreator.createEmployee(String uid, String name) TestDataCreator.createUser(String uid, String name) -
Uses of UserModel in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type UserModelModifier and TypeMethodDescriptionTicketDao.findTicketsByCustomer(UserModel customer) Find all tickets that are associated with the customer.TicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user) Find all tickets that are associated with the customer in descending and order by Modified date time.TicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer and current site, in descending and order by Modified date time. -
Uses of UserModel in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultTicketDao.findTicketsByCustomer(UserModel customer) Find all tickets that are associated with the customer.DefaultTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel customer) DefaultTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) -
Uses of UserModel in de.hybris.platform.ticket.events.model
Constructors in de.hybris.platform.ticket.events.model with parameters of type UserModelModifierConstructorDescriptionCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, String _text) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, String _text) 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 UserModel in de.hybris.platform.ticket.jalo
Fields in de.hybris.platform.ticket.jalo declared as UserModel -
Uses of UserModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return UserModelModifier and TypeMethodDescriptionCsTicketModel.getCustomer()Generated method - Getter of theCsTicket.customerattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidCsTicketModel.setCustomer(UserModel value) Generated method - Setter ofCsTicket.customerattribute defined at extensionticketsystem. -
Uses of UserModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service with parameters of type UserModelModifier and TypeMethodDescriptionTicketAttachmentsService.createAttachment(String name, String contentType, byte[] data, UserModel customer) CreateMediaModelattachment based on provided parameters.TicketService.getTicketsForCustomer(UserModel customer) Find all tickets that are associated with the customer.TicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user) Find all tickets that are associated with the customer in order by Modified date and time.TicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) Find all tickets that are associated with the customer in order by Modified date and time. -
Uses of UserModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultTicketAttachmentsService.createAttachment(String name, String contentType, byte[] data, UserModel customer) DefaultTicketService.getTicketsForCustomer(UserModel customer) Find all tickets that are associated with the customer.DefaultTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user) Find all tickets that are associated with the customer in order by Modified date and time.DefaultTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData) protected CsTicketModelDefaultTicketBusinessService.populateTicketDetails(UserModel customer, AbstractOrderModel abstractOrder, CsTicketCategory category, CsTicketPriority priority, EmployeeModel assignedAgent, CsAgentGroupModel assignedGroup, String headline) -
Uses of UserModel in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return UserModelMethods in de.hybris.platform.ticketsystem.data with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.ticketsystem.events
Methods in de.hybris.platform.ticketsystem.events that return UserModelMethods in de.hybris.platform.ticketsystem.events with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.ticketsystem.events.model
Methods in de.hybris.platform.ticketsystem.events.model that return UserModelModifier and TypeMethodDescriptionSessionEndEventModel.getCustomer()Generated method - Getter of theSessionEndEvent.customerattribute defined at extensionticketsystem.SessionStartEventModel.getCustomer()Generated method - Getter of theSessionStartEvent.customerattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticketsystem.events.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidSessionEndEventModel.setCustomer(UserModel value) Generated method - Setter ofSessionEndEvent.customerattribute defined at extensionticketsystem.voidSessionStartEventModel.setCustomer(UserModel value) Generated method - Setter ofSessionStartEvent.customerattribute defined at extensionticketsystem. -
Uses of UserModel in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher with parameters of type UserModelModifier and TypeMethodDescriptionbooleanVoucherModelService.isReservable(VoucherModel voucher, String voucherCode, UserModel user) -
Uses of UserModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl with parameters of type UserModelModifier and TypeMethodDescriptionprotected UserbooleanDefaultVoucherModelService.isReservable(VoucherModel voucher, String voucherCode, UserModel user) -
Uses of UserModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return UserModelModifier and TypeMethodDescriptionVoucherInvalidationModel.getUser()Generated method - Getter of theVoucherInvalidation.userattribute defined at extensionvoucher.Methods in de.hybris.platform.voucher.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Initial setter ofVoucherInvalidation.userattribute defined at extensionvoucher.Constructors in de.hybris.platform.voucher.model with parameters of type UserModelModifierConstructorDescriptionVoucherInvalidationModel(String _code, OrderModel _order, ItemModel _owner, UserModel _user, 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 parametersVoucherInvalidationModel(String _code, OrderModel _order, UserModel _user, 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 UserModel in de.hybris.platform.warehousing.taskassignment.strategy
Methods in de.hybris.platform.warehousing.taskassignment.strategy that return UserModelModifier and TypeMethodDescriptionUserSelectionStrategy.getUserForConsignmentAssignment(WorkflowModel workflow) Gets theUserModelto which a consignment should be assigned -
Uses of UserModel in de.hybris.platform.warehousing.taskassignment.strategy.impl
Methods in de.hybris.platform.warehousing.taskassignment.strategy.impl that return UserModelModifier and TypeMethodDescriptionUserWithLowestLoadSelectionStrategy.getUserForConsignmentAssignment(WorkflowModel workflow) protected UserModelUserWithLowestLoadSelectionStrategy.userWithLowestLoad(WorkflowModel workflow, WorkflowActionModel workflowAction) Finds theUserModelwith the lowest load -
Uses of UserModel in de.hybris.platform.warehousing.util
Methods in de.hybris.platform.warehousing.util that return UserModel -
Uses of UserModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return UserModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return UserModelModifier and TypeMethodDescriptionUsers.AdminGroup()Users.Bob()protected UserModelCustomers.getOrCreateUser(String uid, String name) protected UserModelUsers.getOrCreateUser(String uid) Users.ManagerMontrealDuke()Users.ManagerMontrealMaisonneuve()Users.Nancy()Customers.polo()Users.WarehouseAdministratorGroup()Users.WarehouseAgentGroup()Users.WarehouseManagerGroup() -
Uses of UserModel in de.hybris.platform.webservicescommons.model
Methods in de.hybris.platform.webservicescommons.model that return UserModelModifier and TypeMethodDescriptionOAuthAccessTokenModel.getUser()Generated method - Getter of theOAuthAccessToken.userattribute defined at extensionoauth2.Methods in de.hybris.platform.webservicescommons.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.wishlist2
Methods in de.hybris.platform.wishlist2 with parameters of type UserModelModifier and TypeMethodDescriptionvoidWishlist2Service.addWishlistEntry(UserModel user, ProductModel product, Integer desired, Wishlist2EntryPriority priority, String comment) Adds a given product to the default wishlist of the given userWishlist2Service.createDefaultWishlist(UserModel user, String name, String description) creates a new default wishlist for the given user.Wishlist2Service.createWishlist(UserModel user, String name, String description) creates a new wishlist for the given user.Wishlist2Service.getDefaultWishlist(UserModel user) Returns the default wishlist for the given userWishlist2Service.getWishlists(UserModel user) Returns all wishlists for the given userbooleanWishlist2Service.hasDefaultWishlist(UserModel user) -
Uses of UserModel in de.hybris.platform.wishlist2.impl
Methods in de.hybris.platform.wishlist2.impl that return UserModelMethods in de.hybris.platform.wishlist2.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidDefaultWishlist2Service.addWishlistEntry(UserModel user, ProductModel product, Integer desired, Wishlist2EntryPriority priority, String comment) DefaultWishlist2Service.createDefaultWishlist(UserModel user, String name, String description) DefaultWishlist2Service.createWishlist(UserModel user, String name, String description) DefaultWishlist2Service.getDefaultWishlist(UserModel user) DefaultWishlist2Service.getWishlists(UserModel user) booleanDefaultWishlist2Service.hasDefaultWishlist(UserModel user) protected booleanDefaultWishlist2Service.saveWishlist(UserModel user) -
Uses of UserModel in de.hybris.platform.wishlist2.impl.daos
Methods in de.hybris.platform.wishlist2.impl.daos with parameters of type UserModelModifier and TypeMethodDescriptionWishlist2Dao.findAllWishlists(UserModel user) Retrieves all wishlists of the specificUserModelWishlist2Dao.findDefaultWishlist(UserModel user) Retrieves the default wishlist of the specificUserModel -
Uses of UserModel in de.hybris.platform.wishlist2.impl.daos.impl
Methods in de.hybris.platform.wishlist2.impl.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultWishlist2Dao.findAllWishlists(UserModel user) DefaultWishlist2Dao.findDefaultWishlist(UserModel user) -
Uses of UserModel in de.hybris.platform.wishlist2.model
Methods in de.hybris.platform.wishlist2.model that return UserModelModifier and TypeMethodDescriptionWishlist2Model.getUser()Generated method - Getter of theWishlist2.userattribute defined at extensionwishlist.Methods in de.hybris.platform.wishlist2.model with parameters of type UserModel -
Uses of UserModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type UserModelModifier and TypeMethodDescriptionWorkflowService.createAdhocWorkflow(String workflowName, List<ItemModel> itemsToAdd, UserModel owner) Creates adhoc workflow with a name and adds an attachment to it.WorkflowService.createWorkflow(WorkflowTemplateModel template, ItemModel attachment, UserModel owner) Creates workflow based on a template and adds an attachment to it.WorkflowService.createWorkflow(WorkflowTemplateModel template, UserModel owner) Creates workflow based on a template.WorkflowService.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) Creates workflow based on a template and adds an attachment to it.WorkflowTemplateService.getAllVisibleWorkflowTemplatesForUser(UserModel user) WorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template, UserModel user) Returns workflows that was created from giventemplatewhom owner is givenuser. -
Uses of UserModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos with parameters of type UserModelModifier and TypeMethodDescriptionWorkflowDao.findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template) WorkflowTemplateDao.findWorkflowTemplatesByUser(UserModel user) -
Uses of UserModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultWorkflowDao.findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template) DefaultWorkflowTemplateDao.findWorkflowTemplatesByUser(UserModel user) -
Uses of UserModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultWorkflowService.createAdhocWorkflow(String defaultName, List<ItemModel> itemsToAdd, UserModel owner) DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template, ItemModel attachmentItem, UserModel owner) DefaultWorkflowService.createWorkflow(WorkflowTemplateModel template, UserModel owner) DefaultWorkflowService.createWorkflow(String workflowName, WorkflowTemplateModel template, List<ItemModel> itemsToAdd, UserModel owner) DefaultWorkflowTemplateService.getAllVisibleWorkflowTemplatesForUser(UserModel user) DefaultWorkflowService.getWorkflowsForTemplateAndUser(WorkflowTemplateModel template, UserModel user) -
Uses of UserModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return UserModelModifier and TypeMethodDescriptionprotected UserModelWorkflowCompatibleTest.createUser(String userName) protected UserModelWorkflowTest.createUser(String userName) Creates a user instance using given uid.Methods in de.hybris.platform.workflow.integration with parameters of type UserModelModifier and TypeMethodDescriptionprotected AutomatedWorkflowActionTemplateModelWorkflowTest.createAutomatedWorkflowActionTemplateModel(UserModel user, String code, WorkflowActionType actionType, WorkflowTemplateModel workflow, Class jobClass) Creates new automated action template.protected WorkflowActionTemplateModelWorkflowCompatibleTest.createWorkflowActionTemplate(UserModel user, String code, WorkflowTemplateModel workflow) Creates new action template.protected WorkflowActionTemplateModelWorkflowTest.createWorkflowActionTemplateModel(UserModel user, String code, WorkflowActionType actionType, WorkflowTemplateModel workflow) Creates new action template.protected WorkflowTemplateModelWorkflowAutomatedTest.createWorkflowTemplate(UserModel user) Creates a workflow template with given user assigned.protected WorkflowTemplateModelWorkflowCompatibleTest.createWorkflowTemplate(UserModel user) Creates a workflow template with given user assigned.protected WorkflowTemplateModelWorkflowCompatibleTest.createWorkflowTemplate(UserModel owner, String code, String desc) Creates new workflow template using given user, code, and description.protected WorkflowTemplateModelWorkflowIterationTest.createWorkflowTemplate(UserModel user) Creates a workflow template with given user assigned.protected WorkflowTemplateModelWorkflowTest.createWorkflowTemplate(UserModel user) Creates a workflow template with given user assigned.protected WorkflowTemplateModelWorkflowTest.createWorkflowTemplate(UserModel owner, String code, String desc) Creates new workflow template using given user, code, and description.protected WorkflowTemplateModelWorkflowTest.createWorkflowTemplate(UserModel owner, String code, String desc, String activationScript) Creates new workflow template using given user, code, description and activation script. -
Uses of UserModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return UserModelModifier and TypeMethodDescriptionAbstractWorkflowActionModel.getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.WorkflowModel.getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.WorkflowTemplateModel.getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.WorkflowActionCommentModel.getUser()Generated method - Getter of theWorkflowActionComment.userattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type UserModelModifier and TypeMethodDescriptionvoidGenerated method - Setter ofWorkflowActionComment.userattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type UserModelModifierConstructorDescriptionAbstractWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, 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, 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, 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 parametersWorkflowModel(WorkflowTemplateModel _job, UserModel _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 parametersWorkflowTemplateModel(String _code, Integer _nodeID, UserModel _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 UserModel in de.hybris.platform.yacceleratorcore.suggestion
Methods in de.hybris.platform.yacceleratorcore.suggestion with parameters of type UserModelModifier and TypeMethodDescriptionSimpleSuggestionService.getReferencesForProducts(List<ProductModel> products, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) Returns a list of referenced products for a list of productsSimpleSuggestionService.getReferencesForPurchasedInCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, Integer limit) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.SimpleSuggestionService.getReferencesForPurchasedInCategory(CategoryModel category, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) Returns a list of referenced products for a product purchased in a category identified by categoryCode. -
Uses of UserModel in de.hybris.platform.yacceleratorcore.suggestion.dao
Methods in de.hybris.platform.yacceleratorcore.suggestion.dao with parameters of type UserModelModifier and TypeMethodDescriptionSimpleSuggestionDao.findProductsRelatedToProducts(List<ProductModel> products, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) Returns a list of referenced products for a list of products.SimpleSuggestionDao.findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, Integer limit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.5.SimpleSuggestionDao.findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) Returns a list of referenced products for a product purchased in a category identified by categoryCode. -
Uses of UserModel in de.hybris.platform.yacceleratorcore.suggestion.dao.impl
Methods in de.hybris.platform.yacceleratorcore.suggestion.dao.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSimpleSuggestionDao.findProductsRelatedToProducts(List<ProductModel> products, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) DefaultSimpleSuggestionDao.findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, Integer limit) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.DefaultSimpleSuggestionDao.findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) -
Uses of UserModel in de.hybris.platform.yacceleratorcore.suggestion.impl
Methods in de.hybris.platform.yacceleratorcore.suggestion.impl with parameters of type UserModelModifier and TypeMethodDescriptionDefaultSimpleSuggestionService.getReferencesForProducts(List<ProductModel> products, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) DefaultSimpleSuggestionService.getReferencesForPurchasedInCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, Integer limit) Deprecated, for removal: This API element is subject to removal in a future version.Since 5.0.DefaultSimpleSuggestionService.getReferencesForPurchasedInCategory(CategoryModel category, List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, Integer limit) -
Uses of UserModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return types with arguments of type UserModelModifier and TypeMethodDescriptionprotected Converter<UserModel,CustomerData> CustomerEmailContext.getCustomerConverter()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type UserModelModifier and TypeMethodDescriptionvoidCustomerEmailContext.setCustomerConverter(Converter<UserModel, CustomerData> customerConverter) -
Uses of UserModel in de.hybris.platform.yacceleratorstorefront.interceptors.beforecontroller
Methods in de.hybris.platform.yacceleratorstorefront.interceptors.beforecontroller with parameters of type UserModelModifier and TypeMethodDescriptionprotected booleanSecurityUserCheckBeforeControllerHandler.isUserDeactivated(UserModel userModel) -
Uses of UserModel in de.hybris.platform.ycommercewebservices.v2.filter
Methods in de.hybris.platform.ycommercewebservices.v2.filter that return types with arguments of type UserModelModifier and TypeMethodDescriptionUserMatchingFilter.getUserForValidProperty(String principal, String propertyValue) Methods in de.hybris.platform.ycommercewebservices.v2.filter with parameters of type UserModelModifier and TypeMethodDescriptionprotected voidUserMatchingFilter.setCurrentUser(UserModel user) -
Uses of UserModel in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return types with arguments of type UserModelModifier and TypeMethodDescriptionDefaultSampleFacades.getUserConverter()DefaultSampleFacades.getUserReversePopulator()Method parameters in ywebservicespackage.facades.impl with type arguments of type UserModelModifier and TypeMethodDescriptionvoidDefaultSampleFacades.setUserConverter(Converter<UserModel, UserData> userConverter) voidDefaultSampleFacades.setUserReversePopulator(Populator<UserData, UserModel> userReversePopulator) -
Uses of UserModel in ywebservicespackage.populators
Methods in ywebservicespackage.populators with parameters of type UserModel -
Uses of UserModel in ywebservicespackage.services
Methods in ywebservicespackage.services that return UserModelMethods in ywebservicespackage.services that return types with arguments of type UserModelMethods in ywebservicespackage.services with parameters of type UserModelModifier and TypeMethodDescriptionvoidSampleUserServices.updateUser(String id, UserModel userModel) -
Uses of UserModel in ywebservicespackage.services.impl
Methods in ywebservicespackage.services.impl that return UserModelMethods in ywebservicespackage.services.impl that return types with arguments of type UserModelMethods in ywebservicespackage.services.impl with parameters of type UserModelModifier and TypeMethodDescriptionvoidSampleUserServicesImpl.updateUser(String id, UserModel user)