Uses of Class
de.hybris.platform.core.model.user.UserModel
-
-
Uses of UserModel in com.hybris.backoffice.cockpitng.user
Methods in com.hybris.backoffice.cockpitng.user with parameters of type UserModel Modifier and Type Method Description protected booleanBackofficeCockpitUserService. isVerifiedAnonymousUser(UserModel user) -
Uses of UserModel in com.hybris.backoffice.cronjob
Methods in com.hybris.backoffice.cronjob that return UserModel Modifier and Type Method Description protected UserModelDefaultCronJobHistoryFacade. getCurrentUser() -
Uses of UserModel in com.hybris.backoffice.widgets.workflowactionadapter
Methods in com.hybris.backoffice.widgets.workflowactionadapter that return UserModel Modifier and Type Method Description protected UserModelWorkflowActionAdapterController. getCurrentUser() -
Uses of UserModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type UserModel Modifier and Type Method Description WorkflowModelCoreWorkflowFacade. createWorkflow(java.lang.String name, WorkflowTemplateModel template, java.util.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 UserModel Modifier and Type Method Description WorkflowModelDefaultCoreWorkflowFacade. createWorkflow(java.lang.String name, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner) -
Uses of UserModel in com.hybris.samlssobackoffice
Methods in com.hybris.samlssobackoffice with parameters of type UserModel Modifier and Type Method Description protected voidBackofficeSSOService. adjustUserAttributes(UserModel user, DefaultSSOService.SSOUserMapping mapping) -
Uses of UserModel in com.hybris.ymkt.personalization.segment
Methods in com.hybris.ymkt.personalization.segment with parameters of type UserModel Modifier and Type Method Description java.util.List<SegmentMappingData>InitiativeUserSegmentsProvider. getUserSegments(UserModel user)java.util.List<SegmentMappingData>TargetGroupSegmentsProvider. getUserSegments(UserModel user) -
Uses of UserModel in com.hybris.yprofile.consent.services
Methods in com.hybris.yprofile.consent.services with parameters of type UserModel Modifier and Type Method Description voidConsentService. deleteConsentReferenceInConsentServiceAndInUserModel(UserModel userModel, java.lang.String baseSiteId)Deletes the consent reference when the user revokes the consent for profile or user closes the accountvoidDefaultConsentService. deleteConsentReferenceInConsentServiceAndInUserModel(UserModel userModel, java.lang.String baseSiteId)protected static java.lang.StringDefaultConsentService. getDebugFlagValue(UserModel userModel)protected voidDefaultConsentService. resetConsentReferenceForUser(UserModel user) -
Uses of UserModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type UserModel Modifier and Type Method Description Converter<UserModel,Consumer>OrderEventPopulator. getProfileConsumerConverter()Converter<UserModel,Consumer>UserEventPopulator. getProfileConsumerConverter()Converter<UserModel,java.util.List<Consumer>>UserEventPopulator. getProfileIdentitiesConverter()Methods in com.hybris.yprofile.populators with parameters of type UserModel Modifier and Type Method Description protected java.util.List<Address>UserEventPopulator. getConvertedAddresses(UserModel userModel)protected java.lang.StringIdentitiesPopulator. getIdentityRef(UserModel userModel)protected UserBodyUserEventPopulator. getUserBody(UserModel userModel)protected UserMasterDataUserEventPopulator. getUserMasterData(UserModel userModel)protected booleanConsumerPopulator. isGuestUser(UserModel userModel)voidConsumerPopulator. populate(UserModel userModel, Consumer consumer)voidIdentitiesPopulator. populate(UserModel userModel, java.util.List<Consumer> identities)voidUserEventPopulator. populate(UserModel userModel, User user)Method parameters in com.hybris.yprofile.populators with type arguments of type UserModel Modifier and Type Method Description voidOrderEventPopulator. setProfileConsumerConverter(Converter<UserModel,Consumer> profileConsumerConverter)voidUserEventPopulator. setProfileConsumerConverter(Converter<UserModel,Consumer> profileConsumerConverter)voidUserEventPopulator. setProfileIdentitiesConverter(Converter<UserModel,java.util.List<Consumer>> profileIdentitiesConverter) -
Uses of UserModel in com.hybris.yprofile.services
Methods in com.hybris.yprofile.services with parameters of type UserModel Modifier and Type Method Description voidProfileTransactionService. sendAddressDeletedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends address deleted event to Profile.voidProfileTransactionService. sendAddressSavedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends address saved event to Profile.voidProfileTransactionService. sendLoginEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName)Sends user login event to Profile.voidProfileTransactionService. sendPersonalDetailsChangedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends personal details updated event to Profile.voidProfileTransactionService. sendUserRegistrationEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.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 UserModel Modifier and Type Method Description Converter<UserModel,User>DefaultProfileTransactionService. getProfileUserEventConverter()Methods in com.hybris.yprofile.services.impl with parameters of type UserModel Modifier and Type Method Description protected static java.lang.StringDefaultProfileTransactionService. getDebugFlagValue(UserModel userModel)voidDefaultProfileTransactionService. sendAddressDeletedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends address deleted event to Profile.voidDefaultProfileTransactionService. sendAddressSavedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends address saved event to Profile.voidDefaultProfileTransactionService. sendLoginEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName)Send user login event to yprofile.voidDefaultProfileTransactionService. sendPersonalDetailsChangedEvent(UserModel userModel, java.lang.String baseSiteId, java.lang.String consentReferenceId)Sends personal details updated event to Profile.protected voidDefaultProfileTransactionService. sendUserEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName, java.lang.String eventType)voidDefaultProfileTransactionService. sendUserRegistrationEvent(UserModel userModel, java.lang.String consentReferenceId, java.lang.String sessionId, java.lang.String storeName)Send user registration event to yprofile.Method parameters in com.hybris.yprofile.services.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultProfileTransactionService. setProfileUserEventConverter(Converter<UserModel,User> profileUserEventConverter) -
Uses of UserModel in com.sap.hybris.cec.sso.controller
Methods in com.sap.hybris.cec.sso.controller with parameters of type UserModel Modifier and Type Method Description voidJWTRedirectController. storeTokenFromJWT(javax.servlet.http.HttpServletResponse response, UserModel user) -
Uses of UserModel in com.sap.hybris.returnsexchangeb2b.outbound.impl
Methods in com.sap.hybris.returnsexchangeb2b.outbound.impl that return types with arguments of type UserModel Modifier and Type Method Description B2BUnitService<B2BUnitModel,UserModel>DefaultB2BReturnOrderPartnerContributor. getB2bUnitService()Method parameters in com.sap.hybris.returnsexchangeb2b.outbound.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultB2BReturnOrderPartnerContributor. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService) -
Uses of UserModel in com.sap.hybris.sapquoteintegration.events
Constructors in com.sap.hybris.sapquoteintegration.events with parameters of type UserModel Constructor Description SapCpiQuoteBuyerSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType)Default ConstructorSapCpiQuoteCancelEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType) -
Uses of UserModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultSapCpiQuoteService. cancelQuote(QuoteModel quoteModel, UserModel userModel)java.util.Set<QuoteAction>DefaultSapCpiQuoteService. getAllowedActions(QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultSapCpiQuoteService. submitQuote(QuoteModel quoteModel, UserModel userModel) -
Uses of UserModel in com.sap.hybris.sec.eventpublisher.websocket.filter
Methods in com.sap.hybris.sec.eventpublisher.websocket.filter with parameters of type UserModel Modifier and Type Method Description protected booleanWebSocketSecureFilter. isValidAgent(javax.servlet.ServletResponse response, CookieBasedLoginToken token, UserModel agent) -
Uses of UserModel in com.sap.hybris.sec.saml.sso.user
Methods in com.sap.hybris.sec.saml.sso.user that return UserModel Modifier and Type Method Description UserModelDefaultSECSSOService. getOrCreateSSOUser(java.lang.String id, java.lang.String name, java.util.Collection<java.lang.String> roles) -
Uses of UserModel in com.sap.hybris.sec.sso.controller
Methods in com.sap.hybris.sec.sso.controller with parameters of type UserModel Modifier and Type Method Description voidJWTRedirectController. storeTokenFromJWT(javax.servlet.http.HttpServletResponse response, UserModel user) -
Uses of UserModel in de.hybris.platform.acceleratorcms.context.impl
Methods in de.hybris.platform.acceleratorcms.context.impl with parameters of type UserModel Modifier and Type Method Description protected voidDefaultContextInformationLoader. loadFakeUser(UserModel fakeUser) -
Uses of UserModel in de.hybris.platform.acceleratorcms.data
Methods in de.hybris.platform.acceleratorcms.data that return UserModel Modifier and Type Method Description UserModelCmsPageRequestContextData. getUser()Methods in de.hybris.platform.acceleratorcms.data with parameters of type UserModel Modifier and Type Method Description voidCmsPageRequestContextData. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.acceleratorservices.dataexport.generic.event
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.event that return UserModel Modifier and Type Method Description UserModelExportDataEvent. getUser()Methods in de.hybris.platform.acceleratorservices.dataexport.generic.event with parameters of type UserModel Modifier and Type Method Description voidExportDataEvent. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.acceleratorservices.model.export
Methods in de.hybris.platform.acceleratorservices.model.export that return UserModel Modifier and Type Method Description UserModelExportDataCronJobModel. getUser()Generated method - Getter of theExportDataCronJob.userattribute defined at extensionacceleratorservices.Methods in de.hybris.platform.acceleratorservices.model.export with parameters of type UserModel Modifier and Type Method Description voidExportDataCronJobModel. setUser(UserModel value)Generated method - Setter ofExportDataCronJob.userattribute defined at extensionacceleratorservices. -
Uses of UserModel in de.hybris.platform.accountsummaryaddon
Methods in de.hybris.platform.accountsummaryaddon with parameters of type UserModel Modifier and Type Method Description voidB2BIntegrationTest. login(UserModel user) -
Uses of UserModel in de.hybris.platform.accountsummaryaddon.controllers
Methods in de.hybris.platform.accountsummaryaddon.controllers with parameters of type UserModel Modifier and Type Method Description protected voidAccountSummaryAccountStatusComponentController. fillEmailBuffer(java.lang.StringBuilder emailBuffer, UserModel accountManager) -
Uses of UserModel in de.hybris.platform.accountsummaryaddon.populators
Methods in de.hybris.platform.accountsummaryaddon.populators with parameters of type UserModel Modifier and Type Method Description protected voidAccountSummaryInfoPopulator. populateEmail(java.lang.StringBuilder emailStringBuilder, UserModel accountManager) -
Uses of UserModel in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that return UserModel Modifier and Type Method Description protected UserModelDefaultAssistedServiceFacade. attachCartToSession(java.lang.String cartId, UserModel customer)Methods in de.hybris.platform.assistedservicefacades.impl that return types with arguments of type UserModel Modifier and Type Method Description protected Converter<UserModel,CustomerData>DefaultAssistedServiceFacade. getCustomerConverter()Methods in de.hybris.platform.assistedservicefacades.impl with parameters of type UserModel Modifier and Type Method Description protected UserModelDefaultAssistedServiceFacade. attachCartToSession(java.lang.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 java.lang.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 java.lang.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 UserModel Modifier and Type Method Description voidDefaultAssistedServiceFacade. setCustomerConverter(Converter<UserModel,CustomerData> customerConverter) -
Uses of UserModel in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices that return UserModel Modifier and Type Method Description UserModelAssistedServiceService. getCustomer(java.lang.String customerId)returns customerMethods in de.hybris.platform.assistedserviceservices with parameters of type UserModel Modifier and Type Method Description OrderModelAssistedServiceService. gerOrderByCode(java.lang.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)insteadPointOfServiceModelAssistedServiceService. getAssistedServiceAgentStore(UserModel agent)Returns the PointOfServiceModel for the given as agent.CartModelAssistedServiceService. getCartByCode(java.lang.String cartCode, UserModel customer)search cart by code and customerCartModelAssistedServiceService. getLatestModifiedCart(UserModel customer)search for a cart with most resent CartModel::getModifiedtimeOrderModelAssistedServiceService. getOrderByCode(java.lang.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 UserModel Modifier and Type Method Description UserModelDefaultCommerceCustomerSupportService. getAgent()UserModelDefaultAssistedServiceService. getCustomer(java.lang.String customerId)UserModelDefaultCommerceCustomerSupportService. getEmulatedCustomer()Methods in de.hybris.platform.assistedserviceservices.impl with parameters of type UserModel Modifier and Type Method Description OrderModelDefaultAssistedServiceService. gerOrderByCode(java.lang.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)insteadPointOfServiceModelDefaultAssistedServiceService. getAssistedServiceAgentStore(UserModel agent)CartModelDefaultAssistedServiceService. getCartByCode(java.lang.String cartCode, UserModel customer)CartModelDefaultAssistedServiceService. getLatestModifiedCart(UserModel customer)OrderModelDefaultAssistedServiceService. getOrderByCode(java.lang.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 UserModel Modifier and Type Method Description UserModelAssistedServiceQuoteUserIdentificationStrategy. getCurrentQuoteUser()Methods in de.hybris.platform.assistedserviceservices.strategy with parameters of type UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description UserModelAssistedServiceSession. getAgent()UserModelAssistedServiceSession. getEmulatedCustomer()Methods in de.hybris.platform.assistedserviceservices.utils with parameters of type UserModel Modifier and Type Method Description voidAssistedServiceSession. setAgent(UserModel agent)voidAssistedServiceSession. 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 Modifier and Type Method Description protected booleanAssistedServiceComponentController. isASAgent(UserModel currentUser) -
Uses of UserModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider with parameters of type UserModel Modifier and Type Method Description protected CsTicketModelHeadingDataProvider. getLatestUpdatedOpenTicketForCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.assistedservicestorefront.restrictions
Methods in de.hybris.platform.assistedservicestorefront.restrictions with parameters of type UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description protected java.lang.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 UserModel Modifier and Type Field Description protected UserModelAbstractAuditTest. user1Methods in de.hybris.platform.audit that return UserModel Modifier and Type Method Description UserModelAuditTestHelper. prepareTestDataForIntegrationTest() -
Uses of UserModel in de.hybris.platform.audit.provider.internal.resolver.impl
Methods in de.hybris.platform.audit.provider.internal.resolver.impl that return UserModel Modifier and Type Method Description protected UserModelManyToManyReferencesResolverTest. createUser(java.lang.String userUid, java.lang.String userName) -
Uses of UserModel in de.hybris.platform.audit.view.impl
Fields in de.hybris.platform.audit.view.impl declared as UserModel Modifier and Type Field Description protected UserModelDefaultAuditViewReportStateTest. userData -
Uses of UserModel in de.hybris.platform.b2b
Methods in de.hybris.platform.b2b with parameters of type UserModel Modifier and Type Method Description OrderModelB2BIntegrationTest. createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product)voidB2BIntegrationTest. login(UserModel user) -
Uses of UserModel in de.hybris.platform.b2b.dao
Methods in de.hybris.platform.b2b.dao with parameters of type UserModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findActionByUserAndStatus(WorkflowActionStatus status, UserModel user)Deprecated.Since 4.4.java.util.List<OrderModel>B2BOrderDao. findApprovedOrders(UserModel user)Find the orders with a status ofOrderStatus.APPROVEDfor a user.java.util.List<OrderModel>B2BOrderDao. findApprovedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<CartToOrderCronJobModel>B2BOrderDao. findCartToOrderCronJobs(UserModel user)Deprecated.Since 6.0.java.util.List<CartToOrderCronJobModel>CartToOrderCronJobModelDao. findCartToOrderCronJobs(UserModel user)Finds CartToOrderCronJob for a given user.java.util.List<C>B2BCommentDao. findCommentsByUser(UserModel user, T order)Find all comments owned by user and associated to an orderjava.util.List<OrderModel>B2BOrderDao. findOrdersApprovedByDateRange(UserModel user, java.util.Date startDate, java.util.Date endDate)Find orders with aOrderStatus.APPROVEDstatus within a date range for a user.java.util.List<OrderModel>B2BOrderDao. findOrdersApprovedForDateRange(UserModel user, java.util.Date startDate, java.util.Date endDate)Deprecated.Since 4.4.java.util.List<OrderModel>B2BOrderDao. findOrdersByStatus(UserModel user, OrderStatus status)Find orders having a particularOrderStatusvalue for a user.java.util.List<OrderModel>B2BOrderDao. findOrdersByStatus(UserModel user, java.util.List<OrderStatus> status)Find order by given status for a user.java.util.List<OrderModel>B2BOrderDao. findPendingApprovalOrders(UserModel user)Find the orders with a status ofOrderStatus.PENDING_APPROVALfor a user.java.util.List<OrderModel>B2BOrderDao. findPendingApprovalOrdersFromMerchant(UserModel user)Find the orders with a status ofOrderStatus.PENDING_APPROVAL_FROM_MERCHANTfor a user.java.util.List<OrderModel>B2BOrderDao. findPendingQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<OrderModel>B2BOrderDao. findRejectedByMerchantOrders(UserModel user)Find the orders with a status ofOrderStatus.REJECTED_BY_MERCHANTfor a user.java.util.List<OrderModel>B2BOrderDao. findRejectedOrders(UserModel user)Find the rejected orders with the status ofOrderStatus.REJECTEDfor auser.java.util.List<OrderModel>B2BOrderDao. findRejectedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findWorkflowActionsByUser(UserModel user)Find all the workflow actions for given userjava.util.Collection<WorkflowActionModel>B2BWorflowActionDao. findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, java.lang.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 UserModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findActionByUserAndStatus(WorkflowActionStatus status, UserModel user)Deprecated.Since 4.4.java.util.List<OrderModel>DefaultB2BOrderDao. findApprovedOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderDao. findApprovedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<CartToOrderCronJobModel>DefaultB2BOrderDao. findCartToOrderCronJobs(UserModel user)Deprecated.Since 6.0.java.util.List<CartToOrderCronJobModel>DefaultCartToOrderCronJobModelDao. findCartToOrderCronJobs(UserModel user)java.util.List<B2BCommentModel>DefaultB2BCommentDao. findCommentsByUser(UserModel user, AbstractOrderModel order)java.util.List<OrderModel>DefaultB2BOrderDao. findOrdersApprovedByDateRange(UserModel user, java.util.Date startDate, java.util.Date endDate)java.util.List<OrderModel>DefaultB2BOrderDao. findOrdersApprovedForDateRange(UserModel user, java.util.Date startDate, java.util.Date endDate)Deprecated.Since 4.4.java.util.List<OrderModel>DefaultB2BOrderDao. findOrdersByStatus(UserModel user, OrderStatus status)java.util.List<OrderModel>DefaultB2BOrderDao. findOrdersByStatus(UserModel user, java.util.List<OrderStatus> status)java.util.List<OrderModel>DefaultB2BOrderDao. findPendingApprovalOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderDao. findPendingApprovalOrdersFromMerchant(UserModel user)java.util.List<OrderModel>DefaultB2BOrderDao. findPendingQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<OrderModel>DefaultB2BOrderDao. findRejectedByMerchantOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderDao. findRejectedOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderDao. findRejectedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findWorkflowActionsByUser(UserModel user)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowActionDao. findWorkflowActionsByUserActionCodeAndStatus(WorkflowActionStatus status, java.lang.String qualifier, UserModel user) -
Uses of UserModel in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners with parameters of type UserModel Modifier and Type Method Description protected voidAfterSessionUserChangeListener. resetCurrency(UserModel user)Deprecated.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.model Modifier and Type Class Description classB2BCustomerModelGenerated model class for type B2BCustomer first defined at extension b2bcommerce.Methods in de.hybris.platform.b2b.model that return UserModel Modifier and Type Method Description UserModelB2BCommentModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionb2bcommerce.Constructors in de.hybris.platform.b2b.model with parameters of type UserModel Constructor Description B2BCommentModel(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 UserModel Modifier and Type Method Description protected voidPerformMerchantCheck. sendAlert(OrderModel order, java.util.List<UserModel> salesReps, java.lang.String description) -
Uses of UserModel in de.hybris.platform.b2b.services
Classes in de.hybris.platform.b2b.services with type parameters of type UserModel Modifier and Type Interface Description interfaceB2BBudgetService<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 UserModel Modifier and Type Method Description <T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getApprovedOrders(T user)Gets the orders with a status ofOrderStatus.APPROVEDfor a user.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getApprovedQuoteOrders(T user)Deprecated.Since 6.3.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getErroredOrders(T user)Gets orders for a user with statusOrderStatus.B2B_PROCESSING_ERROR<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getPendingApprovalOrders(T user)Gets the orders which are inOrderStatus.PENDING_APPROVAL<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getPendingApprovalOrdersFromMerchant(T user)Gets the orders which are inOrderStatus.PENDING_APPROVAL_FROM_MERCHANT<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getPendingQuoteOrders(T user)Deprecated.Since 6.3.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getRejectedByMerchantOrders(T user)Deprecated.Since 4.4.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getRejectedForMerchantOrders(T user)Gets the orders with a status ofOrderStatus.REJECTED_BY_MERCHANTfor a user.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getRejectedOrders(T user)Gets the orders with a status ofOrderStatus.REJECTEDfor a user.<T extends UserModel>
java.util.List<OrderModel>B2BOrderService. getRejectedQuoteOrders(T user)Deprecated.Since 6.3.<T extends UserModel>
java.util.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 UserModel Modifier and Type Method Description java.util.List<UserModel>B2BApproverService. getAccountManagerApprovers(PrincipalModel principal)Gets the list of account manager approvers.Methods in de.hybris.platform.b2b.services with parameters of type UserModel Modifier and Type Method Description java.util.Set<CurrencyModel>B2BCostCenterService. findAvailableCurrencies(UserModel user)Deprecated.As of hybris 4.4, replaced byB2BCostCenterService.getAvailableCurrencies(UserModel)java.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. findByActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Deprecated.As of hybris 4.4, replaced byB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel)java.util.Set<CurrencyModel>B2BCostCenterService. getAvailableCurrencies(UserModel user)Get available currencies based on a userjava.util.List<B2BCommentModel>B2BCommentService. getB2BCommentsForUser(T model, UserModel user)Retrives a list ofB2BCommentassociated to the order owned by a particular userjava.util.Collection<WorkflowActionModel>B2BWorkflowIntegrationService. getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)java.util.Collection<WorkflowActionModel>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 UserModel Modifier and Type Method Description WorkflowTemplateModelB2BWorkflowIntegrationService. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description, WorkflowTemplateType templateType)This will create a WorkflowTemplateModel if one does not existjava.lang.StringB2BWorkflowIntegrationService. generateWorkflowTemplateCode(java.lang.String prefix, java.util.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 UserModel Modifier and Type Method Description java.util.List<UserModel>DefaultB2BApproverService. getAccountManagerApprovers(PrincipalModel principal)Methods in de.hybris.platform.b2b.services.impl with parameters of type UserModel Modifier and Type Method Description java.util.Set<CurrencyModel>DefaultB2BCostCenterService. findAvailableCurrencies(UserModel user)Deprecated.Since 4.4.java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. findByActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Deprecated.As of hybris 4.4, replaced byDefaultB2BWorkflowIntegrationService.getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus, String, UserModel)java.util.List<OrderModel>DefaultB2BOrderService. getApprovedOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getApprovedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.Set<CurrencyModel>DefaultB2BCostCenterService. getAvailableCurrencies(UserModel user)java.util.List<B2BCommentModel>DefaultB2BCommentService. getB2BCommentsForUser(AbstractOrderModel model, UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getErroredOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getPendingApprovalOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getPendingApprovalOrdersFromMerchant(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getPendingQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<OrderModel>DefaultB2BOrderService. getRejectedByMerchantOrders(UserModel user)Deprecated.Since 4.4.java.util.List<OrderModel>DefaultB2BOrderService. getRejectedForMerchantOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getRejectedOrders(UserModel user)java.util.List<OrderModel>DefaultB2BOrderService. getRejectedQuoteOrders(UserModel user)Deprecated.Since 6.3.java.util.List<CartToOrderCronJobModel>DefaultB2BOrderService. getScheduledOrders(UserModel user)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. getWorkflowActionsForActionStatusAndUser(WorkflowActionStatus status, java.lang.String qualifier, UserModel user)Gets all WorkflowActions by user, workflowActionStatus (eg IN_PROGRESS) and qualifier (eg APPROVAL)java.util.Collection<WorkflowActionModel>DefaultB2BWorkflowIntegrationService. getWorkflowActionsForUser(UserModel user)voidB2BUnitServiceProxy. updateBranchInSession(Session session, UserModel currentUser)Deprecated.voidDefaultB2BUnitService. updateBranchInSession(Session session, UserModel currentUser)Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type UserModel Modifier and Type Method Description WorkflowTemplateModelDefaultB2BWorkflowIntegrationService. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description, WorkflowTemplateType templateType)java.lang.StringDefaultB2BWorkflowIntegrationService. generateWorkflowTemplateCode(java.lang.String prefix, java.util.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 UserModel Modifier and Type Method Description WorkflowTemplateModelWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.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 UserModel Modifier and Type Method Description protected AutomatedWorkflowActionTemplateModelAbstractWorkflowTemplateStrategy. createAutomatedWorkflowActionTemplate(java.lang.String code, java.lang.String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel, java.lang.Class<? extends AutomatedWorkflowTemplateJob> jobClass, java.lang.String jobHandlerBeanId)Creates an automated workflow cronjob by either joblass or springBean idprotected WorkflowTemplateModelAbstractWorkflowTemplateStrategy. createBlankWorkflowTemplate(java.lang.String code, java.lang.String description, UserModel user)protected WorkflowActionTemplateModelAbstractWorkflowTemplateStrategy. createWorkflowActionTemplateModel(java.lang.String code, java.lang.String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel)Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type UserModel Modifier and Type Method Description abstract WorkflowTemplateModelAbstractWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description)WorkflowTemplateModelCreditAlertWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description)WorkflowTemplateModelMerchantCheckWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description)WorkflowTemplateModelOrderApprovalWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description)WorkflowTemplateModelSalesQuotesWorkflowTemplateStrategy. createWorkflowTemplate(java.util.List<? extends UserModel> users, java.lang.String code, java.lang.String description) -
Uses of UserModel in de.hybris.platform.b2bacceleratoraddon.security
Methods in de.hybris.platform.b2bacceleratoraddon.security with parameters of type UserModel Modifier and Type Method Description booleanB2BUserGroupProvider. 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 UserModel Modifier and Type Method Description protected booleanDefaultB2BUserGroupProvider. checkIfUserAuthorized(UserModel user)protected booleanDefaultB2BUserGroupProvider. checkIfUserAuthorizedToCheckOut(UserModel user)booleanDefaultB2BUserGroupProvider. isUserAuthorized(UserModel user)booleanDefaultB2BUserGroupProvider. isUserAuthorizedToCheckOut(UserModel user) -
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 UserModel Modifier and Type Method Description protected Converter<UserModel,CustomerData>B2BCartPopulator. getB2bCustomerConverter()protected Converter<UserModel,CustomerData>B2BOrderApprovalDashboardListPopulator. getB2bCustomerConverter()protected Converter<UserModel,CustomerData>B2BOrderPopulator. getB2bCustomerConverter()protected B2BUnitService<B2BUnitModel,UserModel>B2BCustomerReversePopulator. getB2bUnitService()Deprecated.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 UserModel Modifier and Type Method Description voidB2BCartPopulator. setB2bCustomerConverter(Converter<UserModel,CustomerData> b2bCustomerConverter)voidB2BOrderApprovalDashboardListPopulator. setB2bCustomerConverter(Converter<UserModel,CustomerData> b2bCustomerConverter)voidB2BOrderPopulator. setB2bCustomerConverter(Converter<UserModel,CustomerData> b2bCustomerConverter)voidB2BCustomerReversePopulator. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService)Deprecated.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 UserModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,UserModel>B2BCustomerPopulator. getB2bUnitService()Deprecated.Method parameters in de.hybris.platform.b2bacceleratorfacades.user.populators with type arguments of type UserModel Modifier and Type Method Description voidB2BCustomerPopulator. setB2bUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService)Deprecated. -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.company.impl
Methods in de.hybris.platform.b2bacceleratorservices.company.impl with parameters of type UserModel Modifier and Type Method Description protected voidDefaultCompanyB2BCommerceService. addMemberToUserGroup(UserGroupModel usergroup, UserModel user)Deprecated.protected voidDefaultCompanyB2BCommerceService. removedMemberFromUserGroup(UserGroupModel usergroup, UserModel user)Deprecated. -
Uses of UserModel in de.hybris.platform.b2bacceleratorservices.customer
Methods in de.hybris.platform.b2bacceleratorservices.customer with parameters of type UserModel Modifier and Type Method Description CartToOrderCronJobModelB2BCustomerAccountService. getCartToOrderCronJobForCode(java.lang.String code, UserModel user)Gets the Scheduling job by codejava.util.List<? extends CartToOrderCronJobModel>B2BCustomerAccountService. getCartToOrderCronJobsForUser(UserModel user)Gets all order replenishment cron jobs for a given user.SearchPageData<CartToOrderCronJobModel>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 UserModel Modifier and Type Method Description protected voidDefaultB2BCustomerAccountService. adjustPassword(UserModel currentUser, java.lang.String newUid, java.lang.String currentPassword)CartToOrderCronJobModelDefaultB2BCustomerAccountService. getCartToOrderCronJobForCode(java.lang.String code, UserModel user)java.util.List<? extends CartToOrderCronJobModel>DefaultB2BCustomerAccountService. getCartToOrderCronJobsForUser(UserModel user)SearchPageData<CartToOrderCronJobModel>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 UserModel Modifier and Type Method Description CartToOrderCronJobModelB2BAcceleratorCartToOrderCronJobModelDao. findCartToOrderCronJobByCode(java.lang.String code, UserModel user)Gets the Scheduling job by codejava.util.List<? extends CartToOrderCronJobModel>B2BAcceleratorCartToOrderCronJobModelDao. findCartToOrderCronJobsByUser(UserModel user)Gets all order replenishment cron jobs for a given user.SearchPageData<CartToOrderCronJobModel>B2BAcceleratorCartToOrderCronJobModelDao. findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData)Gets all order replenishment cron jobs for a given user.SearchPageData<WorkflowActionModel>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 UserModel Modifier and Type Method Description CartToOrderCronJobModelDefaultB2BAcceleratorCartToOrderCronJobModelDao. findCartToOrderCronJobByCode(java.lang.String code, UserModel user)java.util.List<CartToOrderCronJobModel>DefaultB2BAcceleratorCartToOrderCronJobModelDao. findCartToOrderCronJobsByUser(UserModel user)SearchPageData<CartToOrderCronJobModel>DefaultB2BAcceleratorCartToOrderCronJobModelDao. findPagedCartToOrderCronJobsByUser(UserModel user, PageableData pageableData)SearchPageData<WorkflowActionModel>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 UserModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,UserModel>DefaultB2BApproverFacade. getB2bUnitService()Method parameters in de.hybris.platform.b2bapprovalprocessfacades.company.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultB2BApproverFacade. 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 UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description voidB2BCustomerPopulator. 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 UserModel Modifier and Type Method Description protected B2BUnitService<B2BUnitModel,UserModel>DefaultB2BUnitFacade. getB2BUnitService()Method parameters in de.hybris.platform.b2bcommercefacades.company.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultB2BUnitFacade. setB2BUnitService(B2BUnitService<B2BUnitModel,UserModel> b2bUnitService) -
Uses of UserModel in de.hybris.platform.b2bpunchoutaddon.security
Methods in de.hybris.platform.b2bpunchoutaddon.security that return UserModel Modifier and Type Method Description UserModelPunchOutUserSelectionStrategy. select(java.lang.String userId, java.util.Collection<UserGroupModel> userGroups, PunchOutSession punchoutSession)Selects a user by the givenuserIdandpunchoutSession.Methods in de.hybris.platform.b2bpunchoutaddon.security with parameters of type UserModel Modifier and Type Method Description voidPunchOutUserAuthenticationStrategy. authenticate(UserModel user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Authenticates a user into the system. -
Uses of UserModel in de.hybris.platform.b2bpunchoutaddon.security.impl
Methods in de.hybris.platform.b2bpunchoutaddon.security.impl that return UserModel Modifier and Type Method Description protected UserModelDefaultPunchOutUserSelectionStrategy. findUser(java.lang.String userId)UserModelDefaultPunchOutUserSelectionStrategy. select(java.lang.String userId, java.util.Collection<UserGroupModel> userGroups, PunchOutSession punchoutSession)Tries to find a user with the givenuserId.Methods in de.hybris.platform.b2bpunchoutaddon.security.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultPunchOutUserAuthenticationStrategy. authenticate(UserModel user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)protected voidDefaultPunchOutUserSelectionStrategy. validateUser(UserModel user, java.util.Collection<UserGroupModel> groups)Validates that the given user is part of allgroupsand is at least one ofDefaultPunchOutUserSelectionStrategy.getAcceptedUserTypes(). -
Uses of UserModel in de.hybris.platform.basecommerce.model
Constructors in de.hybris.platform.basecommerce.model with parameters of type UserModel Constructor Description MultiAddressInMemoryCartModel(CurrencyModel _currency, java.util.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, java.util.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 UserModel Modifier and Type Method Description voidCatalogVersionSLDTest. 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 UserModel Modifier and Type Method Description java.util.Collection<CatalogVersionModel>UserAllWriteableCatalogVersionsAttributeHandler. get(UserModel model)voidUserAllWriteableCatalogVersionsAttributeHandler. set(UserModel model, java.util.Collection<CatalogVersionModel> catalogVersionModels) -
Uses of UserModel in de.hybris.platform.catalog.impl
Fields in de.hybris.platform.catalog.impl declared as UserModel Modifier and Type Field Description protected UserModelAbstractCatalogTest. user1protected UserModelAbstractCatalogTest. user2protected UserModelAbstractCatalogTest. user3Methods in de.hybris.platform.catalog.impl with parameters of type UserModel Modifier and Type Method Description booleanDefaultCatalogVersionService. 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 UserModel Modifier and Type Method Description UserModelAgreementModel. getBuyerContact()Generated method - Getter of theAgreement.buyerContactattribute defined at extensioncatalog.UserModelCompanyModel. getContact()Generated method - Getter of theCompany.contactattribute defined at extensioncatalog.UserModelPreviewTicketModel. getCreatedBy()Generated method - Getter of thePreviewTicket.createdByattribute defined at extensioncatalog.UserModelCompareCatalogVersionsCronJobModel. getPriceCompareCustomer()Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute defined at extensioncatalog.UserModelAgreementModel. getSupplierContact()Generated method - Getter of theAgreement.supplierContactattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type UserModel Modifier and Type Method Description voidAgreementModel. 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 UserModel Constructor Description PreviewTicketModel(UserModel _createdBy, CatalogVersionModel _previewCatalogVersion, java.util.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, java.util.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 UserModel Constructor Description ChinesePaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, java.lang.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(java.lang.String _code, java.lang.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 UserModel Modifier and Type Method Description protected Converter<UserModel,CustomerData>CustomerEmailContext. getCustomerConverter()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type UserModel Modifier and Type Method Description voidCustomerEmailContext. 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 Modifier and Type Method Description UserModelDefaultChineseUserDao. findUserByUID(java.lang.String loginName) -
Uses of UserModel in de.hybris.platform.cissapdigitalpayment.model
Methods in de.hybris.platform.cissapdigitalpayment.model that return UserModel Modifier and Type Method Description UserModelSapDigitPayPollCardProcessModel. getSessionUser()Generated method - Getter of theSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.Methods in de.hybris.platform.cissapdigitalpayment.model with parameters of type UserModel Modifier and Type Method Description voidSapDigitPayPollCardProcessModel. setSessionUser(UserModel value)Generated method - Setter ofSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment. -
Uses of UserModel in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type UserModel Modifier and Type Method Description protected booleanDefaultSapDigitalPaymentService. checkIfCurrentUserIsTheCartUser(UserModel currentUser, CartModel currentCart)protected booleanDefaultSapDigitalPaymentService. isAnonymousCheckout(UserModel currentUser) -
Uses of UserModel in de.hybris.platform.cms2.model
Constructors in de.hybris.platform.cms2.model with parameters of type UserModel Constructor Description CMSWorkflowCommentModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.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, java.lang.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 UserModel Modifier and Type Method Description UserModelAbstractPageModel. getLockedBy()Generated method - Getter of theAbstractPage.lockedByattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.pages with parameters of type UserModel Modifier and Type Method Description voidAbstractPageModel. 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 UserModel Modifier and Type Method Description UserModelPreviewDataModel. getUser()Generated method - Getter of thePreviewData.userattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type UserModel Modifier and Type Method Description voidPreviewDataModel. setUser(UserModel value)Generated method - Setter ofPreviewData.userattribute defined at extensioncms2. -
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 UserModel Modifier and Type Method Description java.util.Collection<UserModel>CMSUserRestrictionModel. getUsers()Generated method - Getter of theCMSUserRestriction.usersattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type UserModel Modifier and Type Method Description voidCMSUserRestrictionModel. setUsers(java.util.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 UserModel Modifier and Type Method Description java.util.Collection<UserModel>CMSPageLockingService. getComponentLockers(AbstractCMSComponentModel componentModel)Method returns users that locked given component by page or page template.java.util.Collection<UserModel>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 UserModel Modifier and Type Method Description booleanCMSPageLockingService. 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 UserModel Modifier and Type Method Description CMSUserRestrictionModelCMSAdminRestrictionService. createUserRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.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 UserModel Modifier and Type Method Description protected UserModelDefaultCMSAdminRestrictionService. getLocalUser(PreviewDataModel previewContext)Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type UserModel Modifier and Type Method Description CMSUserRestrictionModelDefaultCMSAdminRestrictionService. createUserRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.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 types with arguments of type UserModel Modifier and Type Method Description java.util.Collection<UserModel>DefaultCMSPageLockingService. getComponentLockers(AbstractCMSComponentModel componentModel)Method returns users that locked given component by page or page template.java.util.Collection<UserModel>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 UserModel Modifier and Type Method Description protected 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.cms2.systemsetup
Methods in de.hybris.platform.cms2.systemsetup that return UserModel Modifier and Type Method Description protected UserModelCMSSearchRestrictionsSetup. getSyncPrincipal()Gets the principal in charge of executing synchronization jobs.Methods in de.hybris.platform.cms2.systemsetup with parameters of type UserModel Modifier and Type Method Description protected voidCMSSearchRestrictionsSetup. createSearchRestriction(java.lang.String restrictionCode, java.lang.Class restrictedTypeClass, UserModel principal, java.lang.String query)Creates and saves a search restriction with the given data. -
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 UserModel Modifier and Type Method Description protected Converter<UserModel,UserData>DefaultUserFacade. getCmsUserModelToDataConverter()Method parameters in de.hybris.platform.cmsfacades.users.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultUserFacade. 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 Modifier and Type Method Description voidUserModelToDataPopulator. populate(UserModel userModel, UserData target) -
Uses of UserModel in de.hybris.platform.cmsfacades.users.services
Methods in de.hybris.platform.cmsfacades.users.services with parameters of type UserModel Modifier and Type Method Description java.util.Set<java.lang.String>CMSUserService. getReadableLanguagesForUser(UserModel userModel)Retrieves the languages ISO code for which the provided user can read.java.util.Set<java.lang.String>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 UserModel Modifier and Type Method Description protected java.util.Set<java.lang.String>DefaultCMSUserService. getLanguagesForUser(UserModel userModel, java.util.function.Function<UserGroupModel,java.util.Collection<LanguageModel>> languagesRetrievalFn)This method returns languages available to the provided user.java.util.Set<java.lang.String>DefaultCMSUserService. getReadableLanguagesForUser(UserModel userModel)protected java.util.Set<UserGroupModel>DefaultCMSUserService. getUserGroupsForUser(UserModel userModel)This method returns a set of user groups the provided user belongs to.java.util.Set<java.lang.String>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 UserModel Modifier and Type Method Description CatalogVersionSyncJobModelBuilderCatalogVersionSyncJobModelBuilder. 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 UserModel Modifier and Type Method Description CatalogVersionSyncJobModelCatalogVersionSyncJobModelMother. createSyncJob(java.lang.String code, CatalogVersionModel target, CatalogVersionModel source, boolean active, boolean syncPrincipalsOnly, java.util.List<PrincipalModel> syncPrincipals, UserModel sessionUser) -
Uses of UserModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit with parameters of type UserModel Modifier and Type Method Description CockpitObjectAbstractCollectionModelCockpitCollectionService. cloneCollection(CockpitObjectAbstractCollectionModel collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.java.util.List<CockpitObjectAbstractCollectionModel>CockpitCollectionService. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<CockpitObjectSpecialCollectionModel>CockpitCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<CockpitObjectSpecialCollectionModel>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 UserModel Modifier and Type Method Description booleanCommentPermissionCheckStrategy. 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 UserModel Modifier and Type Method Description booleanDefaultUserCanCreateCommentStrategy. 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 UserModel Modifier and Type Method Description protected UserModelDefaultCommentLayerComponentController. getCurentUser() -
Uses of UserModel in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type UserModel Modifier and Type Method Description QueryRendererUtils.SavedQuerySharingModeQueryRendererUtils. getSavedQuerySharingMode(UserModel user, CockpitSavedQueryModel query)Get saved query -querysharing mode foruser.booleanQueryRendererUtils. isUserExclusiveQuery(UserModel user, CockpitSavedQueryModel query)Verify whetheruserhas not shared thequery.booleanQueryRendererUtils. isUserReceivedSavedQuery(UserModel user, CockpitSavedQueryModel query)Verify whetheruserhas received thequery. -
Uses of UserModel in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization
Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization that return UserModel Modifier and Type Method Description UserModelWorkflowFacade. getCurrentUser()Methods in de.hybris.platform.cockpit.components.navigationarea.workflow.visualization with parameters of type UserModel Modifier and Type Method Description WorkflowModelWorkflowFacade. createAdhocWorkflow(java.lang.String workflowName, java.util.List emptyList, UserModel userModel)WorkflowModelWorkflowFacade. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel workflowTemplate, java.util.List emptyList, UserModel user)booleanWorkflowFacade. hasVisibleWorkflowTemplatesForUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type UserModel Modifier and Type Method Description java.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. findCollectionsByUser(UserModel user)Returns all collections that belongs to the specified user.java.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. findReadableCollectionsByUser(UserModel userModel)Gets the readable collections for user.java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Returns all special collections af the specified type that belongs to the specified type.java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. findSpecialCollectionsByUser(UserModel user)Returns all special collections af any type that belongs to the specified user.java.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. findWritableCollectionsByUser(UserModel userModel)Gets the writable collections for user.java.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. getCollectionsByUser(UserModel user)Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findCollectionsByUser(UserModel)insteadjava.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. getReadableCollectionsForUser(UserModel userModel)Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findReadableCollectionsByUser(UserModel)insteadjava.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Deprecated.java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. getSpecialCollectionsByUser(UserModel user)Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel)insteadjava.util.List<CockpitObjectCollectionModel>CockpitObjectAbstractCollectionDao. 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 UserModel Modifier and Type Method Description java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findCollectionsByUser(UserModel user)java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findReadableCollectionsByUser(UserModel userModel)java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findSpecialCollectionsByUser(UserModel user)java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findWritableCollectionsByUser(UserModel userModel)java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. getCollectionsByUser(UserModel user)Deprecated.since 6.3java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. getReadableCollectionsForUser(UserModel userModel)Deprecated.since 6.3java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Deprecated.since 6.3java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. getSpecialCollectionsByUser(UserModel user)Deprecated.since 6.3java.util.List<CockpitObjectCollectionModel>DefaultCockpitObjectAbstractCollectionDao. 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 UserModel Modifier and Type Method Description CockpitObjectAbstractCollectionModelDefaultCockpitCollectionService. cloneCollection(CockpitObjectAbstractCollectionModel collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.java.util.List<CockpitObjectAbstractCollectionModel>DefaultCockpitCollectionService. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<CockpitObjectSpecialCollectionModel>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 UserModel Modifier and Type Method Description UserModelWidgetPreferencesModel. getOwnerUser()Generated method - Getter of theWidgetPreferences.ownerUserattribute defined at extensioncockpit.UserModelCockpitFavoriteCategoryModel. getUser()Generated method - Getter of theCockpitFavoriteCategory.userattribute defined at extensioncockpit.UserModelCockpitObjectAbstractCollectionModel. getUser()Generated method - Getter of theCockpitObjectAbstractCollection.userattribute defined at extensioncockpit.UserModelCockpitSavedQueryModel. getUser()Generated method - Getter of theCockpitSavedQuery.userattribute defined at extensioncockpit.Methods in de.hybris.platform.cockpit.model with parameters of type UserModel Modifier and Type Method Description voidWidgetPreferencesModel. setOwnerUser(UserModel value)Generated method - Setter ofWidgetPreferences.ownerUserattribute defined at extensioncockpit.voidCockpitFavoriteCategoryModel. setUser(UserModel value)Generated method - Setter ofCockpitFavoriteCategory.userattribute defined at extensioncockpit.voidCockpitObjectAbstractCollectionModel. setUser(UserModel value)Generated method - Setter ofCockpitObjectAbstractCollection.userattribute defined at extensioncockpit.voidCockpitSavedQueryModel. setUser(UserModel value)Generated 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 Modifier and Type Method Description UserModelObjectCollection. getUser()Gets the user that created this collection. -
Uses of UserModel in de.hybris.platform.cockpit.model.collection.impl
Methods in de.hybris.platform.cockpit.model.collection.impl that return UserModel Modifier and Type Method Description UserModelObjectCollectionImpl. getUser()Methods in de.hybris.platform.cockpit.model.collection.impl with parameters of type UserModel Modifier and Type Method Description voidObjectCollectionImpl. setUser(UserModel user)Constructors in de.hybris.platform.cockpit.model.collection.impl with parameters of type UserModel Constructor Description ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user)Deprecated.since 6.3ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user, java.lang.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 UserModel Modifier and Type Method Description UserModelUserSessionSettings. getUser()Constructors in de.hybris.platform.cockpit.model.login with parameters of type UserModel Constructor Description UserSessionSettings(UserModel user, java.util.Locale loc, java.util.TimeZone timezone) -
Uses of UserModel in de.hybris.platform.cockpit.reports
Methods in de.hybris.platform.cockpit.reports with parameters of type UserModel Modifier and Type Method Description JasperWidgetPreferencesModelJasperMediaService. 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 UserModel Modifier and Type Method Description JasperWidgetPreferencesModelDefaultJasperMediaService. 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 UserModel Modifier and Type Method Description UserModelSystemService. getCurrentUser()get the user from the current sessionUserModelSavedValuesService. getLastModifyingUser(TypedObject item)UserModelSavedValuesServiceImpl. getLastModifyingUser(TypedObject item)UserModelSystemService. getUserByName(java.lang.String name)get the first user with a given nameUserModelSystemService. getUserByUID(java.lang.String uid)get the user with a given uuidMethods in de.hybris.platform.cockpit.services with parameters of type UserModel Modifier and Type Method Description ObjectCollectionObjectCollectionService. cloneCollection(ObjectCollection collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionObjectCollectionService. createCollection(java.lang.String qualifier, UserModel user)Deprecated.since 6.3, useModelServiceto create itemsCommentModelCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text)Creates and returns a new item comment.ReplyModelCockpitCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Creates and returns a new comment reply.ObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user, HybrisEnumValue collectionType)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user, EnumerationValue collectionType)Deprecated.since 6.3, useModelServiceto create itemsjava.util.List<ObjectCollection>ObjectCollectionService. getCollections(UserModel user)Deprecated.since 6.3, useObjectCollectionService.getCollectionsForUser(UserModel)insteadjava.util.List<ObjectCollection>ObjectCollectionService. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<CommentModel>CockpitCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.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.java.util.List<CommentModel>CockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Gets comments.QueryCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types)Get item comments query.java.util.List<ObjectCollection>ObjectCollectionService. getSpecialCollections(UserModel user)Deprecated.since 6.3, useObjectCollectionService.getSpecialCollectionsForUser(UserModel)insteadjava.util.List<ObjectCollection>ObjectCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<ObjectCollection>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 UserModel Modifier and Type Method Description booleanCommentLayerService. 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.java.util.List<CommentModel>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 UserModel Modifier and Type Method Description protected UserModelDefaultCommentLayerService. getCurentUser()Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type UserModel Modifier and Type Method Description booleanDefaultCommentLayerService. 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)java.util.List<CommentModel>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 UserModel Modifier and Type Method Description java.util.List<UIRole>UIConfigurationService. 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, java.lang.String code)Stores the configuration according to the strategy implementation<T extends UIComponentConfiguration>
voidUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate template, java.lang.String code, java.lang.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 UserModel Modifier and Type Method Description protected booleanDefaultConfigurationPersistingStrategy. checkPermissions(UserModel user)java.util.List<UIRole>DefaultUIConfigurationService. getPossibleRoles(UserModel user)voidDashboardPersistingStrategy. persistComponentConfiguration(UIComponentConfiguration configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)voidDefaultConfigurationPersistingStrategy. persistComponentConfiguration(CONFIG configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code)<T extends UIComponentConfiguration>
voidDefaultUIConfigurationService. setLocalComponentConfiguration(T configuration, UserModel user, ObjectTemplate objectTemplate, java.lang.String code, java.lang.Class<T> expectedClass) -
Uses of UserModel in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return UserModel Modifier and Type Method Description UserModelSystemServiceImpl. getCurrentUser()UserModelSystemServiceImpl. getUserByName(java.lang.String name)UserModelSystemServiceImpl. getUserByUID(java.lang.String uid)Methods in de.hybris.platform.cockpit.services.impl with parameters of type UserModel Modifier and Type Method Description booleanSystemServiceImpl. checkPermissionOn(UserModel user, java.lang.String typeCode, java.lang.String permissionCode)ObjectCollectionObjectCollectionServiceImpl. cloneCollection(ObjectCollection collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionObjectCollectionServiceImpl. createCollection(java.lang.String qualifier, UserModel user)Creates the collection for the given parameters.CommentModelDefaultCockpitCommentService. createItemComment(UserModel author, ComponentModel component, CommentTypeModel type, java.util.Collection<ItemModel> items, java.lang.String subject, java.lang.String text)ReplyModelDefaultCockpitCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user)Creates the special collection with the collection type set to null.ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user, HybrisEnumValue collectionType)Creates the special collection for the given parameters.ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user, EnumerationValue collectionType)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getCollections(UserModel user)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<CommentModel>DefaultCockpitCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCockpitCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)QueryDefaultCockpitCommentService. getItemCommentsQuery(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getSpecialCollections(UserModel user)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<ObjectCollection>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 UserModel Modifier and Type Method Description CockpitSavedQueryModelSavedQueryService. createSavedQuery(java.lang.String label, Query query, UserModel user)Creates the saved query.java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsService. getNotSharedQueries(SearchProvider provider, UserModel user)Returns collection of saved queries that only user has.java.util.Collection<CockpitSavedQueryModel>SavedQueryService. getSavedQueries(SearchProvider provider, UserModel user)Gets the saved queries for given parameters.java.util.Collection<CockpitSavedQueryModel>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 UserModel Modifier and Type Method Description java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsDao. findNotSharedQueriesByUser(UserModel userModel)java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsDao. findReadableSavedQueriesByUser(UserModel userModel)Get the readable collection of SavedQueries for user defined inuserModel.java.util.Collection<CockpitSavedQueryModel>SavedQueryDao. findSavedQueriesByUser(UserModel userModel)Find saved queries by specified user.java.util.Collection<CockpitSavedQueryModel>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 UserModel Modifier and Type Method Description java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsDaoImpl. findNotSharedQueriesByUser(UserModel userModel)java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsDaoImpl. findReadableSavedQueriesByUser(UserModel userModel)java.util.Collection<CockpitSavedQueryModel>DefaultSavedQueryDao. findSavedQueriesByUser(UserModel userModel)Find saved queries by specified user.java.util.Collection<CockpitSavedQueryModel>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 UserModel Modifier and Type Method Description CockpitSavedQueryModelDummySavedQueryUserRightsServiceImpl. createSavedQuery(java.lang.String label, Query query, UserModel user)CockpitSavedQueryModelSavedQueryServiceImpl. createSavedQuery(java.lang.String label, Query query, UserModel user)java.util.Collection<CockpitSavedQueryModel>DummySavedQueryUserRightsServiceImpl. getNotSharedQueries(SearchProvider provider, UserModel user)java.util.Collection<CockpitSavedQueryModel>DummySavedQueryUserRightsServiceImpl. getSavedQueries(SearchProvider provider, UserModel user)java.util.Collection<CockpitSavedQueryModel>SavedQueryServiceImpl. getSavedQueries(SearchProvider provider, UserModel user)java.util.Collection<CockpitSavedQueryModel>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 UserModel Modifier and Type Method Description booleanUIAccessRightService. canRead(UserModel user, java.lang.String componentCode)Returns 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.booleanUIAccessRightService. canWrite(UserModel user, java.lang.String componentCode)Returns 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 UserModel Modifier and Type Method Description booleanDefaultUIAccessRightService. canRead(UserModel user, java.lang.String componentCode)booleanDefaultUIAccessRightService. canWrite(UserModel user, CatalogVersionModel catVersion)booleanDefaultUIAccessRightService. canWrite(UserModel user, java.lang.String componentCode)protected booleanDefaultUIAccessRightService. restricts(java.util.Collection<PrincipalModel> principals, UserModel user) -
Uses of UserModel in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session that return UserModel Modifier and Type Method Description UserModelDummyUISession. getUser()UserModelUISession. getUser()Returns the current ui session user.Methods in de.hybris.platform.cockpit.session with parameters of type UserModel Modifier and Type Method Description voidUISessionListener. afterLogin(UserModel user)voidUISessionListener. beforeLogout(UserModel user)voidDummyUISession. login(UserModel user)voidUISession. login(UserModel user)Assigns specified user to this session.voidDummyUISession. setUser(UserModel currentUser)voidUISession. setUser(UserModel currentUser)Changes the current session user. -
Uses of UserModel in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return UserModel Modifier and Type Method Description UserModelUISessionImpl. getUser()Methods in de.hybris.platform.cockpit.session.impl with parameters of type UserModel Modifier and Type Method Description voidAbstractBrowserArea.MySessionListener. afterLogin(UserModel user)voidEditorArea. afterLogin(UserModel user)voidAbstractBrowserArea.MySessionListener. beforeLogout(UserModel user)voidEditorArea. beforeLogout(UserModel user)voidUISessionImpl. login(UserModel user)voidUISessionImpl. setUser(UserModel currentUser) -
Uses of UserModel in de.hybris.platform.cockpit.test
Fields in de.hybris.platform.cockpit.test declared as UserModel Modifier and Type Field Description protected 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 UserModel Modifier and Type Method Description booleanMockSystemService. checkPermissionOn(UserModel user, java.lang.String typeCode, java.lang.String permissionCode) -
Uses of UserModel in de.hybris.platform.comments.model
Methods in de.hybris.platform.comments.model that return UserModel Modifier and Type Method Description UserModelAbstractCommentModel. getAuthor()Generated method - Getter of theAbstractComment.authorattribute defined at extensioncomments.UserModelCommentUserSettingModel. getUser()Generated method - Getter of theCommentUserSetting.userattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model that return types with arguments of type UserModel Modifier and Type Method Description java.util.Collection<UserModel>CommentModel. getAssignedTo()Generated method - Getter of theComment.assignedToattribute defined at extensioncomments.Methods in de.hybris.platform.comments.model with parameters of type UserModel Modifier and Type Method Description voidAbstractCommentModel. setAuthor(UserModel value)Generated method - Initial setter ofAbstractComment.authorattribute defined at extensioncomments.voidCommentUserSettingModel. setUser(UserModel value)Generated method - Initial setter ofCommentUserSetting.userattribute defined at extensioncomments.Method parameters in de.hybris.platform.comments.model with type arguments of type UserModel Modifier and Type Method Description voidCommentModel. setAssignedTo(java.util.Collection<UserModel> value)Generated method - Setter ofComment.assignedToattribute defined at extensioncomments.Constructors in de.hybris.platform.comments.model with parameters of type UserModel Constructor Description AbstractCommentModel(UserModel _author, ItemModel _owner, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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 UserModel Modifier and Type Method Description ReplyModelCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)Creates and returns a new comment reply.SearchResult<CommentModel>CommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByUser(UserModel, Collection, int, int)SearchResult<CommentModel>CommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByItem(UserModel, Collection, ItemModel, int, int)SearchResult<CommentModel>CommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByItemAndType(UserModel, Collection, ItemModel, Collection, int, int)SearchResult<CommentModel>CommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since ages - as of release 4.3, please useCommentDao.findCommentsByType(UserModel, Collection, Collection, int, int)java.util.List<CommentModel>CommentDao. findCommentsByItem(UserModel user, java.util.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.java.util.List<CommentModel>CommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.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.java.util.List<CommentModel>CommentDao. findCommentsByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Searches for all comments of the specified types in the specified domain components whereuseris a participant.java.util.List<CommentModel>CommentDao. findCommentsByUser(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Searches for all comments in the specified domain components whereuseris a participant i.e.SearchResult<CommentUserSettingModel>CommentDao. findUserSettingByComment(UserModel user, AbstractCommentModel comment)Deprecated.since ages - as of release 4.3, please useCommentDao.findUserSettingsByComment(UserModel, AbstractCommentModel)java.util.List<CommentUserSettingModel>CommentDao. findUserSettingsByComment(UserModel user, AbstractCommentModel comment)Searches for the comments user settingjava.util.List<CommentModel>CommentService. getComments(UserModel user, DomainModel domain, int offset, int count)Returns all comments in the specified domain whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)Returns all comments in the specified domain which are of the specified types and whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Returns all comments in the specified domain components whereuseris a participant.java.util.List<CommentModel>CommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.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.java.util.List<CommentModel>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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.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.java.util.List<CommentModel>CommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.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.CommentUserSettingModelCommentService. 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 UserModel Modifier and Type Method Description ReplyModelDefaultCommentService. createReply(UserModel author, AbstractCommentModel comment, java.lang.String text)SearchResult<CommentModel>DefaultCommentDao. findAll(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since agesSearchResult<CommentModel>DefaultCommentDao. findAllByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)Deprecated.since agesprotected SearchResult<CommentModel>DefaultCommentDao. findAllInternal(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItem(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByItemAndType(UserModel user, java.util.Collection<ComponentModel> components, ItemModel item, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByType(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentDao. findCommentsByUser(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)SearchResult<CommentUserSettingModel>DefaultCommentDao. findUserSettingByComment(UserModel user, AbstractCommentModel commentItem)Deprecated.since agesjava.util.List<CommentUserSettingModel>DefaultCommentDao. findUserSettingsByComment(UserModel user, AbstractCommentModel comment)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getComments(UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, DomainModel domain, java.util.Collection<CommentTypeModel> types, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, int offset, int count)java.util.List<CommentModel>DefaultCommentService. getItemComments(ItemModel item, UserModel user, java.util.Collection<ComponentModel> components, java.util.Collection<CommentTypeModel> types, int offset, int count)CommentUserSettingModelDefaultCommentService. 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 UserModel Modifier and Type Method Description protected Converter<UserModel,PrincipalData>CommentPopulator. getPrincipalConverter()Method parameters in de.hybris.platform.commercefacades.comment.converters.populator with type arguments of type UserModel Modifier and Type Method Description voidCommentPopulator. 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 UserModel Modifier and Type Method Description protected voidDefaultCustomerFacadeIntegrationTest. setCurrentUser(UserModel user) -
Uses of UserModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return UserModel Modifier and Type Method Description protected UserModelDefaultCustomerFacade. getCurrentUser()Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type UserModel Modifier and Type Method Description protected Converter<UserModel,CustomerData>DefaultCustomerFacade. getCustomerConverter()protected Converter<UserModel,CustomerData>DefaultCustomerListFacade. getCustomerConverter()protected java.util.Map<java.lang.String,Converter<UserModel,CustomerData>>DefaultCustomerListFacade. getCustomerListImplementationStrategiesConverter()protected Populator<CustomerData,UserModel>DefaultCustomerFacade. getCustomerReversePopulator()Methods in de.hybris.platform.commercefacades.customer.impl with parameters of type UserModel Modifier and Type Method Description protected voidDefaultCustomerFacadeIntegrationTest. setCurrentUser(UserModel user)Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultCustomerFacade. setCustomerConverter(Converter<UserModel,CustomerData> customerConverter)voidDefaultCustomerListFacade. setCustomerConverter(Converter<UserModel,CustomerData> customerConverter)voidDefaultCustomerListFacade. setCustomerListImplementationStrategiesConverter(java.util.Map<java.lang.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 UserModel Modifier and Type Method Description protected UserModelDefaultCustomerGroupFacade. getUserById(java.lang.String userId) -
Uses of UserModel in de.hybris.platform.commercefacades.user
Methods in de.hybris.platform.commercefacades.user with parameters of type UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description CommerceCommentParameterBuilderCommerceCommentParameterBuilder. author(UserModel author) -
Uses of UserModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with parameters of type UserModel Modifier and Type Method Description voidCustomerAccountService. changePassword(UserModel userModel, java.lang.String oldPassword, java.lang.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 UserModel Modifier and Type Method Description protected voidDefaultCustomerAccountService. adjustPassword(UserModel currentUser, java.lang.String newUid, java.lang.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, java.lang.String oldPassword, java.lang.String newPassword) -
Uses of UserModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return UserModel Modifier and Type Method Description UserModelAbstractQuoteSubmitEvent. getUserModel()Constructors in de.hybris.platform.commerceservices.event with parameters of type UserModel Constructor Description AbstractQuoteSubmitEvent(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 UserModel Modifier and Type Method Description UserModelImpersonationContext. getUser()Methods in de.hybris.platform.commerceservices.impersonation with parameters of type UserModel Modifier and Type Method Description voidImpersonationContext. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.commerceservices.impersonation.impl
Methods in de.hybris.platform.commerceservices.impersonation.impl that return UserModel Modifier and Type Method Description protected UserModelDefaultImpersonationService. determineSessionUser(ImpersonationContext context)Methods in de.hybris.platform.commerceservices.impersonation.impl with parameters of type UserModel Modifier and Type Method Description protected java.util.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 UserModel Modifier and Type Method Description CartModelCommerceQuoteService. acceptAndPrepareCheckout(QuoteModel quoteModel, UserModel userModel)Accept and prepare checkout.voidCommerceQuoteService. applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, java.lang.Double discountRate, DiscountType discountType)Applies a quote specific discount to abstract order model given the discount rate and discount type.QuoteModelCommerceQuoteService. 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.QuoteModelCommerceQuoteService. createQuoteFromCart(CartModel cartModel, UserModel userModel)Creates a new quote based on given cart.java.util.Set<QuoteAction>CommerceQuoteService. getAllowedActions(QuoteModel quoteModel, UserModel userModel)Get currently allowed actions for a quote.CartModelCommerceCartService. getCartForCodeAndUser(java.lang.String code, UserModel user)Locate a cart for the specified guid and site and user.CartModelCommerceCartService. getCartForGuidAndSiteAndUser(java.lang.String guid, BaseSiteModel site, UserModel user)Locate a cart for the specified guid and site and user.java.util.List<CartModel>CommerceCartService. getCartsForSiteAndUser(BaseSiteModel site, UserModel user)Locate all carts for the specified site and user.QuoteModelCommerceQuoteService. getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, java.lang.String quoteCode)Finds a quote with highest version by code, customer and store.SearchPageData<QuoteModel>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.java.lang.IntegerCommerceQuoteService. getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store)Get the number of quotes for the specified user and store.java.lang.IntegerCommerceSaveCartService. getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user)Get the number of saved cart by user and baseSiteSearchPageData<CartModel>CommerceSaveCartService. getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, java.util.List<OrderStatus> orderStatus)Retrieve carts by user and baseSite where order status equals ones of the status in the list.CartModelCommerceQuoteService. 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.QuoteModelCommerceQuoteService. rejectQuote(QuoteModel quoteModel, UserModel userModel)Reject a quote from seller representative.voidCommerceCartService. removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user)Deprecated.Since 5.2.QuoteModelCommerceQuoteService. requote(QuoteModel quoteModel, UserModel userModel)Re-quote from an existing quote to create a new quoteQuoteModelCommerceQuoteService. 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 quoteQuoteModelCommerceQuoteService. 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 UserModel Modifier and Type Method Description CartModelCommerceCartDao. getCartForCodeAndUser(java.lang.String code, UserModel user)Gets the cart for code and user.CartModelCommerceCartDao. getCartForGuidAndSiteAndUser(java.lang.String guid, BaseSiteModel site, UserModel user)Gets the cart for guid and site and user.CartModelCommerceCartDao. getCartForSiteAndUser(BaseSiteModel site, UserModel user)Gets the cart for site and user.java.util.List<CartModel>CommerceCartDao. getCartsForRemovalForSiteAndUser(java.util.Date modifiedBefore, BaseSiteModel site, UserModel user)Gets the carts for removal for site and user.java.util.List<CartModel>CommerceCartDao. getCartsForSiteAndUser(BaseSiteModel site, UserModel user)Gets the carts for site and user.java.lang.IntegerSaveCartDao. getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user)Return the total number of the saved carts by user and basesiteSearchPageData<CartModel>SaveCartDao. getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, java.util.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 UserModel Modifier and Type Method Description CartModelDefaultCommerceCartDao. getCartForCodeAndUser(java.lang.String code, UserModel user)CartModelDefaultCommerceCartDao. getCartForGuidAndSiteAndUser(java.lang.String guid, BaseSiteModel site, UserModel user)CartModelDefaultCommerceCartDao. getCartForSiteAndUser(BaseSiteModel site, UserModel user)java.util.List<CartModel>DefaultCommerceCartDao. getCartsForRemovalForSiteAndUser(java.util.Date modifiedBefore, BaseSiteModel site, UserModel user)java.util.List<CartModel>DefaultCommerceCartDao. getCartsForSiteAndUser(BaseSiteModel site, UserModel user)java.lang.IntegerDefaultSaveCartDao. getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user)SearchPageData<CartModel>DefaultSaveCartDao. getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, java.util.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 UserModel Modifier and Type Method Description CartModelDefaultCommerceQuoteService. acceptAndPrepareCheckout(QuoteModel quoteModel, UserModel userModel)voidDefaultCommerceQuoteService. applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, java.lang.Double discountRate, DiscountType discountType)QuoteModelDefaultCommerceQuoteService. approveQuote(QuoteModel quoteModel, UserModel userModel)voidDefaultCommerceQuoteService. assignQuoteToUser(QuoteModel quote, UserModel assignee, UserModel assigner)voidDefaultCommerceQuoteService. cancelQuote(QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultCommerceQuoteService. createQuoteFromCart(CartModel cartModel, UserModel userModel)protected QuoteModelDefaultCommerceQuoteService. createQuoteFromCartInternal(CartModel cartModel, UserModel userModel)protected voidDefaultCommerceSaveCartServiceIntegrationTest. createSavedCart(UserModel user, BaseSiteModel baseSite, java.lang.String cartNamePrefix)protected voidDefaultCommerceSaveCartServiceIntegrationTest. createSavedCarts(BaseSiteModel baseSite, UserModel user)protected voidDefaultCommerceQuoteService. executeQuoteAssignment(QuoteModel quote, UserModel assignee, java.lang.String errorMsg)java.util.Set<QuoteAction>DefaultCommerceQuoteService. getAllowedActions(QuoteModel quoteModel, UserModel userModel)CartModelDefaultCommerceCartService. getCartForCodeAndUser(java.lang.String code, UserModel user)CartModelDefaultCommerceCartService. getCartForGuidAndSiteAndUser(java.lang.String guid, BaseSiteModel site, UserModel user)java.util.List<CartModel>DefaultCommerceCartService. getCartsForSiteAndUser(BaseSiteModel site, UserModel user)QuoteModelDefaultCommerceQuoteService. getQuoteByCodeAndCustomerAndStore(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, java.lang.String quoteCode)SearchPageData<QuoteModel>DefaultCommerceQuoteService. getQuoteList(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store, PageableData pageableData)doubleDefaultCommerceQuoteService. getQuoteRequestThreshold(QuoteModel quote, UserModel user, CartModel sessionCart)java.lang.IntegerDefaultCommerceQuoteService. getQuotesCountForStoreAndUser(CustomerModel customerModel, UserModel quoteUserModel, BaseStoreModel store)java.lang.IntegerDefaultCommerceSaveCartService. getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user)SearchPageData<CartModel>DefaultCommerceSaveCartService. getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, java.util.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.CartModelDefaultCommerceQuoteService. loadQuoteAsSessionCart(QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultCommerceQuoteService. rejectQuote(QuoteModel quoteModel, UserModel userModel)voidDefaultCommerceCartService. removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user)QuoteModelDefaultCommerceQuoteService. requote(QuoteModel quote, UserModel user)protected voidDefaultCommerceQuoteService. setAssigneeOnQuote(QuoteModel quote, UserModel assignee)protected voidDefaultCommerceSaveCartServiceIntegrationTest. sortAndTest(BaseSiteModel baseSite, UserModel user, java.util.List<OrderStatus> orderStatus)QuoteModelDefaultCommerceQuoteService. submitQuote(QuoteModel quoteModel, UserModel userModel)voidDefaultCommerceQuoteService. unassignQuote(QuoteModel quote, UserModel assigner)protected CartModelDefaultCommerceQuoteService. updateAndLoadQuoteCartWithAction(QuoteModel quoteModel, QuoteAction quoteAction, UserModel userModel)QuoteModelDefaultCommerceQuoteService. updateQuoteFromCart(CartModel cartModel, UserModel userModel)voidDefaultCommerceQuoteService. validateQuoteThreshold(QuoteModel quote, UserModel user, CartModel sessionCart)protected voidDefaultCommerceCartMergingStrategy. validationBeforeMerge(CartModel fromCart, CartModel toCart, java.util.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 UserModel Modifier and Type Method Description UserModelQuoteUserIdentificationStrategy. getCurrentQuoteUser()Gets the current quote user.Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type UserModel Modifier and Type Method Description java.util.Set<QuoteAction>QuoteStateSelectionStrategy. getAllowedActionsForState(QuoteState state, UserModel userModel)Provides the list of actions based on the given state.java.util.Set<QuoteState>QuoteStateSelectionStrategy. getAllowedStatesForAction(QuoteAction action, UserModel userModel)Provides the list of quote states based on provided action.java.util.Optional<QuoteUserType>QuoteUserTypeIdentificationStrategy. getCurrentQuoteUserType(UserModel userModel)Returns theQuoteUserTypeof the current user.java.util.Optional<QuoteState>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.QuoteModelQuoteUpdateExpirationTimeStrategy. 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.QuoteModelQuoteUpdateStateStrategy. 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 UserModel Modifier and Type Method Description UserModelDefaultQuoteUserIdentificationStrategy. getCurrentQuoteUser()Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type UserModel Modifier and Type Method Description java.util.Set<QuoteAction>DefaultQuoteStateSelectionStrategy. getAllowedActionsForState(QuoteState state, UserModel userModel)java.util.Set<QuoteState>DefaultQuoteStateSelectionStrategy. getAllowedStatesForAction(QuoteAction action, UserModel userModel)java.util.Optional<QuoteUserType>DefaultQuoteUserTypeIdentificationStrategy. getCurrentQuoteUserType(UserModel userModel)java.util.Optional<QuoteState>DefaultQuoteStateSelectionStrategy. getTransitionStateForAction(QuoteAction action, UserModel userModel)booleanDefaultQuoteActionValidationStrategy. isValidAction(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultQuoteUpdateExpirationTimeStrategy. updateExpirationTime(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultQuoteUpdateStateStrategy. 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.organization.strategies
Methods in de.hybris.platform.commerceservices.organization.strategies with parameters of type UserModel Modifier and Type Method Description booleanOrgUnitAuthorizationStrategy. 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 UserModel Modifier and Type Method Description booleanDefaultOrgUnitAuthorizationStrategy. canEditParentUnit(UserModel user)booleanDefaultOrgUnitAuthorizationStrategy. canEditUnit(UserModel user)protected booleanDefaultOrgUnitAuthorizationStrategy. isMemberOfAuthorizedGroup(UserModel user, java.util.List<java.lang.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 UserModel Modifier and Type Method Description UserModelCommerceCommentParameter. getAuthor()UserModelCommerceCartParameter. getUser()Methods in de.hybris.platform.commerceservices.service.data with parameters of type UserModel Modifier and Type Method Description voidCommerceCommentParameter. setAuthor(UserModel author)voidCommerceCartParameter. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies with type parameters of type UserModel Modifier and Type Method Description <U extends UserModel>
java.util.Optional<U>UserPropertyMatchingStrategy. getUserByProperty(java.lang.String property, java.lang.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 UserModel Modifier and Type Method Description voidStaleCartRemovalStrategy. removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user)Deprecated.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 UserModel Modifier and Type Method Description voidDefaultStaleCartRemovalStrategy. removeStaleCarts(CartModel currentCart, BaseSiteModel baseSite, UserModel user)Deprecated.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 UserModel Modifier and Type Method Description <T extends UserModel>
java.util.Optional<T>CustomerIdMatchingStrategy. getUserByProperty(java.lang.String propertyValue, java.lang.Class<T> clazz)<T extends UserModel>
java.util.Optional<T>UserUIDMatchingStrategy. getUserByProperty(java.lang.String propertyValue, java.lang.Class<T> clazz) -
Uses of UserModel in de.hybris.platform.commerceservices.user
Methods in de.hybris.platform.commerceservices.user with type parameters of type UserModel Modifier and Type Method Description <U extends UserModel>
UUserMatchingService. getUserByProperty(java.lang.String propertyValue, java.lang.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 UserModel Modifier and Type Method Description <T extends UserModel>
TDefaultUserMatchingService. getUserByProperty(java.lang.String propertyValue, java.lang.Class<T> clazz)protected <T extends UserModel>
java.util.Optional<T>DefaultUserMatchingService. getUserOptionalByProperty(java.lang.String propertyValue, java.lang.Class<T> clazz) -
Uses of UserModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type UserModel Modifier and Type Method Description static CommerceCommentParameterCommerceCommentUtils. buildQuoteCommentParameter(AbstractOrderModel order, UserModel author, java.lang.String text)Build aCommerceCommentParameterforQuoteModelcomments.static CommerceCommentParameterCommerceCommentUtils. buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry, UserModel author, java.lang.String text)Build aCommerceCommentParameterforQuoteModelcomments. -
Uses of UserModel in de.hybris.platform.core.model.initialization
Methods in de.hybris.platform.core.model.initialization that return UserModel Modifier and Type Method Description UserModelSystemSetupAuditModel. getUser()Generated method - Getter of theSystemSetupAudit.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.initialization with parameters of type UserModel Modifier and Type Method Description voidSystemSetupAuditModel. setUser(UserModel value)Generated method - Initial setter ofSystemSetupAudit.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.initialization with parameters of type UserModel Constructor Description SystemSetupAuditModel(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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(java.lang.String _className, java.lang.String _extensionName, java.lang.String _hash, java.lang.String _methodName, java.lang.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 UserModel Modifier and Type Method Description UserModelQuoteModel. getAssignee()Generated method - Getter of theQuote.assigneeattribute defined at extensioncommerceservices.UserModelOrderModel. getPlacedBy()Generated method - Getter of theOrder.placedByattribute defined at extensioncommerceservices.UserModelCartModel. getSavedBy()Generated method - Getter of theCart.savedByattribute defined at extensioncommerceservices.UserModelAbstractOrderModel. getUser()Generated method - Getter of theAbstractOrder.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type UserModel Modifier and Type Method Description voidQuoteModel. 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.voidAbstractOrderModel. setUser(UserModel value)Generated method - Setter ofAbstractOrder.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order with parameters of type UserModel Constructor Description AbstractOrderModel(CurrencyModel _currency, java.util.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, java.util.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, java.util.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, java.util.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, java.util.Date _date, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.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, java.util.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, java.util.Date _date, QuoteState _state, UserModel _user, java.lang.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, java.util.Date _date, ItemModel _owner, QuoteState _state, UserModel _user, java.lang.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 UserModel Modifier and Type Method Description UserModelPaymentInfoModel. getUser()Generated method - Getter of thePaymentInfo.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order.payment with parameters of type UserModel Modifier and Type Method Description voidPaymentInfoModel. setUser(UserModel value)Generated method - Initial setter ofPaymentInfo.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order.payment with parameters of type UserModel Constructor Description AdvancePaymentInfoModel(java.lang.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(java.lang.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(java.lang.String _ccOwner, java.lang.String _code, java.lang.String _number, CreditCardType _type, UserModel _user, java.lang.String _validToMonth, java.lang.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(java.lang.String _ccOwner, java.lang.String _code, java.lang.String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, java.lang.String _validToMonth, java.lang.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(java.lang.String _accountNumber, java.lang.String _baOwner, java.lang.String _bank, java.lang.String _bankIDNumber, java.lang.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(java.lang.String _accountNumber, java.lang.String _baOwner, java.lang.String _bank, java.lang.String _bankIDNumber, java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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.test Modifier and Type Class Description classTestEmployeeModelGenerated 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.user Modifier and Type Class Description classCustomerModelGenerated model class for type Customer first defined at extension core.classEmployeeModelGenerated model class for type Employee first defined at extension core.Methods in de.hybris.platform.core.model.user that return UserModel Modifier and Type Method Description UserModelAbstractContactInfoModel. getUser()Generated method - Getter of theAbstractContactInfo.userattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type UserModel Modifier and Type Method Description voidAbstractContactInfoModel. setUser(UserModel value)Generated method - Setter ofAbstractContactInfo.userattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type UserModel Constructor Description AbstractContactInfoModel(java.lang.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(java.lang.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(java.lang.String _code, ItemModel _owner, java.lang.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(java.lang.String _code, java.lang.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 UserModel Modifier and Type Method Description java.util.List<CouponRedemptionModel>CouponRedemptionDao. findCouponRedemptionsByCodeAndUser(java.lang.String couponCode, UserModel user)Finds the List of CouponRedemptionModel by its couponCode and user.java.util.List<CouponRedemptionModel>CouponRedemptionDao. findCouponRedemptionsByCodeOrderAndUser(java.lang.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 UserModel Modifier and Type Method Description java.util.List<CouponRedemptionModel>DefaultCouponRedemptionDao. findCouponRedemptionsByCodeAndUser(java.lang.String couponCode, UserModel user)java.util.List<CouponRedemptionModel>DefaultCouponRedemptionDao. findCouponRedemptionsByCodeOrderAndUser(java.lang.String couponCode, AbstractOrderModel abstractOrder, UserModel user) -
Uses of UserModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return UserModel Modifier and Type Method Description UserModelCouponRedemptionModel. getUser()Generated method - Getter of theCouponRedemption.userattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type UserModel Modifier and Type Method Description voidCouponRedemptionModel. setUser(UserModel value)Generated method - Setter ofCouponRedemption.userattribute defined at extensioncouponservices. -
Uses of UserModel in de.hybris.platform.couponservices.redemption.strategies
Methods in de.hybris.platform.couponservices.redemption.strategies with parameters of type UserModel Modifier and Type Method Description booleanCouponRedemptionStrategy. isCouponRedeemable(T coupon, UserModel user, java.lang.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 UserModel Modifier and Type Method Description protected booleanDefaultSingleCodeCouponRedemptionStrategy. checkSingleCodeCouponRedeemableForUser(SingleCodeCouponModel coupon, UserModel user)booleanDefaultMultiCodeCouponRedemptionStrategy. isCouponRedeemable(MultiCodeCouponModel coupon, UserModel user, java.lang.String couponCode)booleanDefaultSingleCodeCouponRedemptionStrategy. isCouponRedeemable(SingleCodeCouponModel coupon, UserModel user, java.lang.String couponCode) -
Uses of UserModel in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services with parameters of type UserModel Modifier and Type Method Description CouponResponseCouponManagementService. validateCouponCode(java.lang.String couponCode, UserModel user)Verify if given coupon code is valid.CouponResponseCouponService. validateCouponCode(java.lang.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 UserModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. findValidatedCoupon(java.lang.String couponCode, UserModel user)CouponResponseDefaultCouponManagementService. validateCouponCode(java.lang.String couponCode, UserModel user)CouponResponseDefaultCouponService. validateCouponCode(java.lang.String couponCode, UserModel user) -
Uses of UserModel in de.hybris.platform.cronjob.model
Methods in de.hybris.platform.cronjob.model that return UserModel Modifier and Type Method Description UserModelCronJobModel. getSessionUser()Generated method - Getter of theCronJob.sessionUserattribute defined at extensionprocessing.UserModelJobModel. getSessionUser()Generated method - Getter of theJob.sessionUserattribute defined at extensionprocessing.Methods in de.hybris.platform.cronjob.model with parameters of type UserModel Modifier and Type Method Description voidCronJobModel. 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 UserModel Modifier and Type Method Description voidCustomerCouponsPlaceOrderStrategy. 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 UserModel Modifier and Type Method Description voidCustomerCouponCommercePlaceOrderMethodHook. 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 UserModel Modifier and Type Method Description booleanDefaultCustomerCouponRedemptionStrategy. isCouponRedeemable(CustomerCouponModel coupon, UserModel user, java.lang.String couponCode) -
Uses of UserModel in de.hybris.platform.customerreview
Methods in de.hybris.platform.customerreview with parameters of type UserModel Modifier and Type Method Description CustomerReviewModelCustomerReviewService. createCustomerReview(java.lang.Double rating, java.lang.String headline, java.lang.String comment, UserModel user, ProductModel product)Creates a new customer review based on the given parametersjava.util.List<CustomerReviewModel>CustomerReviewService. 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 UserModel Modifier and Type Method Description java.util.List<CustomerReviewModel>CustomerReviewDao. 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 UserModel Modifier and Type Method Description java.util.List<CustomerReviewModel>DefaultCustomerReviewDao. getReviewsForCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.customerreview.impl
Methods in de.hybris.platform.customerreview.impl with parameters of type UserModel Modifier and Type Method Description CustomerReviewModelDefaultCustomerReviewService. createCustomerReview(java.lang.Double rating, java.lang.String headline, java.lang.String comment, UserModel user, ProductModel product)java.util.List<CustomerReviewModel>DefaultCustomerReviewService. getReviewsForCustomer(UserModel userModel) -
Uses of UserModel in de.hybris.platform.customerreview.model
Methods in de.hybris.platform.customerreview.model that return UserModel Modifier and Type Method Description UserModelCustomerReviewModel. getUser()Generated method - Getter of theCustomerReview.userattribute defined at extensioncustomerreview.Methods in de.hybris.platform.customerreview.model with parameters of type UserModel Modifier and Type Method Description voidCustomerReviewModel. setUser(UserModel value)Generated method - Setter ofCustomerReview.userattribute defined at extensioncustomerreview.Constructors in de.hybris.platform.customerreview.model with parameters of type UserModel Constructor Description CustomerReviewModel(ItemModel _owner, ProductModel _product, java.lang.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, java.lang.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 UserModel Modifier and Type Method Description UserModelCommerceCustomerSupportService. getAgent()Returns Agent if Customer Support mode is on.UserModelCommerceCustomerSupportService. 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 UserModel Modifier and Type Method Description UserModelDefaultCommerceCustomerSupportService. getAgent()UserModelDefaultCommerceCustomerSupportService. getEmulatedCustomer() -
Uses of UserModel in de.hybris.platform.customersupportbackoffice.renderers
Methods in de.hybris.platform.customersupportbackoffice.renderers with parameters of type UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description UserModelSessionContextModel. getCurrentCustomer()Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model with parameters of type UserModel Modifier and Type Method Description voidSessionContextModel. 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 UserModel Modifier and Type Method Description static 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 UserModel Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TicketAssociatedData>>TicketAssociationStrategies. getObjects(UserModel currentUser)java.util.Map<java.lang.String,java.util.List<TicketAssociatedData>>TicketCartsAssociationStrategy. getObjects(UserModel currentUser)java.util.Map<java.lang.String,java.util.List<TicketAssociatedData>>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 Modifier and Type Method Description UserModelUserContext. getCurrentUser() -
Uses of UserModel in de.hybris.platform.datahubbackoffice.service.datahub.impl
Methods in de.hybris.platform.datahubbackoffice.service.datahub.impl that return UserModel Modifier and Type Method Description UserModelUserContextImpl. getCurrentUser() -
Uses of UserModel in de.hybris.platform.europe1
Methods in de.hybris.platform.europe1 that return UserModel Modifier and Type Method Description UserModelPDTRowTestDataBuilder. createUser(java.lang.String uid) -
Uses of UserModel in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic with parameters of type UserModel Modifier and Type Method Description java.util.Collection<GlobalDiscountRowModel>UserEurope1DiscountsAttributeHandler. get(UserModel model)voidUserEurope1DiscountsAttributeHandler. set(UserModel model, java.util.Collection<GlobalDiscountRowModel> globalDiscountRowModels) -
Uses of UserModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return UserModel Modifier and Type Method Description UserModelPDTRowModel. getUser()Generated method - Getter of thePDTRow.userattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type UserModel Modifier and Type Method Description voidPDTRowModel. setUser(UserModel value)Generated method - Setter ofPDTRow.userattribute defined at extensioneurope1. -
Uses of UserModel in de.hybris.platform.fraud
Methods in de.hybris.platform.fraud with parameters of type UserModel Modifier and Type Method Description FraudServiceResponseFraudService. recognizeActivitySymptoms(java.lang.String providerName, UserModel user)Analyzes the user activities in the aspect of fraud detectionFraudServiceResponseFraudServiceProvider. recognizeUserActivitySymptoms(UserModel order) -
Uses of UserModel in de.hybris.platform.fraud.impl
Methods in de.hybris.platform.fraud.impl with parameters of type UserModel Modifier and Type Method Description FraudServiceResponseDefaultFraudService. recognizeActivitySymptoms(java.lang.String providerName, UserModel user)FraudServiceResponseDefaultHybrisFraudServiceProvider. 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 UserModel Modifier and Type Method Description FraudServiceResponseCommercialFraudMockService. recognizeUserActivitySymptoms(UserModel order) -
Uses of UserModel in de.hybris.platform.fraud.jalo
Methods in de.hybris.platform.fraud.jalo with parameters of type UserModel Modifier and Type Method Description protected OrderModelFrauddetectionTest. placeOrder(UserModel user)protected OrderModelFrauddetectionTest. placeOrder(UserModel user, java.lang.String email)protected OrderModelFrauddetectionTest. placeOrder(UserModel user, java.lang.String email, java.lang.String country1, java.lang.String country2)protected OrderModelFrauddetectionTest. placeOrder(UserModel user, java.lang.String email, java.lang.String country1, java.lang.String country2, ProductModel product) -
Uses of UserModel in de.hybris.platform.gigya.gigyafacades.login
Methods in de.hybris.platform.gigya.gigyafacades.login that return UserModel Modifier and Type Method Description UserModelGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)Create new customer from gigya UidMethods in de.hybris.platform.gigya.gigyafacades.login with parameters of type UserModel Modifier and Type Method Description voidGigyaLoginFacade. updateUser(GigyaConfigModel gigyaConfig, UserModel user)Method to update user by scheduling update user task -
Uses of UserModel in de.hybris.platform.gigya.gigyafacades.login.impl
Methods in de.hybris.platform.gigya.gigyafacades.login.impl that return UserModel Modifier and Type Method Description UserModelDefaultGigyaLoginFacade. createNewCustomer(GigyaConfigModel gigyaConfig, java.lang.String uid)Methods in de.hybris.platform.gigya.gigyafacades.login.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultGigyaLoginFacade. updateUser(GigyaConfigModel gigyaConfig, UserModel user) -
Uses of UserModel in de.hybris.platform.gigya.gigyaservices.login
Methods in de.hybris.platform.gigya.gigyaservices.login that return UserModel Modifier and Type Method Description UserModelGigyaLoginService. findCustomerByGigyaUid(java.lang.String uid)Find customer using gigya UIDMethods in de.hybris.platform.gigya.gigyaservices.login with parameters of type UserModel Modifier and Type Method Description booleanGigyaLoginService. sendUserToGigya(UserModel userModel)Sends gigya user info in commerce to gigya -
Uses of UserModel in de.hybris.platform.gigya.gigyaservices.login.impl
Methods in de.hybris.platform.gigya.gigyaservices.login.impl that return UserModel Modifier and Type Method Description UserModelDefaultGigyaLoginService. findCustomerByGigyaUid(java.lang.String uid)Methods in de.hybris.platform.gigya.gigyaservices.login.impl with parameters of type UserModel Modifier and Type Method Description booleanDefaultGigyaLoginService. sendUserToGigya(UserModel userModel) -
Uses of UserModel in de.hybris.platform.hac.data.form
Methods in de.hybris.platform.hac.data.form that return UserModel Modifier and Type Method Description UserModelFlexSearchFormData. getUser()Methods in de.hybris.platform.hac.data.form with parameters of type UserModel Modifier and Type Method Description voidFlexSearchFormData. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade with parameters of type UserModel Modifier and Type Method Description SqlSearchResultDataHacFlexibleSearchFacade. executeFlexibleSearchQuery(java.lang.String query, UserModel user, java.util.Locale locale, java.lang.Integer maxCount, boolean commit) -
Uses of UserModel in de.hybris.platform.hmc.model
Methods in de.hybris.platform.hmc.model that return UserModel Modifier and Type Method Description UserModelSavedValuesModel. getUser()Generated method - Getter of theSavedValues.userattribute defined at extensioncore.Methods in de.hybris.platform.hmc.model with parameters of type UserModel Modifier and Type Method Description voidSavedValuesModel. setUser(UserModel value)Generated method - Setter ofSavedValues.userattribute defined at extensioncore.Constructors in de.hybris.platform.hmc.model with parameters of type UserModel Constructor Description SavedValuesModel(SavedValueEntryType _modificationType, ItemModel _modifiedItem, java.lang.String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, ItemModel _owner, java.util.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, java.lang.String _modifiedItemDisplayString, ComposedTypeModel _modifiedItemType, java.util.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.ldap.services.impl
Methods in de.hybris.platform.ldap.services.impl with parameters of type UserModel Modifier and Type Method Description booleanLDAPPasswordEncoderService. isValid(UserModel user, java.lang.String plainPassword) -
Uses of UserModel in de.hybris.platform.marketplaceservices.model
Subclasses of UserModel in de.hybris.platform.marketplaceservices.model Modifier and Type Class Description classVendorUserModelGenerated model class for type VendorUser first defined at extension marketplaceservices.Methods in de.hybris.platform.marketplaceservices.model that return UserModel Modifier and Type Method Description UserModelCustomerVendorReviewModel. getUser()Generated method - Getter of theCustomerVendorReview.userattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model with parameters of type UserModel Modifier and Type Method Description voidCustomerVendorReviewModel. setUser(UserModel value)Generated method - Initial setter ofCustomerVendorReview.userattribute defined at extensionmarketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model with parameters of type UserModel Constructor Description CustomerVendorReviewModel(java.lang.Double _communication, ConsignmentModel _consignment, java.util.Date _createDate, java.lang.Double _delivery, ItemModel _owner, java.lang.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(java.lang.Double _communication, ConsignmentModel _consignment, java.util.Date _createDate, java.lang.Double _delivery, java.lang.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 UserModel Modifier and Type Method Description booleanCustomerVendorReviewService. postedReview(java.lang.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 UserModel Modifier and Type Method Description java.util.Collection<CustomerVendorReviewModel>CustomerVendorReviewDao. findReviewsByUser(UserModel user)Find all reviews for a particular userbooleanCustomerVendorReviewDao. postedReview(java.lang.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 UserModel Modifier and Type Method Description java.util.Collection<CustomerVendorReviewModel>DefaultCustomerVendorReviewDao. findReviewsByUser(UserModel user)booleanDefaultCustomerVendorReviewDao. postedReview(java.lang.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 UserModel Modifier and Type Method Description booleanDefaultCustomerVendorReviewService. postedReview(java.lang.String consignmentCode, UserModel user) -
Uses of UserModel in de.hybris.platform.messagecentercsservices
Methods in de.hybris.platform.messagecentercsservices with parameters of type UserModel Modifier and Type Method Description java.util.Optional<ConversationModel>ConversationService. closeConversation(java.lang.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 UserModel Modifier and Type Method Description java.util.Optional<ConversationModel>DefaultConversationService. closeConversation(java.lang.String uid, UserModel user)protected java.util.Optional<ConversationModel>DefaultConversationService. getConversationForUidAndUser(java.lang.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 UserModel Constructor Description WhoAmIController(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 UserModel Modifier and Type Method Description voidDisplayUserNamePopulator. populate(UserModel source, AuthenticatedUserData target) -
Uses of UserModel in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type UserModel Modifier and Type Method Description voidCartService. changeCurrentCartUser(UserModel user)Changes the user of the session cart to the given user.PaymentInfoModelPaymentInfoService. createPaymentInfoForUser(UserModel user, java.lang.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 UserModel Modifier and Type Method Description voidDefaultCartService. changeCurrentCartUser(UserModel user)PaymentInfoModelDefaultPaymentInfoService. createPaymentInfoForUser(UserModel user, java.lang.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 Modifier and Type Method Description booleanFindPricingWithCurrentPriceFactoryStrategy. isNetUser(UserModel user) -
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 Modifier and Type Method Description booleanDefaultSLUserNetCheckingStrategy. isNetUser(UserModel user) -
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 Modifier and Type Method Description UserModelPDTCriteria. getUser() -
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 UserModel Modifier and Type Method Description UserModelDefaultDiscountValueInfoCriteria. getUser()UserModelDefaultPriceValueInfoCriteria. getUser()UserModelDefaultTaxValueInfoCriteria. getUser()Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type UserModel Modifier and Type Method Description DefaultDiscountValueInfoCriteria.BuilderDefaultDiscountValueInfoCriteria.Builder. withUser(UserModel user)DefaultPriceValueInfoCriteria.BuilderDefaultPriceValueInfoCriteria.Builder. withUser(UserModel user)DefaultTaxValueInfoCriteria.BuilderDefaultTaxValueInfoCriteria.Builder. withUser(UserModel user) -
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 UserModel Modifier and Type Method Description protected <T extends HybrisEnumValue>
TPDTEnumGroupsHelper. getEnumFromGroups(UserModel user, java.lang.String attribute)Tries to find enums connected with User or its User Groups.UserDiscountGroupPDTEnumGroupsHelper. getUDG(UserModel user)Gets the User Discount Group from the User Model.UserPriceGroupPDTEnumGroupsHelper. getUPG(UserModel user)Gets the User Price Group from the User Model.UserTaxGroupPDTEnumGroupsHelper. getUTG(UserModel user)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 UserModel Modifier and Type Method Description java.util.Collection<OrderHistoryEntryModel>OrderHistoryService. getHistoryEntries(UserModel user, java.util.Date dateFrom, java.util.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 UserModel Modifier and Type Method Description java.util.Collection<OrderHistoryEntryModel>DefaultOrderHistoryService. getHistoryEntries(UserModel user, java.util.Date dateFrom, java.util.Date dateTo) -
Uses of UserModel in de.hybris.platform.orderhistory.jalo
Methods in de.hybris.platform.orderhistory.jalo with parameters of type UserModel Modifier and Type Method Description protected 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 Modifier and Type Field Description protected UserModelBaseOrdermanagementFacadeTest. userModel -
Uses of UserModel in de.hybris.platform.ordermanagementfacades.order.impl
Methods in de.hybris.platform.ordermanagementfacades.order.impl with parameters of type UserModel Modifier and Type Method Description protected java.lang.BooleanDefaultOmsOrderFacade. isCancelQuantityPossible(OrderCancelRequestData orderCancelRequestData, OrderModel order, UserModel user)check the given quantity is valid to cancelprotected voidDefaultOmsOrderFacadeTest. prepareCancellationSingleEntry(UserModel userModel, java.lang.Long EntryQuantity, java.lang.Long CancelQuantity, CancelReason cancelReasonEntry, java.lang.String entryNote)Prepares mock for cancel order with single entryprotected voidDefaultOmsOrderFacadeTest. prepareCancellationTwoEntries(UserModel userModel, java.lang.Long EntryQuantity, java.lang.Long CancelQuantity, CancelReason cancelReasonEntry, java.lang.String entryNote)Prepares mock for cancel order with 2 entries -
Uses of UserModel in de.hybris.platform.payment
Methods in de.hybris.platform.payment with parameters of type UserModel Modifier and Type Method Description voidPaymentService. attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, java.math.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 UserModel Modifier and Type Method Description voidDefaultPaymentServiceImpl. attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, java.math.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 UserModel Modifier and Type Method Description voidPaymentInfoCreatorStrategy. attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, java.math.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 UserModel Modifier and Type Method Description voidDefaultCreditCardPaymentInfoStrategy. attachPaymentInfo(PaymentTransactionModel paymentTransactionModel, UserModel userModel, CardInfo cardInfo, java.math.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 UserModel Modifier and Type Method Description protected voidCxCmsRecalculationService. calculateAndLoadInSession(UserModel user)protected voidCxCmsRecalculationService. calculateForSegments(UserModel user, java.util.List<CatalogVersionModel> catalogVersions, java.util.Collection<CxSegmentModel> segments)protected voidCxCmsRecalculationService. calculateForVariations(UserModel user, java.util.List<CatalogVersionModel> catalogVersions, java.util.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 UserModel Modifier and Type Method Description protected Converter<CustomerData,UserModel>CustomerSegmentationReversePopulator. getCustomerConverter()protected Converter<UserModel,CustomerData>CustomerSegmentationWithCustomerPopulator. getCustomerConverter()Methods in de.hybris.platform.personalizationfacades.customersegmentation.converters.populator with parameters of type UserModel Modifier and Type Method Description voidCustomerPopulator. 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 UserModel Modifier and Type Method Description voidCustomerSegmentationReversePopulator. 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 UserModel Modifier and Type Method Description protected UserModelDefaultCustomerSegmentationFacade. getUser(java.lang.String id)Methods in de.hybris.platform.personalizationfacades.customersegmentation.impl with parameters of type UserModel Modifier and Type Method Description protected java.util.Optional<CxUserToSegmentModel>DefaultCustomerSegmentationFacade. getUserToSegmentExact(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, java.lang.String provider) -
Uses of UserModel in de.hybris.platform.personalizationfacades.segmentation
Methods in de.hybris.platform.personalizationfacades.segmentation with parameters of type UserModel Modifier and Type Method Description java.lang.StringSegmentationHelper. getCustomerSegmentationCode(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, UseSegmentationHelper.getCustomerSegmentationCode(CxUserToSegmentModel)instead -
Uses of UserModel in de.hybris.platform.personalizationfacades.segmentation.impl
Methods in de.hybris.platform.personalizationfacades.segmentation.impl with parameters of type UserModel Modifier and Type Method Description java.lang.StringDefaultSegmentationHelper. getCustomerSegmentationCode(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite) -
Uses of UserModel in de.hybris.platform.personalizationintegration.segment
Methods in de.hybris.platform.personalizationintegration.segment with parameters of type UserModel Modifier and Type Method Description java.util.List<SegmentMappingData>UserSegmentsProvider. 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 Modifier and Type Method Description java.util.List<SegmentMappingData>UserTypeSegmentsProvider. getUserSegments(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationintegration.service
Methods in de.hybris.platform.personalizationintegration.service with parameters of type UserModel Modifier and Type Method Description voidCxIntegrationMappingService. 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 UserModel Modifier and Type Method Description voidDefaultCxIntegrationMappingService. assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment)voidDefaultCxIntegrationMappingService. assignSegmentsToUser(UserModel user, MappingData mappingData, boolean createSegment, CxCalculationContext context)protected voidDefaultCxIntegrationMappingServiceIntegrationTest. verifySessionData(UserModel user, java.util.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 UserModel Modifier and Type Method Description protected voidDefaultCxUpdateUserSegmentStrategy. assignSegmentsToUser(UserModel user, MappingData segmentData, CxCalculationContext context)protected java.util.Optional<MappingData>DefaultCxUpdateUserSegmentStrategy. createSegmentData(UserModel user, CxCalculationContext context)protected CxUserToSegmentModelDefaultCxTestUpdateUserSegmentStrategy. createUserToSegment(UserModel user, CxSegmentModel segment)protected java.util.List<java.util.List<SegmentMappingData>>DefaultCxUpdateUserSegmentStrategy. getSegmentMappingFromProviders(UserModel user, java.util.List<UserSegmentsProvider> providers, CxCalculationContext context)protected java.util.List<SegmentMappingData>DefaultCxUpdateUserSegmentStrategy. getSegmentsFromProvider(UserModel user, UserSegmentsProvider provider, CxCalculationContext context)protected voidDefaultCxTestUpdateUserSegmentStrategy. setSegmentsOnUser(UserModel user, java.util.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 Modifier and Type Method Description voidCxPromotionUserRAOPopulator. populate(UserModel source, UserRAO target) -
Uses of UserModel in de.hybris.platform.personalizationservices
Methods in de.hybris.platform.personalizationservices that return UserModel Modifier and Type Method Description UserModelCxContext. getUser()Methods in de.hybris.platform.personalizationservices with parameters of type UserModel Modifier and Type Method Description voidCxContext. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationservices.action
Methods in de.hybris.platform.personalizationservices.action with parameters of type UserModel Modifier and Type Method Description voidCxActionResultService. clearActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion)Removes action results from the current session for given user and catalog versionjava.util.List<CxAbstractActionResult>CxActionResultService. getActionResults(UserModel user, CatalogVersionModel catalogVersion)Retrieves action results from the current session for given user and catalog version.java.util.Optional<CxResultsModel>CxActionResultService. getCxResults(UserModel user, CatalogVersionModel cv)Returns user result persisted in databasevoidCxActionResultService. loadActionResultsInSession(UserModel user, java.util.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, java.util.List<CxAbstractActionResult> actionResults)Stores action results in the current session for given user and catalog versionvoidCxActionResultService. storeActionResults(UserModel user, CatalogVersionModel cv, java.util.List<CxAbstractActionResult> actionResults)Save action resultsvoidCxActionResultService. storeDefaultActionResults(UserModel user, CatalogVersionModel cv, java.util.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 UserModel Modifier and Type Method Description voidDefaultCxActionResultService. clearActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion)protected java.util.Optional<CxResultsModel>DefaultCxActionResultService. createActionResults(java.lang.String resultsKey, UserModel user, CatalogVersionModel cv, java.util.List<CxAbstractActionResult> actionResults)protected java.util.Optional<CxResultsModel>DefaultCxActionResultService. findResults(UserModel user, CatalogVersionModel catalogVersion)java.util.List<CxAbstractActionResult>DefaultCxActionResultService. getActionResults(UserModel user, CatalogVersionModel catalogVersion)java.util.Optional<CxResultsModel>DefaultCxActionResultService. getCxResults(UserModel user, CatalogVersionModel cv)protected java.lang.StringDefaultCxActionResultService. getDefaultResultsKey(UserModel user, CatalogVersionModel catalogVersion)protected java.lang.StringDefaultCxActionResultService. getResultsKey(UserModel user, CatalogVersionModel catalogVersion)protected java.lang.StringDefaultCxActionResultService. getResultsTimeKey(UserModel user, CatalogVersionModel catalogVersion)protected voidDefaultCxActionResultService. loadActionResultsInSession(UserModel user, CxResultsModel r)voidDefaultCxActionResultService. loadActionResultsInSession(UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions)protected voidDefaultCxActionResultService. loadActionResultsInSessionInternal(UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions)protected voidDefaultCxActionResultService. loadSegmentsIntoSession(UserModel user, CxResultsModel r)voidDefaultCxActionResultService. setActionResultsInSession(UserModel user, CatalogVersionModel catalogVersion, java.util.List<CxAbstractActionResult> actionResults)voidDefaultCxActionResultService. storeActionResults(UserModel user, CatalogVersionModel cv, java.util.List<CxAbstractActionResult> actionResults)voidDefaultCxActionResultService. storeDefaultActionResults(UserModel user, CatalogVersionModel cv, java.util.List<CxAbstractActionResult> actionResults) -
Uses of UserModel in de.hybris.platform.personalizationservices.consent
Methods in de.hybris.platform.personalizationservices.consent with parameters of type UserModel Modifier and Type Method Description booleanCxConsentService. 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 UserModel Modifier and Type Method Description booleanDefaultCxConsentService. userHasActiveConsent(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationservices.events
Methods in de.hybris.platform.personalizationservices.events with parameters of type UserModel Modifier and Type Method Description protected java.lang.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 UserModel Modifier and Type Method Description UserModelCxResultsModel. getUser()Generated method - Getter of theCxResults.userattribute defined at extensionpersonalizationservices.UserModelCxUserToSegmentModel. getUser()Generated method - Getter of theCxUserToSegment.userattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model with parameters of type UserModel Modifier and Type Method Description voidCxResultsModel. setUser(UserModel value)Generated method - Setter ofCxResults.userattribute defined at extensionpersonalizationservices.voidCxUserToSegmentModel. setUser(UserModel value)Generated method - Setter ofCxUserToSegment.userattribute defined at extensionpersonalizationservices.Constructors in de.hybris.platform.personalizationservices.model with parameters of type UserModel Constructor Description CxUserToSegmentModel(java.math.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(java.math.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 UserModel Modifier and Type Method Description CxPersonalizationProcessModelCxProcessService. startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion)Start asynchronous process for update the customer experience.CxPersonalizationProcessModelCxProcessService. startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.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 UserModel Modifier and Type Method Description protected CxPersonalizationProcessModelDefaultCxProcessService. createProcess(java.lang.String processDefinitionName, UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions, java.lang.String processKey, java.util.Map<java.lang.String,java.lang.Object> parameters)CxPersonalizationProcessModelDefaultCxProcessService. startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion)CxPersonalizationProcessModelDefaultCxProcessService. startPersonalizationCalculationProcess(UserModel user, CatalogVersionModel catalogVersion, java.util.Map<java.lang.String,java.lang.Object> parameters) -
Uses of UserModel in de.hybris.platform.personalizationservices.process.strategies
Methods in de.hybris.platform.personalizationservices.process.strategies with parameters of type UserModel Modifier and Type Method Description protected voidBaseCxProcessParameterStrategyTest. setUserToSegments(UserModel user, java.util.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 UserModel Modifier and Type Method Description protected voidCxProcessParameterSegmentationStrategy. loadUserSegments(UserModel user, java.util.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 UserModel Modifier and Type Method Description java.util.Collection<UserModel>CxSegmentService. getUsersFromSegment(CxSegmentModel segment)Retrieves all users related to this segmentMethods in de.hybris.platform.personalizationservices.segment with parameters of type UserModel Modifier and Type Method Description voidCxUserSegmentService. addUserSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userSegments)Extend existing user segmentsvoidCxUserSegmentSessionService. addUserSegmentsInSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments)Add user segments to this already stored in sessionjava.util.Collection<CxSegmentModel>CxSegmentService. getSegmentsFromUser(UserModel user)Retrieves all segments of given user.java.util.Collection<CxUserToSegmentModel>CxUserSegmentService. getUserSegments(UserModel user)Method returns user segment relationsjava.util.Collection<CxUserToSegmentModel>CxUserSegmentService. getUserSegments(UserModel user, BaseSiteModel baseSite)Method returns user segment relationsjava.util.Collection<UserToSegmentData>CxUserSegmentSessionService. getUserSegmentsFromSession(UserModel user)Get user segments stored in sessionjava.util.Collection<CxUserToSegmentModel>CxSegmentService. getUserToSegmentForCalculation(UserModel user)Retrieves user to segments of given user.java.util.Collection<CxUserToSegmentModel>CxSegmentService. getUserToSegmentForUser(UserModel user)Retrieves all user to segments of given user.SearchPageData<CxUserToSegmentModel>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, java.util.Collection<CxUserToSegmentModel> userSegmentsToRemove)Remove user segments from existing listvoidCxUserSegmentSessionService. removeUserSegmentsFromSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userSegmentsToRemove)Remove user segments from this already stored in sessionvoidCxUserSegmentService. setUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments)Save user to segment relations in database.voidCxUserSegmentService. setUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context)Save user to segment relations in database.voidCxUserSegmentService. setUserSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userSegments)Save user to segment relations in database.voidCxUserSegmentSessionService. setUserSegmentsInSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments)Set user segments in sessionvoidCxUserSegmentSessionService. setUserSegmentsInSession(UserModel user, java.util.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 UserModel Modifier and Type Method Description protected CxUserToSegmentModelCxUserSegmentConversionHelper. convertDataToModel(UserModel user, UserToSegmentData data, java.util.Map<java.lang.String,CxSegmentModel> segmentsModelMap, BaseSiteModel baseSite)java.util.Collection<CxUserToSegmentModel>CxUserSegmentConversionHelper. convertToModel(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments)java.util.Collection<CxUserToSegmentModel>CxUserSegmentConversionHelper. convertToModel(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments, BaseSiteModel baseSite)java.util.Collection<CxUserToSegmentModel>CxUserSegmentConversionHelper. convertToModel(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments, java.lang.String baseSiteId) -
Uses of UserModel in de.hybris.platform.personalizationservices.segment.dao
Methods in de.hybris.platform.personalizationservices.segment.dao with parameters of type UserModel Modifier and Type Method Description SearchPageData<CxUserToSegmentModel>CxUserToSegmentDao. 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 UserModel Modifier and Type Method Description SearchPageData<CxUserToSegmentModel>DefaultCxUserToSegmentDao. 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 UserModel Modifier and Type Method Description java.util.Collection<UserModel>DefaultCxSegmentService. getUsersFromSegment(CxSegmentModel segment)Methods in de.hybris.platform.personalizationservices.segment.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultCxUserSegmentService. addUserSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userSegments)voidDefaultCxUserSegmentSessionService. addUserSegmentsInSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userSegments)protected voidDefaultCxSegmentService. addUserToSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userToSegments)protected CxUserToSegmentModelDefaultCxSegmentServiceIntegrationTest. createUserSegment(UserModel user, java.math.BigDecimal affinity, java.lang.String segmentCode, BaseSiteModel baseSite)protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest. createUserSegment(UserModel user, java.lang.String providerId, java.math.BigDecimal affinity, java.lang.String segmentCode, BaseSiteModel baseSite)protected CxUserToSegmentModelDefaultCxUserSegmentServiceIntegrationTest. createUserSegment(UserModel user, java.math.BigDecimal affinity, java.lang.String segmentCode, BaseSiteModel baseSite)protected java.util.Collection<CxUserToSegmentModel>DefaultCxSegmentServiceIntegrationTest. createUserSegments(UserModel user, java.math.BigDecimal affinity, BaseSiteModel baseSite, java.lang.String... segments)protected java.util.Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest. createUserSegments(UserModel user, java.lang.String providerId, java.math.BigDecimal affinity, BaseSiteModel baseSite, java.lang.String... segments)protected java.util.Collection<CxUserToSegmentModel>DefaultCxUserSegmentServiceIntegrationTest. createUserSegments(UserModel user, java.math.BigDecimal affinity, BaseSiteModel baseSite, java.lang.String... segments)protected java.util.Collection<UserToSegmentData>DefaultCxUserSegmentSessionServiceIntegrationTest. createUserSegments(UserModel user, java.lang.String providerId, java.math.BigDecimal affinity, java.lang.String... segments)protected java.util.Collection<UserToSegmentData>DefaultCxUserSegmentSessionServiceIntegrationTest. createUserSegments(UserModel user, java.math.BigDecimal affinity, java.lang.String... segments)java.util.Collection<CxSegmentModel>DefaultCxSegmentService. getSegmentsFromUser(UserModel user)java.util.Collection<CxUserToSegmentModel>DefaultCxUserSegmentService. getUserSegments(UserModel user)java.util.Collection<CxUserToSegmentModel>DefaultCxUserSegmentService. getUserSegments(UserModel user, BaseSiteModel baseSite)java.util.Collection<UserToSegmentData>DefaultCxUserSegmentSessionService. getUserSegmentsFromSession(UserModel user)protected java.lang.StringDefaultCxUserSegmentSessionService. getUserSegmentsSessionKey(UserModel user)java.util.Collection<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentForCalculation(UserModel user)protected java.util.Collection<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentForCurrentBaseSite(UserModel user)java.util.Collection<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentForUser(UserModel user)SearchPageData<CxUserToSegmentModel>DefaultCxSegmentService. getUserToSegmentModel(UserModel user, CxSegmentModel segment, BaseSiteModel baseSite, SearchPageData<?> pagination)booleanDefaultCxUserSegmentSessionService. isUserSegmentStoredInSession(UserModel user)voidDefaultCxUserSegmentSessionService. loadUserSegmentsIntoSession(UserModel user)voidDefaultCxUserSegmentService. removeUserSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userSegmentsToRemove)voidDefaultCxUserSegmentSessionService. removeUserSegmentsFromSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userSegmentsToRemove)protected voidDefaultCxSegmentService. removeUserToSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userToSegments)voidDefaultCxUserSegmentService. setUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments)voidDefaultCxUserSegmentService. setUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments, CxCalculationContext context)voidDefaultCxUserSegmentService. setUserSegments(UserModel user, java.util.Collection<CxUserToSegmentModel> userSegments)voidDefaultCxUserSegmentSessionService. setUserSegmentsInSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments)voidDefaultCxUserSegmentSessionService. setUserSegmentsInSession(UserModel user, java.util.Collection<? extends UserToSegmentData> userToSegments, CxCalculationContext context)voidDefaultCxSegmentService. updateUserSegments(UserModel user)voidDefaultCxSegmentService. updateUserSegments(UserModel user, CxCalculationContext context)protected voidDefaultCxUserSegmentService. updateUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments, boolean onlyAdd)protected voidDefaultCxUserSegmentService. updateUserSegments(UserModel user, BaseSiteModel baseSite, java.util.Collection<CxUserToSegmentModel> userSegments, java.util.Set<java.lang.String> providers, boolean onlyAdd)protected voidDefaultCxUserSegmentService. updateUserSegments(UserModel user, java.util.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 UserModel Modifier and Type Method Description voidCxService. 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, java.util.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.java.util.List<CxAbstractActionResult>CxService. getActionResultsFromSession(UserModel user)Returned action results stored in session for the user and all configured catalog version.java.util.List<CxAbstractActionResult>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, java.util.Collection<CatalogVersionModel> catalogVersions)Load calculated personalization for user and catalog version from the database to the session.voidCxRecalculationService. recalculate(UserModel user, java.util.List<RecalculateAction> recalculateActions)Recalculates experience for given user.java.util.List<CxPersonalizationProcessModel>CxService. startPersonalizationCalculationProcesses(UserModel user)Update the customer experience through the process engine (asynchronous).java.util.List<CxPersonalizationProcessModel>CxService. startPersonalizationCalculationProcesses(UserModel user, CxCalculationContext context)Update the customer experience through the process engine (asynchronous).java.util.List<CxPersonalizationProcessModel>CxService. startPersonalizationCalculationProcesses(UserModel user, java.util.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 UserModel Modifier and Type Method Description protected voidDefaultCxRecalculationService. asyncRecalculate(UserModel user, java.util.Set<java.lang.String> asyncProcessProviders)protected java.util.List<CxAbstractActionResult>DefaultCxService. calculateActionResults(UserModel user, java.util.Collection<CxVariationModel> variations)protected voidDefaultCxRecalculationService. calculateAndLoadInSession(UserModel user)voidDefaultCxService. calculateAndLoadPersonalizationInSession(UserModel user)voidDefaultCxService. calculateAndLoadPersonalizationInSession(UserModel user, CatalogVersionModel catalogVersion)voidDefaultCxService. calculateAndLoadPersonalizationInSession(UserModel cxContextUser, CatalogVersionModel catalogVersion, java.util.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)java.util.List<CxAbstractActionResult>DefaultCxService. getActionResultsFromSession(UserModel user)java.util.List<CxAbstractActionResult>DefaultCxService. getActionResultsFromSession(UserModel user, CatalogVersionModel catalogVersion)voidDefaultCxService. loadPersonalizationInSession(UserModel user)voidDefaultCxService. loadPersonalizationInSession(UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions)protected voidDefaultCxRecalculationService. loadResult(UserModel user)voidDefaultCxRecalculationService. recalculate(UserModel user, java.util.List<RecalculateAction> recalculateActions)java.util.List<CxPersonalizationProcessModel>DefaultCxService. startPersonalizationCalculationProcesses(UserModel user)java.util.List<CxPersonalizationProcessModel>DefaultCxService. startPersonalizationCalculationProcesses(UserModel user, CxCalculationContext context)java.util.List<CxPersonalizationProcessModel>DefaultCxService. startPersonalizationCalculationProcesses(UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions)protected java.util.List<CxPersonalizationProcessModel>DefaultCxService. startPersonalizationCalculationProcesses(UserModel user, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.Map<java.lang.String,java.lang.Object> processParameters)protected voidDefaultCxRecalculationService. updateSegments(UserModel user, java.util.Set<java.lang.String> updateProviders) -
Uses of UserModel in de.hybris.platform.personalizationservices.strategies
Methods in de.hybris.platform.personalizationservices.strategies with parameters of type UserModel Modifier and Type Method Description java.lang.StringCxProcessKeyStrategy. getProcessKey(UserModel user, CatalogVersionModel catalogVersion)Create key identifying processjava.lang.StringProcessSelectionStrategy. retrieveProcessDefinitionName(UserModel user, java.util.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 UserModel Modifier and Type Method Description java.lang.StringDefaultCxProcessKeyStrategy. getProcessKey(UserModel user, CatalogVersionModel catalogVersions)java.lang.StringDefaultProcessSelectionStrategy. retrieveProcessDefinitionName(UserModel user, java.util.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 UserModel Modifier and Type Method Description protected java.util.Collection<UserToSegmentData>CxRegisteredUserSessionCloseTaskRunnerTest. createUserSegments(UserModel user, java.math.BigDecimal affinity, java.lang.String... segments) -
Uses of UserModel in de.hybris.platform.personalizationservices.trigger
Methods in de.hybris.platform.personalizationservices.trigger with parameters of type UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>CxTriggerService. 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 UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>CxSegmentTriggerDao. findApplicableVariations(UserModel user, java.math.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 UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>DefaultCxSegmentTriggerDao. findApplicableVariations(UserModel user, java.math.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 UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>DefaultCxTriggerService. 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 UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>CxTriggerStrategy. 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 UserModel Modifier and Type Method Description java.util.Collection<CxVariationModel>CxDefaultTriggerStrategy. getVariations(UserModel user, CatalogVersionModel catalogVersion)java.util.Collection<CxVariationModel>DefaultSegmentTriggerStrategy. getVariations(UserModel user, CatalogVersionModel catalogVersion)java.util.Collection<CxVariationModel>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 UserModel Modifier and Type Method Description java.util.List<CxVariationModel>CxVariationService. 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 UserModel Modifier and Type Method Description protected UserModelDefaultCxVariationServiceTest. createUser(CxSegmentModel... segments)Methods in de.hybris.platform.personalizationservices.variation.impl with parameters of type UserModel Modifier and Type Method Description java.util.List<CxVariationModel>DefaultCxVariationService. 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 UserModel Modifier and Type Method Description protected java.util.Optional<Profile>ConsumptionLayerUserSegmentsProvider. getProfileData(UserModel user)java.util.List<SegmentMappingData>ConsumptionLayerUserSegmentsProvider. getUserSegments(UserModel user) -
Uses of UserModel in de.hybris.platform.personalizationyprofile.strategy
Methods in de.hybris.platform.personalizationyprofile.strategy with parameters of type UserModel Modifier and Type Method Description java.lang.StringCxProfileIdentifierStrategy. 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 UserModel Modifier and Type Method Description protected java.lang.StringDefaultCxProfileIdentifierStrategy. findProfileIdentifier(UserModel user)protected java.lang.StringSimpleCxProfileIdentifierStrategy. findProfileIdentifier(UserModel user)protected java.lang.StringDefaultCxProfileIdentifierStrategy. findProfileIdentifierForRegisteredUser(UserModel user)protected java.lang.StringSimpleCxProfileIdentifierStrategy. findProfileIdentifierForRegisteredUser(UserModel user)java.lang.StringDefaultCxProfileIdentifierStrategy. getProfileIdentifier(UserModel user)java.lang.StringSimpleCxProfileIdentifierStrategy. getProfileIdentifier(UserModel user)protected java.lang.StringDefaultCxProfileIdentifierStrategy. getProfileIdentifierFromSession(UserModel user)protected java.lang.StringSimpleCxProfileIdentifierStrategy. getProfileIdentifierFromSession(UserModel user)protected java.lang.StringDefaultCxProfileIdentifierStrategy. getSessionAttributeKey(UserModel user)protected java.lang.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, java.lang.String profileId)protected voidSimpleCxProfileIdentifierStrategy. storeProfileIdentifierInSession(UserModel user, java.lang.String profileId) -
Uses of UserModel in de.hybris.platform.platformbackoffice.dao
Methods in de.hybris.platform.platformbackoffice.dao with parameters of type UserModel Modifier and Type Method Description java.util.List<BackofficeSavedQueryModel>BackofficeSavedQueryDAO. 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 UserModel Modifier and Type Method Description java.util.List<BackofficeSavedQueryModel>DefaultBackofficeSavedQueryDAO. findSavedQueries(UserModel userModel) -
Uses of UserModel in de.hybris.platform.platformbackoffice.model
Methods in de.hybris.platform.platformbackoffice.model that return UserModel Modifier and Type Method Description UserModelBackofficeSavedQueryModel. getQueryOwner()Generated method - Getter of theBackofficeSavedQuery.queryOwnerattribute defined at extensionplatformbackoffice.Methods in de.hybris.platform.platformbackoffice.model with parameters of type UserModel Modifier and Type Method Description voidBackofficeSavedQueryModel. setQueryOwner(UserModel value)Generated method - Setter ofBackofficeSavedQuery.queryOwnerattribute defined at extensionplatformbackoffice.Constructors in de.hybris.platform.platformbackoffice.model with parameters of type UserModel Constructor Description BackofficeSavedQueryModel(ItemModel _owner, UserModel _queryOwner, java.lang.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, java.lang.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 UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description BackofficeSavedQueryModelBackofficeSavedQueriesService. createSavedQuery(java.util.Map<java.util.Locale,java.lang.String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData advancedSearchData, UserModel userModel, java.util.List<UserGroupModel> groups)Creates saved query fromAdvancedSearchInitContextjava.util.List<BackofficeSavedQueryModel>BackofficeSavedQueriesService. 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 UserModel Modifier and Type Method Description BackofficeSavedQueryModelBackofficeSavedQueriesServiceImpl. createSavedQuery(java.util.Map<java.util.Locale,java.lang.String> queryName, com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData asd, UserModel userModel, java.util.List<UserGroupModel> groups)java.util.List<BackofficeSavedQueryModel>BackofficeSavedQueriesServiceImpl. getSavedQueries(UserModel userModel) -
Uses of UserModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return UserModel Modifier and Type Method Description UserModelCreateWorkflowForm. getOwner()Methods in de.hybris.platform.platformbackoffice.widgets.workflow with parameters of type UserModel Modifier and Type Method Description voidCreateWorkflowForm. setOwner(UserModel owner) -
Uses of UserModel in de.hybris.platform.platformbackoffice.widgets.workflowactionadapter
Methods in de.hybris.platform.platformbackoffice.widgets.workflowactionadapter that return UserModel Modifier and Type Method Description protected UserModelWorkflowActionAdapterController. getCurrentUser()Deprecated. -
Uses of UserModel in de.hybris.platform.processengine.model
Methods in de.hybris.platform.processengine.model that return UserModel Modifier and Type Method Description UserModelBusinessProcessModel. getUser()Generated method - Getter of theBusinessProcess.userattribute defined at extensionprocessing.Methods in de.hybris.platform.processengine.model with parameters of type UserModel Modifier and Type Method Description voidBusinessProcessModel. setUser(UserModel value)Generated method - Setter ofBusinessProcess.userattribute defined at extensionprocessing. -
Uses of UserModel in de.hybris.platform.productcockpit.model.favorites
Methods in de.hybris.platform.productcockpit.model.favorites that return UserModel Modifier and Type Method Description UserModelFavoriteCategoryImpl. getUser()Methods in de.hybris.platform.productcockpit.model.favorites with parameters of type UserModel Modifier and Type Method Description voidFavoriteCategoryImpl. setUser(UserModel user) -
Uses of UserModel in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type UserModel Modifier and Type Method Description FavoriteCategoryFavoriteCategoryService. createFavoriteCategory(java.lang.String label, UserModel user)Prepares a favourite category containerjava.util.List<CatalogVersionModel>CatalogService. getAllCatalogVersions(UserModel user)Get all available catalog versions for an userjava.util.List<CatalogModel>CatalogService. getAvailableCatalogs(UserModel user)Get the available catalogs for an userjava.util.List<CatalogVersionModel>CatalogService. getCatalogVersions(CatalogModel catalog, UserModel user)Get the catalog versions for a catalogjava.util.List<FavoriteCategory>FavoriteCategoryService. getFavoriteCategories(UserModel user)Gets favorite categories for particular userjava.util.List<CatalogVersionModel>CatalogService. 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 UserModel Modifier and Type Method Description FavoriteCategoryFavoriteCategoryServiceImpl. createFavoriteCategory(java.lang.String label, UserModel user)java.util.List<CatalogVersionModel>CatalogServiceImpl. getAllCatalogVersions(UserModel u)java.util.List<CatalogModel>CatalogServiceImpl. getAvailableCatalogs(UserModel u)java.util.List<CatalogVersionModel>CatalogServiceImpl. getCatalogVersions(CatalogModel catalog, UserModel u)java.util.List<FavoriteCategory>FavoriteCategoryServiceImpl. getFavoriteCategories(UserModel user)java.util.List<CatalogVersionModel>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 UserModel Modifier and Type Method Description CockpitSavedQueryModelProductSavedQueryServiceImpl. createSavedQuery(java.lang.String label, Query query, UserModel user)java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsServiceImpl. getNotSharedQueries(SearchProvider provider, UserModel user)java.util.Collection<CockpitSavedQueryModel>SavedQueryUserRightsServiceImpl. getSavedQueries(SearchProvider provider, UserModel user)java.util.Collection<CockpitSavedQueryModel>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 UserModel Modifier and Type Method Description voidCatalogNavigationArea. createFavoriteCategory(java.lang.String label, UserModel user)ObjectCollectionNavigationArea. pasteProductToCollection(ObjectCollection collection, java.util.List<java.lang.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 UserModel Modifier and Type Method Description protected UserModelCalculateWithPromotionsAction. determineSessionUser(AbstractOrderModel order) -
Uses of UserModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl with parameters of type UserModel Modifier and Type Method Description protected OrderReturnRecordEntryModelDefaultOrderReturnRecordsHandler. createRefundRecordEntry(OrderModel order, OrderReturnRecordModel returnRecord, OrderHistoryEntryModel snapshot, java.util.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 UserModel Constructor Description ReplacementOrderModel(CurrencyModel _currency, java.util.Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.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, java.util.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, java.util.Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, java.lang.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, java.util.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 UserModel Modifier and Type Method Description protected Converter<UserModel,UserRAO>AbstractOrderRaoPopulator. getUserConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type UserModel Modifier and Type Method Description protected voidAbstractOrderRaoPopulator. convertAndSetUser(P target, UserModel user)voidUserRaoPopulator. populate(UserModel source, UserRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type UserModel Modifier and Type Method Description voidAbstractOrderRaoPopulator. 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 Modifier and Type Method Description java.lang.StringUserIdentifier. apply(UserModel 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 UserModel Modifier and Type Method Description protected java.util.function.Function<UserModel,java.lang.String>CustomerRuleParameterValueMapper. getUserIdentifierProvider()Method parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with type arguments of type UserModel Modifier and Type Method Description voidCustomerRuleParameterValueMapper. setUserIdentifierProvider(java.util.function.Function<UserModel,java.lang.String> userIdentifierProvider) -
Uses of UserModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type UserModel Modifier and Type Method Description CartTestContextBuilderCartTestContextBuilder. withUser(UserModel user) -
Uses of UserModel in de.hybris.platform.samlsinglesignon
Methods in de.hybris.platform.samlsinglesignon that return UserModel Modifier and Type Method Description protected UserModelDefaultSSOService. createNewUser(java.lang.String id, java.lang.String name, DefaultSSOService.SSOUserMapping userMapping)create a new userUserModelDefaultSSOService. getOrCreateSSOUser(java.lang.String id, java.lang.String name, java.util.Collection<java.lang.String> roles)UserModelSSOUserService. getOrCreateSSOUser(java.lang.String id, java.lang.String name, java.util.Collection<java.lang.String> roles)Return UserModel for existing user or for the newly created.protected UserModelDefaultSSOService. lookupExisting(java.lang.String id, DefaultSSOService.SSOUserMapping mapping)Check if a user exists or notMethods in de.hybris.platform.samlsinglesignon with parameters of type UserModel Modifier and Type Method Description protected voidDefaultSSOService. adjustUserAttributes(UserModel user, DefaultSSOService.SSOUserMapping mapping)Adjusting user groups -
Uses of UserModel in de.hybris.platform.sap.c4c.quote.events
Constructors in de.hybris.platform.sap.c4c.quote.events with parameters of type UserModel Constructor Description C4CQuoteBuyerSubmitEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType)Default ConstructorC4CQuoteCancelEvent(QuoteModel quote, UserModel userModel, QuoteUserType quoteUserType)Default Constructor -
Uses of UserModel in de.hybris.platform.sap.c4c.quote.service.impl
Methods in de.hybris.platform.sap.c4c.quote.service.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultC4CQuoteService. cancelQuote(QuoteModel quoteModel, UserModel userModel)QuoteModelDefaultC4CQuoteService. submitQuote(QuoteModel quoteModel, UserModel userModel) -
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 UserModel Modifier and Type Method Description protected Converter<UserModel,UserRAO>ProductConfigCartRAOPopulator. getUserConverter()Method parameters in de.hybris.platform.sap.productconfig.rules.rao.populator with type arguments of type UserModel Modifier and Type Method Description voidProductConfigCartRAOPopulator. 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 UserModel Modifier and Type Method Description ProductConfigurationModelProductConfigurationPersistenceServiceImpl. getByProductCodeAndUser(java.lang.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 UserModel Modifier and Type Method Description ProductConfigurationModelProductConfigurationPersistenceService. getByProductCodeAndUser(java.lang.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 UserModel Modifier and Type Method Description UserModelProductConfigurationModel. getUser()Generated method - Getter of theProductConfiguration.userattribute defined at extensionsapproductconfigservices.Methods in de.hybris.platform.sap.productconfig.services.model with parameters of type UserModel Modifier and Type Method Description voidProductConfigurationModel. setUser(UserModel value)Generated method - Setter ofProductConfiguration.userattribute defined at extensionsapproductconfigservices.Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type UserModel Constructor Description ProductConfigurationModel(ItemModel _owner, java.util.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(java.util.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 UserModel Modifier and Type Method Description booleanProductConfigurationQuoteActionValidationStrategyImpl. isValidAction(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)voidProductConfigurationQuoteActionValidationStrategyImpl. validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel) -
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 UserModel Modifier and Type Method Description protected UserModelPersistenceConfigurationCopyStrategyImpl. updateCurrentUserIfRequired(AbstractOrderModel source)Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type UserModel Modifier and Type Method Description protected booleanPersistenceConfigurationLifecycleStrategyImpl. isAdminUser(UserModel currentUser)protected booleanPersistenceConfigurationLifecycleStrategyImpl. isSameUser(ProductConfigurationModel productConfiguration, UserModel currentUser) -
Uses of UserModel in de.hybris.platform.sap.sapordermgmtb2bfacades.cart
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart with parameters of type UserModel Modifier and Type Method Description CartRestorationDataCartRestorationFacade. restoreSavedCart(java.lang.String guid, UserModel currentUser)Restores current users's saved cart from the hybris persistence layer -
Uses of UserModel in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl
Methods in de.hybris.platform.sap.sapordermgmtb2bfacades.cart.impl with parameters of type UserModel Modifier and Type Method Description CartRestorationDataDefaultCartRestorationFacade. restoreSavedCart(java.lang.String guid, UserModel currentUser) -
Uses of UserModel in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Method parameters in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type arguments of type UserModel Modifier and Type Method Description voidDefaultOrderPopulator. setB2bCustomerConverter(Converter<UserModel,CustomerData> b2bCustomerConverter) -
Uses of UserModel in de.hybris.platform.savedorderforms.daos
Methods in de.hybris.platform.savedorderforms.daos with parameters of type UserModel Modifier and Type Method Description java.util.List<OrderFormModel>OrderFormDao. 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 Modifier and Type Method Description java.util.List<OrderFormModel>DefaultOrderFormDao. findOrderFormsForUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.savedorderforms.model
Methods in de.hybris.platform.savedorderforms.model that return UserModel Modifier and Type Method Description UserModelOrderFormModel. getUser()Generated method - Getter of theOrderForm.userattribute defined at extensionsavedorderforms.Methods in de.hybris.platform.savedorderforms.model with parameters of type UserModel Modifier and Type Method Description voidOrderFormModel. setUser(UserModel value)Generated method - Setter ofOrderForm.userattribute defined at extensionsavedorderforms.Constructors in de.hybris.platform.savedorderforms.model with parameters of type UserModel Constructor Description OrderFormModel(java.lang.String _code, CurrencyModel _currency, java.util.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(java.lang.String _code, CurrencyModel _currency, java.util.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 UserModel Modifier and Type Method Description java.util.List<OrderFormModel>OrderFormService. 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 UserModel Modifier and Type Method Description java.util.List<OrderFormModel>DefaultOrderFormService. getOrderFormsForUser(UserModel userModel) -
Uses of UserModel in de.hybris.platform.scimfacades.user
Methods in de.hybris.platform.scimfacades.user that return UserModel Modifier and Type Method Description UserModelScimUserFacade. getUserForScimUserId(java.lang.String scimUserId)Get user for scimUser id -
Uses of UserModel in de.hybris.platform.scimfacades.user.impl
Methods in de.hybris.platform.scimfacades.user.impl that return UserModel Modifier and Type Method Description UserModelDefaultScimUserFacade. getUserForScimUserId(java.lang.String scimUserId)Methods in de.hybris.platform.scimfacades.user.impl that return types with arguments of type UserModel Modifier and Type Method Description Converter<UserModel,ScimUser>DefaultScimUserFacade. getScimUserConverter()Converter<ScimUser,UserModel>DefaultScimUserFacade. getScimUserReverseConverter()Method parameters in de.hybris.platform.scimfacades.user.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultScimUserFacade. setScimUserConverter(Converter<UserModel,ScimUser> scimUserConverter)voidDefaultScimUserFacade. setScimUserReverseConverter(Converter<ScimUser,UserModel> scimUserReverseConverter) -
Uses of UserModel in de.hybris.platform.scimfacades.user.populators
Methods in de.hybris.platform.scimfacades.user.populators with parameters of type UserModel Modifier and Type Method Description voidScimUserPopulator. populate(UserModel userModel, ScimUser scimUser)voidScimUserReversePopulator. populate(ScimUser scimUser, UserModel user) -
Uses of UserModel in de.hybris.platform.scimservices.interceptors
Methods in de.hybris.platform.scimservices.interceptors with parameters of type UserModel Modifier and Type Method Description voidScimUserValidateInterceptor. onValidate(UserModel userModel, InterceptorContext context) -
Uses of UserModel in de.hybris.platform.secureportaladdon.services.impl
Methods in de.hybris.platform.secureportaladdon.services.impl with parameters of type UserModel Modifier and Type Method Description booleanSecureUserService. isAnonymousUser(UserModel user) -
Uses of UserModel in de.hybris.platform.selectivecartservices
Methods in de.hybris.platform.selectivecartservices with parameters of type UserModel Modifier and Type Method Description java.util.Optional<CartModel>SelectiveCartService. getSelectiveCartForUser(UserModel user)Finds invisible saved cart for selective cart -
Uses of UserModel in de.hybris.platform.selectivecartservices.daos
Methods in de.hybris.platform.selectivecartservices.daos with parameters of type UserModel Modifier and Type Method Description java.util.Optional<CartModel>SelectiveCartDao. findSelectiveCartByUser(UserModel user)Finds invisible saved cart for selective cartWishlist2ModelSelectiveCartDao. findWishlistByName(UserModel user, java.lang.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 UserModel Modifier and Type Method Description java.util.Optional<CartModel>DefaultSelectiveCartDao. findSelectiveCartByUser(UserModel user)Wishlist2ModelDefaultSelectiveCartDao. findWishlistByName(UserModel user, java.lang.String name)java.lang.IntegerSelectiveSaveCartDao. getSavedCartsCountForSiteAndUser(BaseSiteModel baseSite, UserModel user)SearchPageData<CartModel>SelectiveSaveCartDao. getSavedCartsForSiteAndUser(PageableData pageableData, BaseSiteModel baseSite, UserModel user, java.util.List<OrderStatus> orderStatus) -
Uses of UserModel in de.hybris.platform.selectivecartservices.impl
Methods in de.hybris.platform.selectivecartservices.impl that return UserModel Modifier and Type Method Description protected UserModelDefaultSelectiveCartService. getCurrentUser()Methods in de.hybris.platform.selectivecartservices.impl with parameters of type UserModel Modifier and Type Method Description java.util.Optional<CartModel>DefaultSelectiveCartService. getSelectiveCartForUser(UserModel user) -
Uses of UserModel in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob with parameters of type UserModel Modifier and Type Method Description java.lang.LongCronJobHistoryService. getAverageExecutionTime(UserModel userModel, java.lang.String jobCode, java.util.concurrent.TimeUnit timeUnit)Returns average execution time based on historical data.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(UserModel userModel, JobModel jobModel)Returns cron job history entries triggered by given user for given job.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate)Returns cron job history entries triggered by given user for given job type and time range.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.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.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.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.java.util.List<CronJobHistoryModel>CronJobHistoryService. getCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, UserModel userModel, java.util.Date startDate, java.util.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 UserModel Modifier and Type Method Description protected CronJobHistoryModelAbstractCronJobHistoryTest. createEntity(CronJobModel cronJob, JobModel jobOne, UserModel userModel, java.util.Date startDate, java.util.Date endDate, CronJobResult theResult, CronJobStatus theStatus)protected CronJobHistoryModelAbstractCronJobHistoryTest. createEntity(JobModel jobOne, UserModel userModel, java.util.Date startDate, java.util.Date endDate, CronJobResult theResult, CronJobStatus theStatus)java.lang.LongDefaultCronJobHistoryService. getAverageExecutionTime(UserModel userModel, java.lang.String jobCode, java.util.concurrent.TimeUnit timeUnit)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(UserModel userModel, JobModel jobModel)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate, CronJobResult theResult)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(UserModel userModel, java.lang.String jobItemType, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus)java.util.List<CronJobHistoryModel>DefaultCronJobHistoryService. getCronJobHistoryBy(java.util.Set<CronJobHistoryInclude> includes, UserModel userModel, java.util.Date startDate, java.util.Date finishDate, CronJobStatus theStatus) -
Uses of UserModel in de.hybris.platform.servicelayer.internal.model.order
Constructors in de.hybris.platform.servicelayer.internal.model.order with parameters of type UserModel Constructor Description InMemoryCartModel(CurrencyModel _currency, java.util.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, java.util.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 UserModel Modifier and Type Method Description UserModelAbstractQuery. getUser()Gets the user for which query will be executed.Methods in de.hybris.platform.servicelayer.search with parameters of type UserModel Modifier and Type Method Description voidAbstractQuery. setUser(UserModel user)Sets the user to the search session context. -
Uses of UserModel in de.hybris.platform.servicelayer.security.auth
Methods in de.hybris.platform.servicelayer.security.auth that return UserModel Modifier and Type Method Description UserModelAuthenticationService. checkCredentials(java.lang.String login, java.lang.String password)check credentials.UserModelAuthenticationService. login(java.lang.String login, java.lang.String password)login the user identified with login and password. -
Uses of UserModel in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl that return UserModel Modifier and Type Method Description UserModelDefaultAuthenticationService. checkCredentials(java.lang.String login, java.lang.String password)UserModelDefaultAuthenticationService. login(java.lang.String login, java.lang.String password) -
Uses of UserModel in de.hybris.platform.servicelayer.security.spring
Methods in de.hybris.platform.servicelayer.security.spring with parameters of type UserModel Modifier and Type Method Description org.springframework.security.core.AuthenticationDefaultUserToAuthenticationConverter. convert(UserModel user)org.springframework.security.core.AuthenticationUserToAuthenticationConverter. convert(UserModel user)Convert 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 UserModel Modifier and Type Method Description java.lang.ObjectMockSessionService. 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 UserModel Modifier and Type Method Description java.lang.ObjectDefaultSessionService. 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 UserModel Modifier and Type Method Description <T extends UserModel>
TUserService. getUserForUID(java.lang.String userId, java.lang.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 UserModel Modifier and Type Method Description UserModelUserService. getCurrentUser()Returns the current user from theSession.UserModelUserService. getUser(java.lang.String userId)Deprecated.since 6.1.0 - wrong naming, please useUserService.getUserForUID(String)UserModelUserService. getUserForUID(java.lang.String userId)Returns theUserModelfor the specifieduserIdMethods in de.hybris.platform.servicelayer.user with parameters of type UserModel Modifier and Type Method Description voidContactInfoService. addContactInfos(UserModel user, AbstractContactInfoModel... contactInfo)Adds one or more contact info to the list of user's contact infos.AddressModelAddressService. createAddressForUser(UserModel user)Creates a new, not persistedAddressModelfor the given user.java.lang.StringPasswordEncoderService. decode(UserModel user)Tries to decodes from the givenuserthe encoded password based on the encoding set to the user.java.lang.StringPasswordEncoderService. encode(UserModel user, java.lang.String plainTextPassword, java.lang.String passwordEncoding)Encodes the givenplainTextPasswordwith the corresponding PasswordEncoder (based on thepasswordEncoding) and returns it.java.util.Set<UserGroupModel>UserService. getAllUserGroupsForUser(UserModel user)Gets all user groups for the given user.<T extends UserGroupModel>
java.util.Set<T>UserService. getAllUserGroupsForUser(UserModel user, java.lang.Class<T> clazz)Gets all user groups for the given user and specified (result) class.AbstractContactInfoModelContactInfoService. getMainContactInfo(UserModel user)Gets main contact info object for given user or null if the list of contact infos for user is empty.java.lang.StringUserService. getPassword(UserModel user)Returns for the given user the decoded password if this is possible.java.util.List<AbstractUserAuditModel>UserService. getUserAudits(UserModel user)Gets audit information about user previous password hashes.booleanUserService. isAdmin(UserModel user)Checks 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.booleanUserNetCheckingStrategy. isNetUser(UserModel user)Implement this to define whether a user should be treated as net or gross customer.booleanUserService. isPasswordIdenticalToAudited(UserModel user, java.lang.String plainPassword, UserPasswordChangeAuditModel audit)Checks if password is the same as the previous password.booleanPasswordEncoderService. isValid(UserModel user, java.lang.String plainPassword)Checks 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, java.lang.String encodedPassword)Sets the encoded password to the given user.voidUserService. setEncodedPassword(UserModel user, java.lang.String encodedPassword, java.lang.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, java.lang.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, java.lang.String plainPassword, java.lang.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, java.lang.String plainPassword)Encodes the given plain text password with the default password encoding and set the encoded password to the given user.java.util.List<PasswordPolicyViolation>PasswordPolicy. verifyPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding)java.util.List<PasswordPolicyViolation>PasswordPolicyService. verifyPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding) -
Uses of UserModel in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos that return UserModel Modifier and Type Method Description UserModelUserDao. findUserByUID(java.lang.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 Modifier and Type Method Description UserModelDefaultUserDao. findUserByUID(java.lang.String uid) -
Uses of UserModel in de.hybris.platform.servicelayer.user.dynamic
Methods in de.hybris.platform.servicelayer.user.dynamic with parameters of type UserModel Modifier and Type Method Description java.util.DateUserCurrentDateAttributeHandler. get(UserModel model)java.util.DateUserCurrentTimeAttributeHandler. get(UserModel model)java.lang.StringUserDisplayNameLocalizedAttributeHandler. get(UserModel model)java.lang.StringUserDisplayNameLocalizedAttributeHandler. get(UserModel model, java.util.Locale loc)java.lang.StringUserPasswordAttributeHandler. get(UserModel model)voidUserCurrentDateAttributeHandler. set(UserModel model, java.util.Date value)voidUserCurrentTimeAttributeHandler. set(UserModel model, java.util.Date value)voidUserDisplayNameLocalizedAttributeHandler. set(UserModel model, java.lang.String value)voidUserDisplayNameLocalizedAttributeHandler. set(UserModel model, java.lang.String value, java.util.Locale loc)voidUserPasswordAttributeHandler. set(UserModel model, java.lang.String password) -
Uses of UserModel in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl with type parameters of type UserModel Modifier and Type Method Description <T extends UserModel>
TDefaultUserService. getUserForUID(java.lang.String userId, java.lang.Class<T> clazz)Methods in de.hybris.platform.servicelayer.user.impl that return UserModel Modifier and Type Method Description UserModelDefaultUserService. getCurrentUser()UserModelDefaultUserService. getUser(java.lang.String uid)Deprecated.since 6.1.0UserModelDefaultUserService. getUserForUID(java.lang.String userId)Methods in de.hybris.platform.servicelayer.user.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultContactInfoService. addContactInfos(UserModel user, AbstractContactInfoModel... contactInfos)protected voidDefaultUserService. assurePasswordCompliance(UserModel user, java.lang.String plainPassword, java.lang.String encoding)AddressModelDefaultAddressService. createAddressForUser(UserModel user)BruteForceLoginDisabledAuditModelUserAuditFactory. createBruteForceLoginDisabledAudit(UserModel user, java.lang.Integer numFailedLogins)java.lang.StringDefaulPasswordEncoderService. decode(UserModel user)java.lang.StringDefaulPasswordEncoderService. encode(UserModel user, java.lang.String plainTextPassword, java.lang.String passwordEncoding)java.util.Set<UserGroupModel>DefaultUserService. getAllUserGroupsForUser(UserModel user)<T extends UserGroupModel>
java.util.Set<T>DefaultUserService. getAllUserGroupsForUser(UserModel user, java.lang.Class<T> clazz)AbstractContactInfoModelDefaultContactInfoService. getMainContactInfo(UserModel user)java.lang.StringDefaultUserService. getPassword(UserModel user)java.util.List<AbstractUserAuditModel>DefaultUserService. getUserAudits(UserModel user)protected java.util.Set<java.lang.String>DefaultPasswordPolicyService. getUserGroupsUIDs(UserModel user)booleanDefaultUserService. isAdmin(UserModel user)booleanDefaultUserService. 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, java.lang.String plainPassword, UserPasswordChangeAuditModel audit)booleanDefaulPasswordEncoderService. isValid(UserModel user, java.lang.String plainPassword)booleanDefaulPasswordEncoderService. isValid(UserModel user, java.lang.String encoding, java.lang.String encodedPassword)voidDefaultContactInfoService. removeContactInfos(UserModel user, AbstractContactInfoModel... contactInfos)voidDefaultUserService. setCurrentUser(UserModel user)voidDefaultUserService. setEncodedPassword(UserModel user, java.lang.String encodedPassword)voidDefaultUserService. setEncodedPassword(UserModel user, java.lang.String encodedPassword, java.lang.String encoding)voidDefaultContactInfoService. setMainContactInfo(UserModel user, AbstractContactInfoModel contactInfo)voidDefaultUserService. setPassword(UserModel user, java.lang.String plainPassword)voidDefaultUserService. setPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding)voidDefaultUserService. setPasswordWithDefaultEncoding(UserModel user, java.lang.String plainPassword)java.util.List<PasswordPolicyViolation>BlacklistFilePasswordPolicy. verifyPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding)java.util.List<PasswordPolicyViolation>DefaultPasswordPolicyService. verifyPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding)java.util.List<PasswordPolicyViolation>RegexPasswordPolicy. verifyPassword(UserModel user, java.lang.String plainPassword, java.lang.String encoding) -
Uses of UserModel in de.hybris.platform.servicelayer.user.interceptors
Methods in de.hybris.platform.servicelayer.user.interceptors that return UserModel Modifier and Type Method Description protected UserModelUserAuthenticationTokensRemovePrepareInterceptorTest. getUserModel()Methods in de.hybris.platform.servicelayer.user.interceptors with parameters of type UserModel Modifier and Type Method Description voidUserAuthenticationTokensRemovePrepareInterceptor. 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 UserModel Modifier and Type Method Description voidUserUidPopulator. 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 UserModel Modifier and Type Method Description protected UserModelAbstractIndexerStrategy. resolveSessionUser() -
Uses of UserModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return UserModel Modifier and Type Method Description UserModelSolrIndexerQueryModel. getUser()Generated method - Getter of theSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type UserModel Modifier and Type Method Description voidSolrIndexerQueryModel. setUser(UserModel value)Generated method - Setter ofSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch. -
Uses of UserModel in de.hybris.platform.subscriptionservices.daos.impl
Methods in de.hybris.platform.subscriptionservices.daos.impl with parameters of type UserModel Modifier and Type Method Description java.util.List<CartModel>DefaultSubscriptionCommerceCartDao. getCartsForSiteAndUser(BaseSiteModel site, UserModel user) -
Uses of UserModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return UserModel Modifier and Type Method Description UserModelTestDataCreator. createEmployee(java.lang.String uid, java.lang.String name)UserModelTestDataCreator. createUser(java.lang.String uid, java.lang.String name) -
Uses of UserModel in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type UserModel Modifier and Type Method Description java.util.List<CsTicketModel>TicketDao. findTicketsByCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>TicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in descending and order by Modified date time.SearchPageData<CsTicketModel>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 UserModel Modifier and Type Method Description java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel customer)SearchPageData<CsTicketModel>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 UserModel Constructor Description CsCustomerEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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, java.lang.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 Modifier and Type Field Description protected UserModelAbstractTicketsystemTest. testUser -
Uses of UserModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return UserModel Modifier and Type Method Description UserModelCsTicketModel. getCustomer()Generated method - Getter of theCsTicket.customerattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type UserModel Modifier and Type Method Description voidCsTicketModel. 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 UserModel Modifier and Type Method Description MediaModelTicketAttachmentsService. createAttachment(java.lang.String name, java.lang.String contentType, byte[] data, UserModel customer)CreateMediaModelattachment based on provided parameters.java.util.List<CsTicketModel>TicketService. getTicketsForCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>TicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in order by Modified date and time.SearchPageData<CsTicketModel>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 UserModel Modifier and Type Method Description MediaModelDefaultTicketAttachmentsService. createAttachment(java.lang.String name, java.lang.String contentType, byte[] data, UserModel customer)java.util.List<CsTicketModel>DefaultTicketService. getTicketsForCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in order by Modified date and time.SearchPageData<CsTicketModel>DefaultTicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData)protected CsTicketModelDefaultTicketBusinessService. populateTicketDetails(UserModel customer, AbstractOrderModel abstractOrder, CsTicketCategory category, CsTicketPriority priority, EmployeeModel assignedAgent, CsAgentGroupModel assignedGroup, java.lang.String headline) -
Uses of UserModel in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return UserModel Modifier and Type Method Description UserModelCsTicketParameter. getCustomer()Methods in de.hybris.platform.ticketsystem.data with parameters of type UserModel Modifier and Type Method Description voidCsTicketParameter. setCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.ticketsystem.events
Methods in de.hybris.platform.ticketsystem.events that return UserModel Modifier and Type Method Description UserModelSessionEvent. getAgent()UserModelSessionEvent. getCustomer()Methods in de.hybris.platform.ticketsystem.events with parameters of type UserModel Modifier and Type Method Description voidSessionEvent. setAgent(UserModel agent)voidSessionEvent. setCustomer(UserModel customer) -
Uses of UserModel in de.hybris.platform.ticketsystem.events.model
Methods in de.hybris.platform.ticketsystem.events.model that return UserModel Modifier and Type Method Description UserModelSessionEndEventModel. getCustomer()Generated method - Getter of theSessionEndEvent.customerattribute defined at extensionticketsystem.UserModelSessionStartEventModel. getCustomer()Generated method - Getter of theSessionStartEvent.customerattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticketsystem.events.model with parameters of type UserModel Modifier and Type Method Description voidSessionEndEventModel. 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 UserModel Modifier and Type Method Description booleanVoucherModelService. isReservable(VoucherModel voucher, java.lang.String voucherCode, UserModel user) -
Uses of UserModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl with parameters of type UserModel Modifier and Type Method Description protected UserAbstractVoucherService. getUser(UserModel user)booleanDefaultVoucherModelService. isReservable(VoucherModel voucher, java.lang.String voucherCode, UserModel user) -
Uses of UserModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return UserModel Modifier and Type Method Description UserModelVoucherInvalidationModel. getUser()Generated method - Getter of theVoucherInvalidation.userattribute defined at extensionvoucher.Methods in de.hybris.platform.voucher.model with parameters of type UserModel Modifier and Type Method Description voidVoucherInvalidationModel. setUser(UserModel value)Generated method - Initial setter ofVoucherInvalidation.userattribute defined at extensionvoucher.Constructors in de.hybris.platform.voucher.model with parameters of type UserModel Constructor Description VoucherInvalidationModel(java.lang.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(java.lang.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 UserModel Modifier and Type Method Description UserModelUserSelectionStrategy. 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 UserModel Modifier and Type Method Description UserModelUserWithLowestLoadSelectionStrategy. 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 Modifier and Type Method Description UserModelOrderBuilder. setDefaultUser() -
Uses of UserModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return UserModel Modifier and Type Method Description UserModelUserModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type UserModel Modifier and Type Method Description CommentModelBuilderCommentModelBuilder. withAuthor(UserModel user)OrderModelBuilderOrderModelBuilder. withUser(UserModel user)PaymentInfoModelBuilderPaymentInfoModelBuilder. withUser(UserModel user)PriceRowBuilderPriceRowBuilder. withUser(UserModel user) -
Uses of UserModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return UserModel Modifier and Type Method Description UserModelUsers. AdminGroup()UserModelUsers. Bob()protected UserModelCustomers. getOrCreateUser(java.lang.String uid, java.lang.String name)protected UserModelUsers. getOrCreateUser(java.lang.String uid)UserModelUsers. ManagerMontrealDuke()UserModelUsers. ManagerMontrealMaisonneuve()UserModelUsers. Nancy()UserModelCustomers. polo()UserModelUsers. WarehouseAdministratorGroup()UserModelUsers. WarehouseAgentGroup()UserModelUsers. WarehouseManagerGroup() -
Uses of UserModel in de.hybris.platform.webservicescommons.model
Methods in de.hybris.platform.webservicescommons.model that return UserModel Modifier and Type Method Description UserModelOAuthAccessTokenModel. getUser()Generated method - Getter of theOAuthAccessToken.userattribute defined at extensionoauth2.Methods in de.hybris.platform.webservicescommons.model with parameters of type UserModel Modifier and Type Method Description voidOAuthAccessTokenModel. setUser(UserModel value)Generated method - Setter ofOAuthAccessToken.userattribute defined at extensionoauth2. -
Uses of UserModel in de.hybris.platform.wishlist2
Methods in de.hybris.platform.wishlist2 with parameters of type UserModel Modifier and Type Method Description voidWishlist2Service. addWishlistEntry(UserModel user, ProductModel product, java.lang.Integer desired, Wishlist2EntryPriority priority, java.lang.String comment)Adds a given product to the default wishlist of the given userWishlist2ModelWishlist2Service. createDefaultWishlist(UserModel user, java.lang.String name, java.lang.String description)creates a new default wishlist for the given user.Wishlist2ModelWishlist2Service. createWishlist(UserModel user, java.lang.String name, java.lang.String description)creates a new wishlist for the given user.Wishlist2ModelWishlist2Service. getDefaultWishlist(UserModel user)Returns the default wishlist for the given userjava.util.List<Wishlist2Model>Wishlist2Service. 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 UserModel Modifier and Type Method Description protected UserModelDefaultWishlist2Service. getCurrentUser()Methods in de.hybris.platform.wishlist2.impl with parameters of type UserModel Modifier and Type Method Description voidDefaultWishlist2Service. addWishlistEntry(UserModel user, ProductModel product, java.lang.Integer desired, Wishlist2EntryPriority priority, java.lang.String comment)Wishlist2ModelDefaultWishlist2Service. createDefaultWishlist(UserModel user, java.lang.String name, java.lang.String description)Wishlist2ModelDefaultWishlist2Service. createWishlist(UserModel user, java.lang.String name, java.lang.String description)Wishlist2ModelDefaultWishlist2Service. getDefaultWishlist(UserModel user)java.util.List<Wishlist2Model>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 UserModel Modifier and Type Method Description java.util.List<Wishlist2Model>Wishlist2Dao. findAllWishlists(UserModel user)Retrieves all wishlists of the specificUserModelWishlist2ModelWishlist2Dao. 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 UserModel Modifier and Type Method Description java.util.List<Wishlist2Model>DefaultWishlist2Dao. findAllWishlists(UserModel user)Wishlist2ModelDefaultWishlist2Dao. findDefaultWishlist(UserModel user) -
Uses of UserModel in de.hybris.platform.wishlist2.model
Methods in de.hybris.platform.wishlist2.model that return UserModel Modifier and Type Method Description UserModelWishlist2Model. getUser()Generated method - Getter of theWishlist2.userattribute defined at extensionwishlist.Methods in de.hybris.platform.wishlist2.model with parameters of type UserModel Modifier and Type Method Description voidWishlist2Model. setUser(UserModel value)Generated method - Setter ofWishlist2.userattribute defined at extensionwishlist. -
Uses of UserModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type UserModel Modifier and Type Method Description WorkflowModelWorkflowService. createAdhocWorkflow(java.lang.String workflowName, java.util.List<ItemModel> itemsToAdd, UserModel owner)Creates adhoc workflow with a name and adds an attachment to it.WorkflowModelWorkflowService. createWorkflow(WorkflowTemplateModel template, ItemModel attachment, UserModel owner)Creates workflow based on a template and adds an attachment to it.WorkflowModelWorkflowService. createWorkflow(WorkflowTemplateModel template, UserModel owner)Creates workflow based on a template.WorkflowModelWorkflowService. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner)Creates workflow based on a template and adds an attachment to it.java.util.List<WorkflowTemplateModel>WorkflowTemplateService. getAllVisibleWorkflowTemplatesForUser(UserModel user)java.util.List<WorkflowModel>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 UserModel Modifier and Type Method Description java.util.List<WorkflowModel>WorkflowDao. findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template)java.util.List<WorkflowTemplateModel>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 UserModel Modifier and Type Method Description java.util.List<WorkflowModel>DefaultWorkflowDao. findWorkflowsByUserAndTemplate(UserModel user, WorkflowTemplateModel template)java.util.List<WorkflowTemplateModel>DefaultWorkflowTemplateDao. findWorkflowTemplatesByUser(UserModel user) -
Uses of UserModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type UserModel Modifier and Type Method Description WorkflowModelDefaultWorkflowService. createAdhocWorkflow(java.lang.String defaultName, java.util.List<ItemModel> itemsToAdd, UserModel owner)WorkflowModelDefaultWorkflowService. createWorkflow(WorkflowTemplateModel template, ItemModel attachmentItem, UserModel owner)WorkflowModelDefaultWorkflowService. createWorkflow(WorkflowTemplateModel template, UserModel owner)WorkflowModelDefaultWorkflowService. createWorkflow(java.lang.String workflowName, WorkflowTemplateModel template, java.util.List<ItemModel> itemsToAdd, UserModel owner)java.util.List<WorkflowTemplateModel>DefaultWorkflowTemplateService. getAllVisibleWorkflowTemplatesForUser(UserModel user)java.util.List<WorkflowModel>DefaultWorkflowService. getWorkflowsForTemplateAndUser(WorkflowTemplateModel template, UserModel user) -
Uses of UserModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return UserModel Modifier and Type Method Description protected UserModelWorkflowCompatibleTest. createUser(java.lang.String userName)protected UserModelWorkflowTest. createUser(java.lang.String userName)Creates a user instance using given uid.Methods in de.hybris.platform.workflow.integration with parameters of type UserModel Modifier and Type Method Description protected AutomatedWorkflowActionTemplateModelWorkflowTest. createAutomatedWorkflowActionTemplateModel(UserModel user, java.lang.String code, WorkflowActionType actionType, WorkflowTemplateModel workflow, java.lang.Class jobClass)Creates new automated action template.protected WorkflowActionTemplateModelWorkflowCompatibleTest. createWorkflowActionTemplate(UserModel user, java.lang.String code, WorkflowTemplateModel workflow)Creates new action template.protected WorkflowActionTemplateModelWorkflowTest. createWorkflowActionTemplateModel(UserModel user, java.lang.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, java.lang.String code, java.lang.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, java.lang.String code, java.lang.String desc)Creates new workflow template using given user, code, and description.protected WorkflowTemplateModelWorkflowTest. createWorkflowTemplate(UserModel owner, java.lang.String code, java.lang.String desc, java.lang.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 UserModel Modifier and Type Method Description UserModelAbstractWorkflowActionModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.UserModelWorkflowModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.UserModelWorkflowTemplateModel. getOwner()Generated method - Getter of theItem.ownerattribute defined at extensioncoreand redeclared at extensionworkflow.UserModelWorkflowActionCommentModel. getUser()Generated method - Getter of theWorkflowActionComment.userattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type UserModel Modifier and Type Method Description voidWorkflowActionCommentModel. setUser(UserModel value)Generated method - Setter ofWorkflowActionComment.userattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type UserModel Constructor Description AbstractWorkflowActionModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionTemplateModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without 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(java.lang.String _code, java.lang.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 UserModel Modifier and Type Method Description java.util.List<ProductModel>SimpleSuggestionService. getReferencesForProducts(java.util.List<ProductModel> products, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.Integer limit)Returns a list of referenced products for a list of productsjava.util.List<ProductModel>SimpleSuggestionService. getReferencesForPurchasedInCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 5.0.java.util.List<ProductModel>SimpleSuggestionService. getReferencesForPurchasedInCategory(CategoryModel category, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.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 UserModel Modifier and Type Method Description java.util.List<ProductModel>SimpleSuggestionDao. findProductsRelatedToProducts(java.util.List<ProductModel> products, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.Integer limit)Returns a list of referenced products for a list of products.java.util.List<ProductModel>SimpleSuggestionDao. findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 4.5.java.util.List<ProductModel>SimpleSuggestionDao. findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.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 UserModel Modifier and Type Method Description java.util.List<ProductModel>DefaultSimpleSuggestionDao. findProductsRelatedToProducts(java.util.List<ProductModel> products, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.Integer limit)java.util.List<ProductModel>DefaultSimpleSuggestionDao. findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 5.0.java.util.List<ProductModel>DefaultSimpleSuggestionDao. findProductsRelatedToPurchasedProductsByCategory(CategoryModel category, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.Integer limit) -
Uses of UserModel in de.hybris.platform.yacceleratorcore.suggestion.impl
Methods in de.hybris.platform.yacceleratorcore.suggestion.impl with parameters of type UserModel Modifier and Type Method Description java.util.List<ProductModel>DefaultSimpleSuggestionService. getReferencesForProducts(java.util.List<ProductModel> products, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.Integer limit)java.util.List<ProductModel>DefaultSimpleSuggestionService. getReferencesForPurchasedInCategory(CategoryModel category, UserModel user, ProductReferenceTypeEnum referenceType, boolean excludePurchased, java.lang.Integer limit)Deprecated.Since 5.0.java.util.List<ProductModel>DefaultSimpleSuggestionService. getReferencesForPurchasedInCategory(CategoryModel category, java.util.List<ProductReferenceTypeEnum> referenceTypes, UserModel user, boolean excludePurchased, java.lang.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 UserModel Modifier and Type Method Description protected Converter<UserModel,CustomerData>CustomerEmailContext. getCustomerConverter()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type UserModel Modifier and Type Method Description voidCustomerEmailContext. 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 UserModel Modifier and Type Method Description protected 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 UserModel Modifier and Type Method Description protected java.util.Optional<UserModel>UserMatchingFilter. getUserForValidProperty(java.lang.String principal, java.lang.String propertyValue)Methods in de.hybris.platform.ycommercewebservices.v2.filter with parameters of type UserModel Modifier and Type Method Description protected voidUserMatchingFilter. setCurrentUser(UserModel user) -
Uses of UserModel in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return types with arguments of type UserModel Modifier and Type Method Description Converter<UserModel,UserData>DefaultSampleFacades. getUserConverter()Method parameters in ywebservicespackage.facades.impl with type arguments of type UserModel Modifier and Type Method Description voidDefaultSampleFacades. setUserConverter(Converter<UserModel,UserData> userConverter) -
Uses of UserModel in ywebservicespackage.populators
Methods in ywebservicespackage.populators with parameters of type UserModel Modifier and Type Method Description voidSampleUserPopulator. populate(UserModel source, UserData target) -
Uses of UserModel in ywebservicespackage.services
Methods in ywebservicespackage.services that return UserModel Modifier and Type Method Description UserModelSampleUserServices. getUserById(java.lang.String id)Methods in ywebservicespackage.services that return types with arguments of type UserModel Modifier and Type Method Description java.util.Collection<UserModel>SampleUserServices. getUsers() -
Uses of UserModel in ywebservicespackage.services.impl
Methods in ywebservicespackage.services.impl that return UserModel Modifier and Type Method Description UserModelSampleUserServicesImpl. getUserById(java.lang.String id)Methods in ywebservicespackage.services.impl that return types with arguments of type UserModel Modifier and Type Method Description java.util.Collection<UserModel>SampleUserServicesImpl. getUsers()
-