Uses of Class
de.hybris.platform.jalo.user.User
-
-
Uses of User in com.hybris.backoffice.jalo
Methods in com.hybris.backoffice.jalo with parameters of type User Modifier and Type Method Description voidBackofficeManager. afterSessionUserChange(JaloSession jaloSession, User user) -
Uses of User in com.hybris.backoffice.widgets.accountsettings.changepassword
Methods in com.hybris.backoffice.widgets.accountsettings.changepassword with parameters of type User Modifier and Type Method Description protected booleanChangePasswordRendererUtil. checkPassword(User user, java.lang.String password) -
Uses of User in com.hybris.yprofile.jalo
Methods in com.hybris.yprofile.jalo with parameters of type User Modifier and Type Method Description java.lang.StringGeneratedProfileservicesManager. getConsentReference(SessionContext ctx, User item)Generated method - Getter of theUser.consentReferenceattribute.java.lang.StringGeneratedProfileservicesManager. getConsentReference(User item)Generated method - Getter of theUser.consentReferenceattribute.java.lang.BooleanGeneratedProfileservicesManager. isProfileTagDebug(SessionContext ctx, User item)Generated method - Getter of theUser.profileTagDebugattribute.java.lang.BooleanGeneratedProfileservicesManager. isProfileTagDebug(User item)Generated method - Getter of theUser.profileTagDebugattribute.booleanGeneratedProfileservicesManager. isProfileTagDebugAsPrimitive(SessionContext ctx, User item)Generated method - Getter of theUser.profileTagDebugattribute.booleanGeneratedProfileservicesManager. isProfileTagDebugAsPrimitive(User item)Generated method - Getter of theUser.profileTagDebugattribute.voidGeneratedProfileservicesManager. setConsentReference(SessionContext ctx, User item, java.lang.String value)Generated method - Setter of theUser.consentReferenceattribute.voidGeneratedProfileservicesManager. setConsentReference(User item, java.lang.String value)Generated method - Setter of theUser.consentReferenceattribute.voidGeneratedProfileservicesManager. setProfileTagDebug(SessionContext ctx, User item, boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidGeneratedProfileservicesManager. setProfileTagDebug(SessionContext ctx, User item, java.lang.Boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidGeneratedProfileservicesManager. setProfileTagDebug(User item, boolean value)Generated method - Setter of theUser.profileTagDebugattribute.voidGeneratedProfileservicesManager. setProfileTagDebug(User item, java.lang.Boolean value)Generated method - Setter of theUser.profileTagDebugattribute. -
Uses of User in de.hybris.platform.acceleratorservices.jalo.export
Methods in de.hybris.platform.acceleratorservices.jalo.export that return User Modifier and Type Method Description UserGeneratedExportDataCronJob. getUser()Generated method - Getter of theExportDataCronJob.userattribute.UserGeneratedExportDataCronJob. getUser(SessionContext ctx)Generated method - Getter of theExportDataCronJob.userattribute.Methods in de.hybris.platform.acceleratorservices.jalo.export with parameters of type User Modifier and Type Method Description voidGeneratedExportDataCronJob. setUser(SessionContext ctx, User value)Generated method - Setter of theExportDataCronJob.userattribute.voidGeneratedExportDataCronJob. setUser(User value)Generated method - Setter of theExportDataCronJob.userattribute. -
Uses of User in de.hybris.platform.b2b.jalo
Subclasses of User in de.hybris.platform.b2b.jalo Modifier and Type Class Description classB2BCustomerclassGeneratedB2BCustomerGenerated class for typeB2BCustomer. -
Uses of User in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo with parameters of type User Modifier and Type Method Description CartCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)CartDefaultCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)protected AbstractOrderDefaultMultiAddressDeliveryCostsStrategy. createTempCart(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)Creates a temporary order, which will be used for calculating the delivery costs of the assignedAbstractOrderEntry. -
Uses of User in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return User Modifier and Type Method Description UserGeneratedAgreement. getBuyerContact()Generated method - Getter of theAgreement.buyerContactattribute.UserGeneratedAgreement. getBuyerContact(SessionContext ctx)Generated method - Getter of theAgreement.buyerContactattribute.UserGeneratedCompany. getContact()Generated method - Getter of theCompany.contactattribute.UserGeneratedCompany. getContact(SessionContext ctx)Generated method - Getter of theCompany.contactattribute.UserGeneratedPreviewTicket. getCreatedBy()Generated method - Getter of thePreviewTicket.createdByattribute.UserGeneratedPreviewTicket. getCreatedBy(SessionContext ctx)Generated method - Getter of thePreviewTicket.createdByattribute.UserGeneratedCompareCatalogVersionsCronJob. getPriceCompareCustomer()Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute.UserGeneratedCompareCatalogVersionsCronJob. getPriceCompareCustomer(SessionContext ctx)Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute.UserGeneratedAgreement. getSupplierContact()Generated method - Getter of theAgreement.supplierContactattribute.UserGeneratedAgreement. getSupplierContact(SessionContext ctx)Generated method - Getter of theAgreement.supplierContactattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type User Modifier and Type Method Description booleanCatalogManager. canRead(SessionContext ctx, User sessionUser, CatalogVersion catalogVersion)booleanCatalogManager. canSync(SessionContext ctx, User sessionUser, SyncItemJob sync)This method will be called by the SynchronizeCatalogVersionWizard for determining if the current user is allowed to execute a synchronization task.booleanCatalogManager. canWrite(SessionContext ctx, User sessionUser, CatalogVersion catalogVersion)PreviewTicketCatalogManager. createPreviewTicket(CatalogVersion version, User createdBy, java.util.Date validTo)java.util.Collection<CatalogVersion>CatalogManager. getAllReadableCatalogVersions(SessionContext ctx, User user)Deprecated.since ages - Use CatalogVersionService.getAllReadableCatalogVersions(de.hybris.platform.core.model.security.java.util.Collection<CatalogVersion>CatalogManager. getAllWriteableCatalogVersions(SessionContext ctx, User user)Deprecated.since ages - Use CatalogVersionService.getAllWritableCatalogVersions(de.hybris.platform.core.model.security.java.util.Collection<CatalogVersion>CatalogManager. getAllWriteableCatalogVersions(User user)Deprecated.since ages - Use CatalogVersionService.getAllWritableCatalogVersions(de.hybris.platform.core.model.security.booleanCatalogManager. isEditorUser(User user)voidGeneratedAgreement. setBuyerContact(SessionContext ctx, User value)Generated method - Setter of theAgreement.buyerContactattribute.voidGeneratedAgreement. setBuyerContact(User value)Generated method - Setter of theAgreement.buyerContactattribute.voidGeneratedCompany. setContact(SessionContext ctx, User value)Generated method - Setter of theCompany.contactattribute.voidGeneratedCompany. setContact(User value)Generated method - Setter of theCompany.contactattribute.protected voidGeneratedPreviewTicket. setCreatedBy(SessionContext ctx, User value)Generated method - Setter of thePreviewTicket.createdByattribute.protected voidGeneratedPreviewTicket. setCreatedBy(User value)Generated method - Setter of thePreviewTicket.createdByattribute.voidGeneratedCompareCatalogVersionsCronJob. setPriceCompareCustomer(SessionContext ctx, User value)Generated method - Setter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute.voidGeneratedCompareCatalogVersionsCronJob. setPriceCompareCustomer(User value)Generated method - Setter of theCompareCatalogVersionsCronJob.priceCompareCustomerattribute.voidGeneratedAgreement. setSupplierContact(SessionContext ctx, User value)Generated method - Setter of theAgreement.supplierContactattribute.voidGeneratedAgreement. setSupplierContact(User value)Generated method - Setter of theAgreement.supplierContactattribute. -
Uses of User in de.hybris.platform.chineseprofileservices.security
Methods in de.hybris.platform.chineseprofileservices.security with parameters of type User Modifier and Type Method Description protected java.util.Collection<org.springframework.security.core.GrantedAuthority>ChineseUserDetailsService. getAuthorities(User user)protected booleanChineseUserDetailsService. isAccountDeactivated(User user)protected booleanChineseUserDetailsService. isNotAnonymousOrAnonymousLoginIsAllowed(User user) -
Uses of User in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCms2Manager. addToLockedPages(SessionContext ctx, User item, AbstractPage value)Generated method - Addsvalueto lockedPages.voidGeneratedCms2Manager. addToLockedPages(User item, AbstractPage value)Generated method - Addsvalueto lockedPages.voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, User item, UserRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(User item, UserRestriction value)Generated method - Addsvalueto restrictions.java.util.Collection<AbstractPage>GeneratedCms2Manager. getLockedPages(SessionContext ctx, User item)Generated method - Getter of theUser.lockedPagesattribute.java.util.Collection<AbstractPage>GeneratedCms2Manager. getLockedPages(User item)Generated method - Getter of theUser.lockedPagesattribute.java.util.Collection<UserRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, User item)Generated method - Getter of theUser.restrictionsattribute.java.util.Collection<UserRestriction>GeneratedCms2Manager. getRestrictions(User item)Generated method - Getter of theUser.restrictionsattribute.longGeneratedCms2Manager. getRestrictionsCount(SessionContext ctx, User item)longGeneratedCms2Manager. getRestrictionsCount(User item)java.lang.BooleanGeneratedCms2Manager. isAuthorizedToUnlockPages(SessionContext ctx, User item)Generated method - Getter of theUser.authorizedToUnlockPagesattribute.java.lang.BooleanGeneratedCms2Manager. isAuthorizedToUnlockPages(User item)Generated method - Getter of theUser.authorizedToUnlockPagesattribute.booleanGeneratedCms2Manager. isAuthorizedToUnlockPagesAsPrimitive(SessionContext ctx, User item)Generated method - Getter of theUser.authorizedToUnlockPagesattribute.booleanGeneratedCms2Manager. isAuthorizedToUnlockPagesAsPrimitive(User item)Generated method - Getter of theUser.authorizedToUnlockPagesattribute.voidGeneratedCms2Manager. removeFromLockedPages(SessionContext ctx, User item, AbstractPage value)Generated method - Removesvaluefrom lockedPages.voidGeneratedCms2Manager. removeFromLockedPages(User item, AbstractPage value)Generated method - Removesvaluefrom lockedPages.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, User item, UserRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(User item, UserRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. setAuthorizedToUnlockPages(SessionContext ctx, User item, boolean value)Generated method - Setter of theUser.authorizedToUnlockPagesattribute.voidGeneratedCms2Manager. setAuthorizedToUnlockPages(SessionContext ctx, User item, java.lang.Boolean value)Generated method - Setter of theUser.authorizedToUnlockPagesattribute.voidGeneratedCms2Manager. setAuthorizedToUnlockPages(User item, boolean value)Generated method - Setter of theUser.authorizedToUnlockPagesattribute.voidGeneratedCms2Manager. setAuthorizedToUnlockPages(User item, java.lang.Boolean value)Generated method - Setter of theUser.authorizedToUnlockPagesattribute.voidGeneratedCms2Manager. setLockedPages(SessionContext ctx, User item, java.util.Collection<AbstractPage> value)Generated method - Setter of theUser.lockedPagesattribute.voidGeneratedCms2Manager. setLockedPages(User item, java.util.Collection<AbstractPage> value)Generated method - Setter of theUser.lockedPagesattribute.voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, User item, java.util.Collection<UserRestriction> value)Generated method - Setter of theUser.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(User item, java.util.Collection<UserRestriction> value)Generated method - Setter of theUser.restrictionsattribute. -
Uses of User in de.hybris.platform.cms2.jalo.pages
Methods in de.hybris.platform.cms2.jalo.pages that return User Modifier and Type Method Description UserGeneratedAbstractPage. getLockedBy()Generated method - Getter of theAbstractPage.lockedByattribute.UserGeneratedAbstractPage. getLockedBy(SessionContext ctx)Generated method - Getter of theAbstractPage.lockedByattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type User Modifier and Type Method Description voidGeneratedAbstractPage. setLockedBy(SessionContext ctx, User value)Generated method - Setter of theAbstractPage.lockedByattribute.voidGeneratedAbstractPage. setLockedBy(User value)Generated method - Setter of theAbstractPage.lockedByattribute. -
Uses of User in de.hybris.platform.cms2.jalo.preview
Methods in de.hybris.platform.cms2.jalo.preview that return User Modifier and Type Method Description UserGeneratedPreviewData. getUser()Generated method - Getter of thePreviewData.userattribute.UserGeneratedPreviewData. getUser(SessionContext ctx)Generated method - Getter of thePreviewData.userattribute.Methods in de.hybris.platform.cms2.jalo.preview with parameters of type User Modifier and Type Method Description voidGeneratedPreviewData. setUser(SessionContext ctx, User value)Generated method - Setter of thePreviewData.userattribute.voidGeneratedPreviewData. setUser(User value)Generated method - Setter of thePreviewData.userattribute. -
Uses of User in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type User Modifier and Type Method Description java.util.Collection<User>GeneratedUserRestriction. getUsers()Generated method - Getter of theCMSUserRestriction.usersattribute.java.util.Collection<User>GeneratedUserRestriction. getUsers(SessionContext ctx)Generated method - Getter of theCMSUserRestriction.usersattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type User Modifier and Type Method Description voidGeneratedUserRestriction. addToUsers(SessionContext ctx, User value)Generated method - Addsvalueto users.voidGeneratedUserRestriction. addToUsers(User value)Generated method - Addsvalueto users.voidGeneratedUserRestriction. removeFromUsers(SessionContext ctx, User value)Generated method - Removesvaluefrom users.voidGeneratedUserRestriction. removeFromUsers(User value)Generated method - Removesvaluefrom users.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type User Modifier and Type Method Description voidGeneratedUserRestriction. setUsers(SessionContext ctx, java.util.Collection<User> value)Generated method - Setter of theCMSUserRestriction.usersattribute.voidGeneratedUserRestriction. setUsers(java.util.Collection<User> value)Generated method - Setter of theCMSUserRestriction.usersattribute. -
Uses of User in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return User Modifier and Type Method Description UserGeneratedWidgetPreferences. getOwnerUser()Generated method - Getter of theWidgetPreferences.ownerUserattribute.UserGeneratedWidgetPreferences. getOwnerUser(SessionContext ctx)Generated method - Getter of theWidgetPreferences.ownerUserattribute.UserGeneratedCockpitFavoriteCategory. getUser()Generated method - Getter of theCockpitFavoriteCategory.userattribute.UserGeneratedCockpitFavoriteCategory. getUser(SessionContext ctx)Generated method - Getter of theCockpitFavoriteCategory.userattribute.UserGeneratedCockpitObjectAbstractCollection. getUser()Generated method - Getter of theCockpitObjectAbstractCollection.userattribute.UserGeneratedCockpitObjectAbstractCollection. getUser(SessionContext ctx)Generated method - Getter of theCockpitObjectAbstractCollection.userattribute.UserGeneratedCockpitSavedQuery. getUser()Generated method - Getter of theCockpitSavedQuery.userattribute.UserGeneratedCockpitSavedQuery. getUser(SessionContext ctx)Generated method - Getter of theCockpitSavedQuery.userattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCockpitManager. addToCockpitFavoriteCategories(SessionContext ctx, User item, CockpitFavoriteCategory value)Generated method - Addsvalueto cockpitFavoriteCategories.voidGeneratedCockpitManager. addToCockpitFavoriteCategories(User item, CockpitFavoriteCategory value)Generated method - Addsvalueto cockpitFavoriteCategories.voidGeneratedCockpitManager. addToCockpitSavedQueries(SessionContext ctx, User item, CockpitSavedQuery value)Generated method - Addsvalueto cockpitSavedQueries.voidGeneratedCockpitManager. addToCockpitSavedQueries(User item, CockpitSavedQuery value)Generated method - Addsvalueto cockpitSavedQueries.voidGeneratedCockpitManager. addToCollections(SessionContext ctx, User item, CockpitObjectAbstractCollection value)Generated method - Addsvalueto collections.voidGeneratedCockpitManager. addToCollections(User item, CockpitObjectAbstractCollection value)Generated method - Addsvalueto collections.voidGeneratedCockpitManager. addToWidgetPreferences(SessionContext ctx, User item, WidgetPreferences value)Generated method - Addsvalueto widgetPreferences.voidGeneratedCockpitManager. addToWidgetPreferences(User item, WidgetPreferences value)Generated method - Addsvalueto widgetPreferences.java.util.Set<CockpitObjectAbstractCollection>CockpitManager. getAllCollections(User user)Deprecated.since 6.3, useCockpitCollectionService.getCollectionsForUser(de.hybris.platform.core.model.user.UserModel)insteadjava.util.Collection<CockpitFavoriteCategory>GeneratedCockpitManager. getCockpitFavoriteCategories(SessionContext ctx, User item)Generated method - Getter of theUser.cockpitFavoriteCategoriesattribute.java.util.Collection<CockpitFavoriteCategory>GeneratedCockpitManager. getCockpitFavoriteCategories(User item)Generated method - Getter of theUser.cockpitFavoriteCategoriesattribute.java.util.Collection<CockpitSavedQuery>GeneratedCockpitManager. getCockpitSavedQueries(SessionContext ctx, User item)Generated method - Getter of theUser.cockpitSavedQueriesattribute.java.util.Collection<CockpitSavedQuery>GeneratedCockpitManager. getCockpitSavedQueries(User item)Generated method - Getter of theUser.cockpitSavedQueriesattribute.java.util.List<CockpitObjectAbstractCollection>CockpitManager. getCollections(SessionContext ctx, User user)Deprecated.since 6.3, useCockpitCollectionService.getCollectionsForUser(de.hybris.platform.core.model.user.UserModel)insteadjava.util.Collection<CockpitObjectAbstractCollection>GeneratedCockpitManager. getCollections(SessionContext ctx, User item)Generated method - Getter of theUser.collectionsattribute.java.util.Collection<CockpitObjectAbstractCollection>GeneratedCockpitManager. getCollections(User item)Generated method - Getter of theUser.collectionsattribute.java.util.List<CockpitObjectAbstractCollection>CockpitManager. getSpecialCollections(User user)Deprecated.java.util.List<CockpitObjectAbstractCollection>CockpitManager. getSpecialCollections(User user, java.lang.String collectionType)Deprecated.java.util.Collection<WidgetPreferences>GeneratedCockpitManager. getWidgetPreferences(SessionContext ctx, User item)Generated method - Getter of theUser.widgetPreferencesattribute.java.util.Collection<WidgetPreferences>GeneratedCockpitManager. getWidgetPreferences(User item)Generated method - Getter of theUser.widgetPreferencesattribute.voidGeneratedCockpitManager. removeFromCockpitFavoriteCategories(SessionContext ctx, User item, CockpitFavoriteCategory value)Generated method - Removesvaluefrom cockpitFavoriteCategories.voidGeneratedCockpitManager. removeFromCockpitFavoriteCategories(User item, CockpitFavoriteCategory value)Generated method - Removesvaluefrom cockpitFavoriteCategories.voidGeneratedCockpitManager. removeFromCockpitSavedQueries(SessionContext ctx, User item, CockpitSavedQuery value)Generated method - Removesvaluefrom cockpitSavedQueries.voidGeneratedCockpitManager. removeFromCockpitSavedQueries(User item, CockpitSavedQuery value)Generated method - Removesvaluefrom cockpitSavedQueries.voidGeneratedCockpitManager. removeFromCollections(SessionContext ctx, User item, CockpitObjectAbstractCollection value)Generated method - Removesvaluefrom collections.voidGeneratedCockpitManager. removeFromCollections(User item, CockpitObjectAbstractCollection value)Generated method - Removesvaluefrom collections.voidGeneratedCockpitManager. removeFromWidgetPreferences(SessionContext ctx, User item, WidgetPreferences value)Generated method - Removesvaluefrom widgetPreferences.voidGeneratedCockpitManager. removeFromWidgetPreferences(User item, WidgetPreferences value)Generated method - Removesvaluefrom widgetPreferences.voidGeneratedCockpitManager. setCockpitFavoriteCategories(SessionContext ctx, User item, java.util.Collection<CockpitFavoriteCategory> value)Generated method - Setter of theUser.cockpitFavoriteCategoriesattribute.voidGeneratedCockpitManager. setCockpitFavoriteCategories(User item, java.util.Collection<CockpitFavoriteCategory> value)Generated method - Setter of theUser.cockpitFavoriteCategoriesattribute.voidGeneratedCockpitManager. setCockpitSavedQueries(SessionContext ctx, User item, java.util.Collection<CockpitSavedQuery> value)Generated method - Setter of theUser.cockpitSavedQueriesattribute.voidGeneratedCockpitManager. setCockpitSavedQueries(User item, java.util.Collection<CockpitSavedQuery> value)Generated method - Setter of theUser.cockpitSavedQueriesattribute.voidGeneratedCockpitManager. setCollections(SessionContext ctx, User item, java.util.Collection<CockpitObjectAbstractCollection> value)Generated method - Setter of theUser.collectionsattribute.voidGeneratedCockpitManager. setCollections(User item, java.util.Collection<CockpitObjectAbstractCollection> value)Generated method - Setter of theUser.collectionsattribute.voidGeneratedWidgetPreferences. setOwnerUser(SessionContext ctx, User value)Generated method - Setter of theWidgetPreferences.ownerUserattribute.voidGeneratedWidgetPreferences. setOwnerUser(User value)Generated method - Setter of theWidgetPreferences.ownerUserattribute.voidGeneratedCockpitFavoriteCategory. setUser(SessionContext ctx, User value)Generated method - Setter of theCockpitFavoriteCategory.userattribute.voidGeneratedCockpitFavoriteCategory. setUser(User value)Generated method - Setter of theCockpitFavoriteCategory.userattribute.voidGeneratedCockpitObjectAbstractCollection. setUser(SessionContext ctx, User value)Generated method - Setter of theCockpitObjectAbstractCollection.userattribute.voidGeneratedCockpitObjectAbstractCollection. setUser(User value)Generated method - Setter of theCockpitObjectAbstractCollection.userattribute.voidGeneratedCockpitSavedQuery. setUser(SessionContext ctx, User value)Generated method - Setter of theCockpitSavedQuery.userattribute.voidGeneratedCockpitSavedQuery. setUser(User value)Generated method - Setter of theCockpitSavedQuery.userattribute.voidGeneratedCockpitManager. setWidgetPreferences(SessionContext ctx, User item, java.util.Collection<WidgetPreferences> value)Generated method - Setter of theUser.widgetPreferencesattribute.voidGeneratedCockpitManager. setWidgetPreferences(User item, java.util.Collection<WidgetPreferences> value)Generated method - Setter of theUser.widgetPreferencesattribute. -
Uses of User in de.hybris.platform.cockpit.reports.impl
Fields in de.hybris.platform.cockpit.reports.impl declared as User Modifier and Type Field Description protected UserDefaultJasperReportExportServiceTest. testROUser -
Uses of User in de.hybris.platform.cockpit.test
Fields in de.hybris.platform.cockpit.test declared as User Modifier and Type Field Description protected UserUIConfigurationTestBase. productManagerUserItemMethods in de.hybris.platform.cockpit.test that return User Modifier and Type Method Description protected UserUIConfigurationTestBase. getOrCreateUser(UserManager userManager, java.lang.String login) -
Uses of User in de.hybris.platform.comments.jalo
Methods in de.hybris.platform.comments.jalo that return User Modifier and Type Method Description UserGeneratedAbstractComment. getAuthor()Generated method - Getter of theAbstractComment.authorattribute.UserGeneratedAbstractComment. getAuthor(SessionContext ctx)Generated method - Getter of theAbstractComment.authorattribute.UserGeneratedCommentUserSetting. getUser()Generated method - Getter of theCommentUserSetting.userattribute.UserGeneratedCommentUserSetting. getUser(SessionContext ctx)Generated method - Getter of theCommentUserSetting.userattribute.Methods in de.hybris.platform.comments.jalo that return types with arguments of type User Modifier and Type Method Description java.util.Collection<User>GeneratedComment. getAssignedTo()Generated method - Getter of theComment.assignedToattribute.java.util.Collection<User>GeneratedComment. getAssignedTo(SessionContext ctx)Generated method - Getter of theComment.assignedToattribute.Methods in de.hybris.platform.comments.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCommentsManager. addToAssignedComments(SessionContext ctx, User item, Comment value)Generated method - Addsvalueto assignedComments.voidGeneratedCommentsManager. addToAssignedComments(User item, Comment value)Generated method - Addsvalueto assignedComments.voidGeneratedComment. addToAssignedTo(SessionContext ctx, User value)Generated method - Addsvalueto assignedTo.voidGeneratedComment. addToAssignedTo(User value)Generated method - Addsvalueto assignedTo.voidGeneratedCommentsManager. addToCreatedComments(SessionContext ctx, User item, AbstractComment value)Generated method - Addsvalueto createdComments.voidGeneratedCommentsManager. addToCreatedComments(User item, AbstractComment value)Generated method - Addsvalueto createdComments.java.util.List<Comment>GeneratedCommentsManager. getAssignedComments(SessionContext ctx, User item)Generated method - Getter of theUser.assignedCommentsattribute.java.util.List<Comment>GeneratedCommentsManager. getAssignedComments(User item)Generated method - Getter of theUser.assignedCommentsattribute.longGeneratedCommentsManager. getAssignedCommentsCount(SessionContext ctx, User item)longGeneratedCommentsManager. getAssignedCommentsCount(User item)java.util.List<AbstractComment>GeneratedCommentsManager. getCreatedComments(SessionContext ctx, User item)Generated method - Getter of theUser.createdCommentsattribute.java.util.List<AbstractComment>GeneratedCommentsManager. getCreatedComments(User item)Generated method - Getter of theUser.createdCommentsattribute.voidGeneratedCommentsManager. removeFromAssignedComments(SessionContext ctx, User item, Comment value)Generated method - Removesvaluefrom assignedComments.voidGeneratedCommentsManager. removeFromAssignedComments(User item, Comment value)Generated method - Removesvaluefrom assignedComments.voidGeneratedComment. removeFromAssignedTo(SessionContext ctx, User value)Generated method - Removesvaluefrom assignedTo.voidGeneratedComment. removeFromAssignedTo(User value)Generated method - Removesvaluefrom assignedTo.voidGeneratedCommentsManager. removeFromCreatedComments(SessionContext ctx, User item, AbstractComment value)Generated method - Removesvaluefrom createdComments.voidGeneratedCommentsManager. removeFromCreatedComments(User item, AbstractComment value)Generated method - Removesvaluefrom createdComments.voidGeneratedCommentsManager. setAssignedComments(SessionContext ctx, User item, java.util.List<Comment> value)Generated method - Setter of theUser.assignedCommentsattribute.voidGeneratedCommentsManager. setAssignedComments(User item, java.util.List<Comment> value)Generated method - Setter of theUser.assignedCommentsattribute.protected voidGeneratedAbstractComment. setAuthor(SessionContext ctx, User value)Generated method - Setter of theAbstractComment.authorattribute.protected voidGeneratedAbstractComment. setAuthor(User value)Generated method - Setter of theAbstractComment.authorattribute.voidGeneratedCommentsManager. setCreatedComments(SessionContext ctx, User item, java.util.List<AbstractComment> value)Generated method - Setter of theUser.createdCommentsattribute.voidGeneratedCommentsManager. setCreatedComments(User item, java.util.List<AbstractComment> value)Generated method - Setter of theUser.createdCommentsattribute.protected voidGeneratedCommentUserSetting. setUser(SessionContext ctx, User value)Generated method - Setter of theCommentUserSetting.userattribute.protected voidGeneratedCommentUserSetting. setUser(User value)Generated method - Setter of theCommentUserSetting.userattribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type User Modifier and Type Method Description voidGeneratedComment. setAssignedTo(SessionContext ctx, java.util.Collection<User> value)Generated method - Setter of theComment.assignedToattribute.voidGeneratedComment. setAssignedTo(java.util.Collection<User> value)Generated method - Setter of theComment.assignedToattribute. -
Uses of User in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return User Modifier and Type Method Description UserGeneratedCommerceServicesManager. getAssignee(Quote item)Generated method - Getter of theQuote.assigneeattribute.UserGeneratedCommerceServicesManager. getAssignee(SessionContext ctx, Quote item)Generated method - Getter of theQuote.assigneeattribute.UserGeneratedCommerceServicesManager. getPlacedBy(Order item)Generated method - Getter of theOrder.placedByattribute.UserGeneratedCommerceServicesManager. getPlacedBy(SessionContext ctx, Order item)Generated method - Getter of theOrder.placedByattribute.UserGeneratedCommerceServicesManager. getSavedBy(Cart item)Generated method - Getter of theCart.savedByattribute.UserGeneratedCommerceServicesManager. getSavedBy(SessionContext ctx, Cart item)Generated method - Getter of theCart.savedByattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCommerceServicesManager. addToAssignedQuotes(SessionContext ctx, User item, Quote value)Generated method - Addsvalueto assignedQuotes.voidGeneratedCommerceServicesManager. addToAssignedQuotes(User item, Quote value)Generated method - Addsvalueto assignedQuotes.java.util.Collection<Quote>GeneratedCommerceServicesManager. getAssignedQuotes(SessionContext ctx, User item)Generated method - Getter of theUser.assignedQuotesattribute.java.util.Collection<Quote>GeneratedCommerceServicesManager. getAssignedQuotes(User item)Generated method - Getter of theUser.assignedQuotesattribute.voidGeneratedCommerceServicesManager. removeFromAssignedQuotes(SessionContext ctx, User item, Quote value)Generated method - Removesvaluefrom assignedQuotes.voidGeneratedCommerceServicesManager. removeFromAssignedQuotes(User item, Quote value)Generated method - Removesvaluefrom assignedQuotes.voidGeneratedCommerceServicesManager. setAssignedQuotes(SessionContext ctx, User item, java.util.Collection<Quote> value)Generated method - Setter of theUser.assignedQuotesattribute.voidGeneratedCommerceServicesManager. setAssignedQuotes(User item, java.util.Collection<Quote> value)Generated method - Setter of theUser.assignedQuotesattribute.voidGeneratedCommerceServicesManager. setAssignee(Quote item, User value)Generated method - Setter of theQuote.assigneeattribute.voidGeneratedCommerceServicesManager. setAssignee(SessionContext ctx, Quote item, User value)Generated method - Setter of theQuote.assigneeattribute.voidGeneratedCommerceServicesManager. setPlacedBy(Order item, User value)Generated method - Setter of theOrder.placedByattribute.voidGeneratedCommerceServicesManager. setPlacedBy(SessionContext ctx, Order item, User value)Generated method - Setter of theOrder.placedByattribute.voidGeneratedCommerceServicesManager. setSavedBy(Cart item, User value)Generated method - Setter of theCart.savedByattribute.voidGeneratedCommerceServicesManager. setSavedBy(SessionContext ctx, Cart item, User value)Generated method - Setter of theCart.savedByattribute. -
Uses of User in de.hybris.platform.couponservices.jalo
Methods in de.hybris.platform.couponservices.jalo that return User Modifier and Type Method Description UserGeneratedCouponRedemption. getUser()Generated method - Getter of theCouponRedemption.userattribute.UserGeneratedCouponRedemption. getUser(SessionContext ctx)Generated method - Getter of theCouponRedemption.userattribute.Methods in de.hybris.platform.couponservices.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCouponRedemption. setUser(SessionContext ctx, User value)Generated method - Setter of theCouponRedemption.userattribute.voidGeneratedCouponRedemption. setUser(User value)Generated method - Setter of theCouponRedemption.userattribute. -
Uses of User in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return User Modifier and Type Method Description UserGeneratedCronJob. getSessionUser()Generated method - Getter of theCronJob.sessionUserattribute.UserGeneratedCronJob. getSessionUser(SessionContext ctx)Generated method - Getter of theCronJob.sessionUserattribute.UserGeneratedJob. getSessionUser()Generated method - Getter of theJob.sessionUserattribute.UserGeneratedJob. getSessionUser(SessionContext ctx)Generated method - Getter of theJob.sessionUserattribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCronJob. setSessionUser(SessionContext ctx, User value)Generated method - Setter of theCronJob.sessionUserattribute.voidGeneratedCronJob. setSessionUser(User value)Generated method - Setter of theCronJob.sessionUserattribute.voidGeneratedJob. setSessionUser(SessionContext ctx, User value)Generated method - Setter of theJob.sessionUserattribute.voidGeneratedJob. setSessionUser(User value)Generated method - Setter of theJob.sessionUserattribute. -
Uses of User in de.hybris.platform.customerreview.jalo
Methods in de.hybris.platform.customerreview.jalo that return User Modifier and Type Method Description UserGeneratedCustomerReview. getUser()Generated method - Getter of theCustomerReview.userattribute.UserGeneratedCustomerReview. getUser(SessionContext ctx)Generated method - Getter of theCustomerReview.userattribute.Methods in de.hybris.platform.customerreview.jalo with parameters of type User Modifier and Type Method Description protected voidGeneratedCustomerReviewManager. addToCustomerReviews(SessionContext ctx, User item, CustomerReview value)Generated method - Addsvalueto customerReviews.protected voidGeneratedCustomerReviewManager. addToCustomerReviews(User item, CustomerReview value)Generated method - Addsvalueto customerReviews.CustomerReviewCustomerReviewManager. createCustomerReview(java.lang.Double rating, java.lang.String headline, java.lang.String comment, User user, Product product)Creates a new CustomerReview itemjava.util.Collection<CustomerReview>GeneratedCustomerReviewManager. getCustomerReviews(SessionContext ctx, User item)Generated method - Getter of theUser.customerReviewsattribute.java.util.Collection<CustomerReview>GeneratedCustomerReviewManager. getCustomerReviews(User item)Generated method - Getter of theUser.customerReviewsattribute.protected voidGeneratedCustomerReviewManager. removeFromCustomerReviews(SessionContext ctx, User item, CustomerReview value)Generated method - Removesvaluefrom customerReviews.protected voidGeneratedCustomerReviewManager. removeFromCustomerReviews(User item, CustomerReview value)Generated method - Removesvaluefrom customerReviews.protected voidGeneratedCustomerReviewManager. setCustomerReviews(SessionContext ctx, User item, java.util.Collection<CustomerReview> value)Generated method - Setter of theUser.customerReviewsattribute.protected voidGeneratedCustomerReviewManager. setCustomerReviews(User item, java.util.Collection<CustomerReview> value)Generated method - Setter of theUser.customerReviewsattribute.voidGeneratedCustomerReview. setUser(SessionContext ctx, User value)Generated method - Setter of theCustomerReview.userattribute.voidGeneratedCustomerReview. setUser(User value)Generated method - Setter of theCustomerReview.userattribute. -
Uses of User in de.hybris.platform.europe1.jalo
Fields in de.hybris.platform.europe1.jalo declared as User Modifier and Type Field Description static UserPDTRow. ALL_USERSField ALL_USERSMethods in de.hybris.platform.europe1.jalo that return User Modifier and Type Method Description UserGeneratedPDTRow. getUser()Generated method - Getter of thePDTRow.userattribute.UserGeneratedPDTRow. getUser(SessionContext ctx)Generated method - Getter of thePDTRow.userattribute.Methods in de.hybris.platform.europe1.jalo with parameters of type User Modifier and Type Method Description voidGeneratedEurope1PriceFactory. addToOwnEurope1Discounts(SessionContext ctx, User item, GlobalDiscountRow value)Generated method - Addsvalueto ownEurope1Discounts.voidGeneratedEurope1PriceFactory. addToOwnEurope1Discounts(User item, GlobalDiscountRow value)Generated method - Addsvalueto ownEurope1Discounts.protected voidEurope1PriceFactory. appendUserConditions(java.lang.StringBuilder query, java.lang.String alias, User user, EnumerationValue userGroup, java.util.Map values, java.lang.String ugConst)protected intPriceRow. calculateMatchValue(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)Deprecated.since ages - please usePriceRow.calculateMatchValue(Product, String, EnumerationValue, User, EnumerationValue)insteadprotected intPriceRow. calculateMatchValue(Product product, java.lang.String productCode, EnumerationValue productGroup, User user, EnumerationValue userGroup)DiscountRowEurope1PriceFactory. createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Creates a new DiscountRow.DiscountRowEurope1PriceFactory. createDiscountRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createDiscountRow(Product,String,User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(SessionContext ctx, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Same as createGlobalDiscountRow(User,String,Currency,boolean,double,DateRange,Discount)} but for a specific SessionContext.GlobalDiscountRowEurope1PriceFactory. createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)Creates a new global DiscountRow.PriceRowEurope1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)Creates a new PriceRow.PriceRowEurope1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)Overloaded method to support Channel dimension to PriceRow.PriceRowEurope1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double)but with specific SessionContext.PriceRowEurope1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double, EnumerationValue)but with specific SessionContext.TaxRowEurope1PriceFactory. createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax)Deprecated.since ages - please useEurope1PriceFactory.createTaxRow(Product, EnumerationValue, User, EnumerationValue, Tax, DateRange, Double)to specify all values ( here DateRange and Value are set tonull)TaxRowEurope1PriceFactory. createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, java.lang.Double value)Creates a new TaxRow.TaxRowEurope1PriceFactory. createTaxRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, java.lang.Double value)Same as createTaxRow(Product,String,User,String,Tax,boolean)} but for a specific SessionContext.protected java.util.Collection<Europe1PriceFactory.CachedTaxValue>Europe1PriceFactory. getCachedTaxes(Product product, EnumerationValue productTaxGroup, User user, EnumerationValue userTaxGroup, java.util.Date date)Reads the private cache of catalog version aware tax entries.protected java.util.ListEurope1PriceFactory. getDiscountInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date)protected EnumerationValueEurope1PriceFactory. getEnumFromGroups(User user, java.lang.String attribute)java.util.Collection<GlobalDiscountRow>Europe1PriceFactory. getEurope1Discounts(SessionContext ctx, User user)Attribute getter for User.europe1discounts.java.util.Collection<GlobalDiscountRow>Europe1PriceFactory. getEurope1Discounts(User user)EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UDG(SessionContext ctx, User item)Generated method - Getter of theUser.Europe1PriceFactory_UDGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UDG(User item)Generated method - Getter of theUser.Europe1PriceFactory_UDGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UPG(SessionContext ctx, User item)Generated method - Getter of theUser.Europe1PriceFactory_UPGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UPG(User item)Generated method - Getter of theUser.Europe1PriceFactory_UPGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UTG(SessionContext ctx, User item)Generated method - Getter of theUser.Europe1PriceFactory_UTGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_UTG(User item)Generated method - Getter of theUser.Europe1PriceFactory_UTGattribute.java.util.Collection<GlobalDiscountRow>GeneratedEurope1PriceFactory. getOwnEurope1Discounts(SessionContext ctx, User item)Generated method - Getter of theUser.ownEurope1Discountsattribute.java.util.Collection<GlobalDiscountRow>GeneratedEurope1PriceFactory. getOwnEurope1Discounts(User item)Generated method - Getter of theUser.ownEurope1Discountsattribute.protected java.util.ListEurope1PriceFactory. getPriceInformations(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, boolean net, java.util.Date date, java.util.Collection taxValues)protected java.util.Collection<Europe1PriceFactory.CachedTaxValue>Europe1PriceFactory. getSuperCachedTaxes(Product product, EnumerationValue productTaxGroup, User user, EnumerationValue userTaxGroup, java.util.Date date)protected java.util.ListEurope1PriceFactory. getTaxInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date)EnumerationValueEurope1PriceFactory. getUDG(SessionContext ctx, User user)EnumerationValueEurope1PriceFactory. getUPG(SessionContext ctx, User user)java.util.CollectionEurope1PriceFactory. getUserGlobalDiscountRows(User user, EnumerationValue userGroup)EnumerationValueEurope1PriceFactory. getUTG(SessionContext ctx, User user)java.util.ListEurope1PriceFactory. matchDiscountRows(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date, int maxCount)PriceRowEurope1PriceFactory. matchPriceRowForPrice(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, long qtd, Unit unit, Currency currency, java.util.Date date, boolean net, boolean giveAwayMode)matches price rows by product or product group, user or user group, min quantity, currency and daterange.java.util.List<PriceRow>Europe1PriceFactory. matchPriceRowsForInfo(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency currency, java.util.Date date, boolean net)java.util.ListEurope1PriceFactory. matchTaxRows(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date, int maxCount)protected java.util.Collection<? extends AbstractDiscountRow>Europe1PriceFactory. queryDiscounts4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)Runs database query for fetching discount rows for calculating entry and order discount values.protected java.util.Collection<PriceRow>Europe1PriceFactory. queryPriceRows4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)protected java.util.Collection<PriceRow>Europe1PriceFactory. queryPriceRows4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date, Currency currency, boolean giveAwayMode)Runs database query for fetching price rows for calculating base prices.protected java.util.Collection<TaxRow>Europe1PriceFactory. queryTax4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)voidGeneratedEurope1PriceFactory. removeFromOwnEurope1Discounts(SessionContext ctx, User item, GlobalDiscountRow value)Generated method - Removesvaluefrom ownEurope1Discounts.voidGeneratedEurope1PriceFactory. removeFromOwnEurope1Discounts(User item, GlobalDiscountRow value)Generated method - Removesvaluefrom ownEurope1Discounts.protected voidEurope1PriceFactory. removeRowsFor(SessionContext ctx, User user)voidEurope1PriceFactory. setEurope1Discounts(SessionContext ctx, User user, java.util.Collection discounts)Attribute setter for User.europe1discounts.voidEurope1PriceFactory. setEurope1Discounts(User user, java.util.Collection discounts)voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UDG(SessionContext ctx, User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UDGattribute.voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UDG(User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UDGattribute.voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UPG(SessionContext ctx, User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UPGattribute.voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UPG(User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UPGattribute.voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UTG(SessionContext ctx, User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UTGattribute.voidGeneratedEurope1PriceFactory. setEurope1PriceFactory_UTG(User item, EnumerationValue value)Generated method - Setter of theUser.Europe1PriceFactory_UTGattribute.voidGeneratedEurope1PriceFactory. setOwnEurope1Discounts(SessionContext ctx, User item, java.util.Collection<GlobalDiscountRow> value)Generated method - Setter of theUser.ownEurope1Discountsattribute.voidGeneratedEurope1PriceFactory. setOwnEurope1Discounts(User item, java.util.Collection<GlobalDiscountRow> value)Generated method - Setter of theUser.ownEurope1Discountsattribute.voidGeneratedPDTRow. setUser(SessionContext ctx, User value)Generated method - Setter of thePDTRow.userattribute.voidGeneratedPDTRow. setUser(User value)Generated method - Setter of thePDTRow.userattribute.voidPDTRow. setUser(SessionContext ctx, User value)Whenever a non-null user is set the UG attribute is cleared.voidPriceRow. setUser(SessionContext ctx, User value)protected java.util.Collection<TaxRow>Europe1PriceFactory. superQueryTax4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)Runs database query for fetching tax rows for calculating entry and order discount values. -
Uses of User in de.hybris.platform.hmc.jalo
Methods in de.hybris.platform.hmc.jalo that return User Modifier and Type Method Description UserGeneratedSavedValues. getUser()Generated method - Getter of theSavedValues.userattribute.UserGeneratedSavedValues. getUser(SessionContext ctx)Generated method - Getter of theSavedValues.userattribute.Methods in de.hybris.platform.hmc.jalo with parameters of type User Modifier and Type Method Description voidGeneratedSavedValues. setUser(SessionContext ctx, User value)Generated method - Setter of theSavedValues.userattribute.voidGeneratedSavedValues. setUser(User value)Generated method - Setter of theSavedValues.userattribute. -
Uses of User in de.hybris.platform.integrationservices.config
Methods in de.hybris.platform.integrationservices.config that return User Modifier and Type Method Description protected UserDefaultIntegrationServicesConfiguration. getSessionUser() -
Uses of User in de.hybris.platform.integrationservices.jalo
Methods in de.hybris.platform.integrationservices.jalo that return User Modifier and Type Method Description UserGeneratedMonitoredRequest. getUser()Generated method - Getter of theMonitoredRequest.userattribute.UserGeneratedMonitoredRequest. getUser(SessionContext ctx)Generated method - Getter of theMonitoredRequest.userattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type User Modifier and Type Method Description protected voidGeneratedMonitoredRequest. setUser(SessionContext ctx, User value)Generated method - Setter of theMonitoredRequest.userattribute.protected voidGeneratedMonitoredRequest. setUser(User value)Generated method - Setter of theMonitoredRequest.userattribute. -
Uses of User in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return User Modifier and Type Method Description protected UserJaloSession. findSessionUser(ComposedType userType, java.lang.String login)UserJaloSession. getUser()Returns the user which is currently associated with this session.UserSessionContext. getUser()Method getUserprotected UserJaloSession. initUser(java.util.Map props, boolean isDefaultAnonymousSession)protected UserJaloSession. performLogin(LoginToken token, java.util.Map loginProperties)performs login for a given login token and additionally params.protected UserJaloSession. performLogin(java.lang.String login, java.lang.String password, java.util.Map loginProperties)performs login for a given login, password and additionally params.Methods in de.hybris.platform.jalo with parameters of type User Modifier and Type Method Description voidJaloSessionListener. afterSessionUserChange(JaloSession session, User previous)Notifies the extension manager if the current session user was changedJaloSessionJaloConnection. createSession(User user)Creates a new session using a already known user.protected CartJaloSession. doCreateCart(ComposedType cartType, User user, Currency curr, java.util.Date date, boolean isNet)protected CurrencyJaloSession. getInitialSessionCurrency(User user)protected LanguageJaloSession. getInitialSessionLanguage(User user)protected voidSessionContext. initializeOnSessionStartup(User user, Language language, Currency currency, java.util.TimeZone timeZone, PriceFactory injectedPriceFactory)voidJaloSession. setUser(User user)Changes the session user without any login processing.voidSessionContext. setUser(User user)Method setUser -
Uses of User in de.hybris.platform.jalo.initialization
Methods in de.hybris.platform.jalo.initialization that return User Modifier and Type Method Description UserGeneratedSystemSetupAudit. getUser()Generated method - Getter of theSystemSetupAudit.userattribute.UserGeneratedSystemSetupAudit. getUser(SessionContext ctx)Generated method - Getter of theSystemSetupAudit.userattribute.Methods in de.hybris.platform.jalo.initialization with parameters of type User Modifier and Type Method Description protected voidGeneratedSystemSetupAudit. setUser(SessionContext ctx, User value)Generated method - Setter of theSystemSetupAudit.userattribute.protected voidGeneratedSystemSetupAudit. setUser(User value)Generated method - Setter of theSystemSetupAudit.userattribute. -
Uses of User in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return User Modifier and Type Method Description UserGeneratedAbstractOrder. getUser()Generated method - Getter of theAbstractOrder.userattribute.UserGeneratedAbstractOrder. getUser(SessionContext ctx)Generated method - Getter of theAbstractOrder.userattribute.Methods in de.hybris.platform.jalo.order with parameters of type User Modifier and Type Method Description CartOrderManager. createCart(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersCartOrderManager. createCart(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersCartOrderManager. createCart(ComposedType type, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersCartOrderManager. createCart(User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersCartOrderManager. createCart(java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(ComposedType type, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersjava.util.CollectionOrderManager. getOrders(User user)Deprecated.since ages - please useGeneratedUser.getOrders()java.util.CollectionOrderManager. getPaymentInfosByUser(User user)Deprecated.since ages - Use UserModel.getPaymentInfos() instead.protected java.util.CollectionOrderManager. searchPaymentInfos(User user, java.lang.String code, java.lang.Integer type)voidAbstractOrder. setUser(SessionContext ctx, User user)Changes the user which this order belongs to.voidAbstractOrder. setUser(User user)Changes the user which this order belongs to.voidGeneratedAbstractOrder. setUser(SessionContext ctx, User value)Generated method - Setter of theAbstractOrder.userattribute.voidGeneratedAbstractOrder. setUser(User value)Generated method - Setter of theAbstractOrder.userattribute. -
Uses of User in de.hybris.platform.jalo.order.payment
Methods in de.hybris.platform.jalo.order.payment that return User Modifier and Type Method Description UserGeneratedPaymentInfo. getUser()Generated method - Getter of thePaymentInfo.userattribute.UserGeneratedPaymentInfo. getUser(SessionContext ctx)Generated method - Getter of thePaymentInfo.userattribute.Methods in de.hybris.platform.jalo.order.payment with parameters of type User Modifier and Type Method Description protected voidGeneratedPaymentInfo. setUser(SessionContext ctx, User value)Generated method - Setter of thePaymentInfo.userattribute.protected voidGeneratedPaymentInfo. setUser(User value)Generated method - Setter of thePaymentInfo.userattribute. -
Uses of User in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price with parameters of type User Modifier and Type Method Description booleanAbstractPriceFactory. isNetUser(User user)override to define whether a user should be treated as net or gross customer.booleanDummyPriceFactoryImpl. isNetUser(User user)booleanPriceFactory. isNetUser(User user)Deprecated.Please use {@link de.hybris.platform.servicelayer.user.UserNetCheckingStrategy.isNetUser(UserModel)} when the 'pdt.calculation.mode' is set to the 'sl' value. -
Uses of User in de.hybris.platform.jalo.test
Subclasses of User in de.hybris.platform.jalo.test Modifier and Type Class Description classTestEmployeeTest class. -
Uses of User in de.hybris.platform.jalo.user
Subclasses of User in de.hybris.platform.jalo.user Modifier and Type Class Description classCustomerThe hybris Platform customer item.classEmployeeThe hybris Platform employee item.classGeneratedCustomerGenerated class for typeCustomer.classGeneratedEmployeeGenerated class for typeEmployee.Methods in de.hybris.platform.jalo.user that return User Modifier and Type Method Description UserUserManager. createUser(PK pk, java.lang.String uid)Creates a newUser.UserUserManager. createUser(PK pkBase, java.lang.String userID, ComposedType type)Creates a newUserwith a specified user type.UserUserManager. createUser(java.lang.String uid)Creates a newUser.UserAddress. getUser()Returns the assignedUserof thisAddress.UserGeneratedAbstractContactInfo. getUser()Generated method - Getter of theAbstractContactInfo.userattribute.UserGeneratedAbstractContactInfo. getUser(SessionContext ctx)Generated method - Getter of theAbstractContactInfo.userattribute.UserLoginToken. getUser()UserStringBasedLoginToken. getUser()UserTokenParams. getUser()UserUserManager. getUserByLogin(java.lang.String login)Finds a user by its login name.protected UserStringBasedLoginToken. getUserInternal()returns the resolved user (by submitted pk).Methods in de.hybris.platform.jalo.user that return types with arguments of type User Modifier and Type Method Description java.util.Collection<? extends User>UserManager. findUsers(ComposedType type, java.lang.String uid, java.lang.String name, java.lang.String description, boolean disableRestrictions)Searches for specific users.Methods in de.hybris.platform.jalo.user with parameters of type User Modifier and Type Method Description booleanDefaultUserPasswordCheckingStrategy. checkPassword(User user, java.lang.String plainPassword)booleanPasswordCheckingStrategy. checkPassword(User user, java.lang.String plainPassword)booleanUserManager. checkPassword(User user, LoginToken token)booleanUserManager. checkPassword(User user, java.lang.String plainPassword)protected java.lang.StringUserManager. doGenerateLoginTokenCookieValue(java.lang.String uid, java.lang.String languageISO, java.lang.String plainTextPassword, User user)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringUserManager. doGenerateLoginTokenCookieValue(java.lang.String uid, java.lang.String languageISO, java.lang.String plainTextPassword, User user, java.lang.Integer ttl)java.lang.StringUserManager. generateLoginTokenCookieValue(User user, java.lang.String languageISO)protected java.lang.StringUserManager. getEncodedPasswordForLoginCookie(java.lang.String uid, java.lang.String plainTextPassword, User user)protected java.lang.StringUserManager. getEncodedPasswordWithSalt(User user, java.lang.String passwordToEncode, java.lang.String saltToAdd)protected PasswordEncoderUserManager. getLoginTokenPasswordEncoder(User user)booleanUserManager. isAdmin(User user)protected booleanUserManager. isPlainTextPasswordStored(User user)voidAddress. setUser(User user)Assigns a newUserto thisAddress.voidGeneratedAbstractContactInfo. setUser(SessionContext ctx, User value)Generated method - Setter of theAbstractContactInfo.userattribute.voidGeneratedAbstractContactInfo. setUser(User value)Generated method - Setter of theAbstractContactInfo.userattribute.TokenParams.BuilderTokenParams.Builder. withUser(User user) -
Uses of User in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo with parameters of type User Modifier and Type Method Description booleanLDAPManager. checkPassword(User user, char[] plainPassword)Handles the LDAP authentification processjava.lang.StringGeneratedLDAPManager. getDomain(SessionContext ctx, User item)Generated method - Getter of theUser.domainattribute.java.lang.StringGeneratedLDAPManager. getDomain(User item)Generated method - Getter of theUser.domainattribute.java.lang.StringGeneratedLDAPManager. getLdaplogin(SessionContext ctx, User item)Generated method - Getter of theUser.ldaploginattribute.java.lang.StringGeneratedLDAPManager. getLdaplogin(User item)Generated method - Getter of theUser.ldaploginattribute.java.lang.BooleanGeneratedLDAPManager. isLdapaccount(SessionContext ctx, User item)Generated method - Getter of theUser.ldapaccountattribute.java.lang.BooleanGeneratedLDAPManager. isLdapaccount(User item)Generated method - Getter of theUser.ldapaccountattribute.booleanGeneratedLDAPManager. isLdapaccountAsPrimitive(SessionContext ctx, User item)Generated method - Getter of theUser.ldapaccountattribute.booleanGeneratedLDAPManager. isLdapaccountAsPrimitive(User item)Generated method - Getter of theUser.ldapaccountattribute.voidGeneratedLDAPManager. setDomain(SessionContext ctx, User item, java.lang.String value)Generated method - Setter of theUser.domainattribute.voidGeneratedLDAPManager. setDomain(User item, java.lang.String value)Generated method - Setter of theUser.domainattribute.voidGeneratedLDAPManager. setLdapaccount(SessionContext ctx, User item, boolean value)Generated method - Setter of theUser.ldapaccountattribute.voidGeneratedLDAPManager. setLdapaccount(SessionContext ctx, User item, java.lang.Boolean value)Generated method - Setter of theUser.ldapaccountattribute.voidGeneratedLDAPManager. setLdapaccount(User item, boolean value)Generated method - Setter of theUser.ldapaccountattribute.voidGeneratedLDAPManager. setLdapaccount(User item, java.lang.Boolean value)Generated method - Setter of theUser.ldapaccountattribute.voidGeneratedLDAPManager. setLdaplogin(SessionContext ctx, User item, java.lang.String value)Generated method - Setter of theUser.ldaploginattribute.voidGeneratedLDAPManager. setLdaplogin(User item, java.lang.String value)Generated method - Setter of theUser.ldaploginattribute. -
Uses of User in de.hybris.platform.ldap.jalo.security.user
Methods in de.hybris.platform.ldap.jalo.security.user with parameters of type User Modifier and Type Method Description booleanLDAPUserPasswordCheckingStrategy. checkPassword(User user, java.lang.String plainPassword) -
Uses of User in de.hybris.platform.marketplaceservices.jalo
Subclasses of User in de.hybris.platform.marketplaceservices.jalo Modifier and Type Class Description classGeneratedVendorUserGenerated class for typeVendorUser.classVendorUserMethods in de.hybris.platform.marketplaceservices.jalo that return User Modifier and Type Method Description UserGeneratedCustomerVendorReview. getUser()Generated method - Getter of theCustomerVendorReview.userattribute.UserGeneratedCustomerVendorReview. getUser(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.userattribute.Methods in de.hybris.platform.marketplaceservices.jalo with parameters of type User Modifier and Type Method Description protected voidGeneratedCustomerVendorReview. setUser(SessionContext ctx, User value)Generated method - Setter of theCustomerVendorReview.userattribute.protected voidGeneratedCustomerVendorReview. setUser(User value)Generated method - Setter of theCustomerVendorReview.userattribute. -
Uses of User in de.hybris.platform.oauth2.jalo
Methods in de.hybris.platform.oauth2.jalo with parameters of type User Modifier and Type Method Description voidOAuth2Manager. addToTokens(SessionContext ctx, User item, OAuthAccessToken value)Generated method - Addsvalueto tokens.voidOAuth2Manager. addToTokens(User item, OAuthAccessToken value)Generated method - Addsvalueto tokens.java.util.Collection<OAuthAccessToken>OAuth2Manager. getTokens(SessionContext ctx, User item)Generated method - Getter of theUser.tokensattribute.java.util.Collection<OAuthAccessToken>OAuth2Manager. getTokens(User item)Generated method - Getter of theUser.tokensattribute.voidOAuth2Manager. removeFromTokens(SessionContext ctx, User item, OAuthAccessToken value)Generated method - Removesvaluefrom tokens.voidOAuth2Manager. removeFromTokens(User item, OAuthAccessToken value)Generated method - Removesvaluefrom tokens.voidOAuth2Manager. setTokens(SessionContext ctx, User item, java.util.Collection<OAuthAccessToken> value)Generated method - Setter of theUser.tokensattribute.voidOAuth2Manager. setTokens(User item, java.util.Collection<OAuthAccessToken> value)Generated method - Setter of theUser.tokensattribute. -
Uses of User in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type User Modifier and Type Method Description booleanTestPriceFactory. isNetUser(User user) -
Uses of User in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal with parameters of type User Modifier and Type Method Description booleanPriceFactorySwitcher. isNetUser(User user) -
Uses of User in de.hybris.platform.persistence
Subclasses of User in de.hybris.platform.persistence Modifier and Type Class Description classMyTestUser -
Uses of User in de.hybris.platform.personalizationservices.jalo
Methods in de.hybris.platform.personalizationservices.jalo that return User Modifier and Type Method Description UserGeneratedCxResults. getUser()Generated method - Getter of theCxResults.userattribute.UserGeneratedCxResults. getUser(SessionContext ctx)Generated method - Getter of theCxResults.userattribute.UserGeneratedCxUserToSegment. getUser()Generated method - Getter of theCxUserToSegment.userattribute.UserGeneratedCxUserToSegment. getUser(SessionContext ctx)Generated method - Getter of theCxUserToSegment.userattribute.Methods in de.hybris.platform.personalizationservices.jalo with parameters of type User Modifier and Type Method Description voidGeneratedPersonalizationservicesManager. addToCxResults(SessionContext ctx, User item, CxResults value)Generated method - Addsvalueto cxResults.voidGeneratedPersonalizationservicesManager. addToCxResults(User item, CxResults value)Generated method - Addsvalueto cxResults.voidGeneratedPersonalizationservicesManager. addToUserToSegments(SessionContext ctx, User item, CxUserToSegment value)Generated method - Addsvalueto userToSegments.voidGeneratedPersonalizationservicesManager. addToUserToSegments(User item, CxUserToSegment value)Generated method - Addsvalueto userToSegments.java.util.Collection<CxResults>GeneratedPersonalizationservicesManager. getCxResults(SessionContext ctx, User item)Generated method - Getter of theUser.cxResultsattribute.java.util.Collection<CxResults>GeneratedPersonalizationservicesManager. getCxResults(User item)Generated method - Getter of theUser.cxResultsattribute.java.util.Collection<CxUserToSegment>GeneratedPersonalizationservicesManager. getUserToSegments(SessionContext ctx, User item)Generated method - Getter of theUser.userToSegmentsattribute.java.util.Collection<CxUserToSegment>GeneratedPersonalizationservicesManager. getUserToSegments(User item)Generated method - Getter of theUser.userToSegmentsattribute.voidGeneratedPersonalizationservicesManager. removeFromCxResults(SessionContext ctx, User item, CxResults value)Generated method - Removesvaluefrom cxResults.voidGeneratedPersonalizationservicesManager. removeFromCxResults(User item, CxResults value)Generated method - Removesvaluefrom cxResults.voidGeneratedPersonalizationservicesManager. removeFromUserToSegments(SessionContext ctx, User item, CxUserToSegment value)Generated method - Removesvaluefrom userToSegments.voidGeneratedPersonalizationservicesManager. removeFromUserToSegments(User item, CxUserToSegment value)Generated method - Removesvaluefrom userToSegments.voidGeneratedPersonalizationservicesManager. setCxResults(SessionContext ctx, User item, java.util.Collection<CxResults> value)Generated method - Setter of theUser.cxResultsattribute.voidGeneratedPersonalizationservicesManager. setCxResults(User item, java.util.Collection<CxResults> value)Generated method - Setter of theUser.cxResultsattribute.voidGeneratedCxResults. setUser(SessionContext ctx, User value)Generated method - Setter of theCxResults.userattribute.voidGeneratedCxResults. setUser(User value)Generated method - Setter of theCxResults.userattribute.voidGeneratedCxUserToSegment. setUser(SessionContext ctx, User value)Generated method - Setter of theCxUserToSegment.userattribute.voidGeneratedCxUserToSegment. setUser(User value)Generated method - Setter of theCxUserToSegment.userattribute.voidGeneratedPersonalizationservicesManager. setUserToSegments(SessionContext ctx, User item, java.util.Collection<CxUserToSegment> value)Generated method - Setter of theUser.userToSegmentsattribute.voidGeneratedPersonalizationservicesManager. setUserToSegments(User item, java.util.Collection<CxUserToSegment> value)Generated method - Setter of theUser.userToSegmentsattribute. -
Uses of User in de.hybris.platform.platformbackoffice.jalo
Methods in de.hybris.platform.platformbackoffice.jalo that return User Modifier and Type Method Description UserGeneratedBackofficeSavedQuery. getQueryOwner()Generated method - Getter of theBackofficeSavedQuery.queryOwnerattribute.UserGeneratedBackofficeSavedQuery. getQueryOwner(SessionContext ctx)Generated method - Getter of theBackofficeSavedQuery.queryOwnerattribute.Methods in de.hybris.platform.platformbackoffice.jalo with parameters of type User Modifier and Type Method Description voidGeneratedBackofficeSavedQuery. setQueryOwner(SessionContext ctx, User value)Generated method - Setter of theBackofficeSavedQuery.queryOwnerattribute.voidGeneratedBackofficeSavedQuery. setQueryOwner(User value)Generated method - Setter of theBackofficeSavedQuery.queryOwnerattribute. -
Uses of User in de.hybris.platform.processengine.jalo
Methods in de.hybris.platform.processengine.jalo that return User Modifier and Type Method Description UserGeneratedBusinessProcess. getUser()Generated method - Getter of theBusinessProcess.userattribute.UserGeneratedBusinessProcess. getUser(SessionContext ctx)Generated method - Getter of theBusinessProcess.userattribute.Methods in de.hybris.platform.processengine.jalo with parameters of type User Modifier and Type Method Description voidGeneratedBusinessProcess. setUser(SessionContext ctx, User value)Generated method - Setter of theBusinessProcess.userattribute.voidGeneratedBusinessProcess. setUser(User value)Generated method - Setter of theBusinessProcess.userattribute. -
Uses of User in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo with parameters of type User Modifier and Type Method Description protected booleanPromotionUserRestriction. isInUserCollection(SessionContext ctx, User user)Test if the user is restricted by this PromotionRestriction.protected booleanPromotionUserRestriction. isInUserCollectionRecursive(SessionContext ctx, Principal principal, User user) -
Uses of User in de.hybris.platform.sap.productconfig.services.event.impl
Methods in de.hybris.platform.sap.productconfig.services.event.impl that return User Modifier and Type Method Description protected UserProductConfigUserChangedEventListener. getCurrentUser(AfterSessionUserChangeEvent evt) -
Uses of User in de.hybris.platform.sap.productconfig.services.jalo
Methods in de.hybris.platform.sap.productconfig.services.jalo that return User Modifier and Type Method Description UserGeneratedProductConfiguration. getUser()Generated method - Getter of theProductConfiguration.userattribute.UserGeneratedProductConfiguration. getUser(SessionContext ctx)Generated method - Getter of theProductConfiguration.userattribute.Methods in de.hybris.platform.sap.productconfig.services.jalo with parameters of type User Modifier and Type Method Description voidGeneratedSapproductconfigservicesManager. addToProductConfiguration(SessionContext ctx, User item, ProductConfiguration value)Generated method - Addsvalueto productConfiguration.voidGeneratedSapproductconfigservicesManager. addToProductConfiguration(User item, ProductConfiguration value)Generated method - Addsvalueto productConfiguration.java.util.Collection<ProductConfiguration>GeneratedSapproductconfigservicesManager. getProductConfiguration(SessionContext ctx, User item)Generated method - Getter of theUser.productConfigurationattribute.java.util.Collection<ProductConfiguration>GeneratedSapproductconfigservicesManager. getProductConfiguration(User item)Generated method - Getter of theUser.productConfigurationattribute.voidGeneratedSapproductconfigservicesManager. removeFromProductConfiguration(SessionContext ctx, User item, ProductConfiguration value)Generated method - Removesvaluefrom productConfiguration.voidGeneratedSapproductconfigservicesManager. removeFromProductConfiguration(User item, ProductConfiguration value)Generated method - Removesvaluefrom productConfiguration.voidGeneratedSapproductconfigservicesManager. setProductConfiguration(SessionContext ctx, User item, java.util.Collection<ProductConfiguration> value)Generated method - Setter of theUser.productConfigurationattribute.voidGeneratedSapproductconfigservicesManager. setProductConfiguration(User item, java.util.Collection<ProductConfiguration> value)Generated method - Setter of theUser.productConfigurationattribute.voidGeneratedProductConfiguration. setUser(SessionContext ctx, User value)Generated method - Setter of theProductConfiguration.userattribute.voidGeneratedProductConfiguration. setUser(User value)Generated method - Setter of theProductConfiguration.userattribute. -
Uses of User in de.hybris.platform.savedorderforms.jalo
Methods in de.hybris.platform.savedorderforms.jalo that return User Modifier and Type Method Description UserGeneratedOrderForm. getUser()Generated method - Getter of theOrderForm.userattribute.UserGeneratedOrderForm. getUser(SessionContext ctx)Generated method - Getter of theOrderForm.userattribute.Methods in de.hybris.platform.savedorderforms.jalo with parameters of type User Modifier and Type Method Description voidGeneratedOrderForm. setUser(SessionContext ctx, User value)Generated method - Setter of theOrderForm.userattribute.voidGeneratedOrderForm. setUser(User value)Generated method - Setter of theOrderForm.userattribute. -
Uses of User in de.hybris.platform.searchservices.jalo
Methods in de.hybris.platform.searchservices.jalo that return User Modifier and Type Method Description UserGeneratedSnIndexConfiguration. getUser()Generated method - Getter of theSnIndexConfiguration.userattribute.UserGeneratedSnIndexConfiguration. getUser(SessionContext ctx)Generated method - Getter of theSnIndexConfiguration.userattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type User Modifier and Type Method Description voidGeneratedSnIndexConfiguration. setUser(SessionContext ctx, User value)Generated method - Setter of theSnIndexConfiguration.userattribute.voidGeneratedSnIndexConfiguration. setUser(User value)Generated method - Setter of theSnIndexConfiguration.userattribute. -
Uses of User in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return User Modifier and Type Method Description UserGeneratedServicelayerManager. createUser(SessionContext ctx, java.util.Map attributeValues)UserGeneratedServicelayerManager. createUser(java.util.Map attributeValues)Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type User Modifier and Type Method Description voidServicelayerManager. afterSessionUserChange(JaloSession session, User previous)UserProfileServicelayerManager. getUserprofile(SessionContext ctx, User item)Generated method - Getter of theUser.userprofileattribute.UserProfileServicelayerManager. getUserprofile(User item)Generated method - Getter of theUser.userprofileattribute.voidServicelayerManager. setUserprofile(SessionContext ctx, User item, UserProfile value)Generated method - Setter of theUser.userprofileattribute.voidServicelayerManager. setUserprofile(User item, UserProfile value)Generated method - Setter of theUser.userprofileattribute. -
Uses of User in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that return User Modifier and Type Method Description UserInMemoryCart. getUser(SessionContext ctx)Overwritten to provide in-memory implementation.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type User Modifier and Type Method Description voidInMemoryCart. setUser(SessionContext ctx, User user)Overwritten to provide in-memory implementation. -
Uses of User in de.hybris.platform.solrfacetsearch.jalo.config
Methods in de.hybris.platform.solrfacetsearch.jalo.config that return User Modifier and Type Method Description UserGeneratedSolrIndexerQuery. getUser()Generated method - Getter of theSolrIndexerQuery.userattribute.UserGeneratedSolrIndexerQuery. getUser(SessionContext ctx)Generated method - Getter of theSolrIndexerQuery.userattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type User Modifier and Type Method Description voidGeneratedSolrIndexerQuery. setUser(SessionContext ctx, User value)Generated method - Setter of theSolrIndexerQuery.userattribute.voidGeneratedSolrIndexerQuery. setUser(User value)Generated method - Setter of theSolrIndexerQuery.userattribute. -
Uses of User in de.hybris.platform.spring.security
Methods in de.hybris.platform.spring.security with parameters of type User Modifier and Type Method Description protected voidRejectUserPreAuthenticationChecks. checkForAllowedGroups(User user)protected voidRejectUserPreAuthenticationChecks. checkUserType(User user)protected booleanCoreUserDetailsService. isNotAnonymousOrAnonymousLoginIsAllowed(User user)Tells whether this is not anonymous account or anonymous login is allowed by settinglogin.anonymous.always.disabledconfiguration parameter tofalse. -
Uses of User in de.hybris.platform.ticket.jalo
Methods in de.hybris.platform.ticket.jalo that return User Modifier and Type Method Description UserGeneratedCsTicket. getCustomer()Generated method - Getter of theCsTicket.customerattribute.UserGeneratedCsTicket. getCustomer(SessionContext ctx)Generated method - Getter of theCsTicket.customerattribute.Methods in de.hybris.platform.ticket.jalo with parameters of type User Modifier and Type Method Description voidGeneratedCsTicket. setCustomer(SessionContext ctx, User value)Generated method - Setter of theCsTicket.customerattribute.voidGeneratedCsTicket. setCustomer(User value)Generated method - Setter of theCsTicket.customerattribute. -
Uses of User in de.hybris.platform.ticketsystem.events.jalo
Methods in de.hybris.platform.ticketsystem.events.jalo that return User Modifier and Type Method Description UserGeneratedSessionEndEvent. getCustomer()Generated method - Getter of theSessionEndEvent.customerattribute.UserGeneratedSessionEndEvent. getCustomer(SessionContext ctx)Generated method - Getter of theSessionEndEvent.customerattribute.UserGeneratedSessionStartEvent. getCustomer()Generated method - Getter of theSessionStartEvent.customerattribute.UserGeneratedSessionStartEvent. getCustomer(SessionContext ctx)Generated method - Getter of theSessionStartEvent.customerattribute.Methods in de.hybris.platform.ticketsystem.events.jalo with parameters of type User Modifier and Type Method Description voidGeneratedSessionEndEvent. setCustomer(SessionContext ctx, User value)Generated method - Setter of theSessionEndEvent.customerattribute.voidGeneratedSessionEndEvent. setCustomer(User value)Generated method - Setter of theSessionEndEvent.customerattribute.voidGeneratedSessionStartEvent. setCustomer(SessionContext ctx, User value)Generated method - Setter of theSessionStartEvent.customerattribute.voidGeneratedSessionStartEvent. setCustomer(User value)Generated method - Setter of theSessionStartEvent.customerattribute. -
Uses of User in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return User Modifier and Type Method Description protected UserAbstractVoucherService. getUser(UserModel user) -
Uses of User in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return User Modifier and Type Method Description UserGeneratedVoucherInvalidation. getUser()Generated method - Getter of theVoucherInvalidation.userattribute.UserGeneratedVoucherInvalidation. getUser(SessionContext ctx)Generated method - Getter of theVoucherInvalidation.userattribute.protected UserUserRestrictionTest. mockUser(long longPk)Methods in de.hybris.platform.voucher.jalo with parameters of type User Modifier and Type Method Description protected java.util.Collection<VoucherInvalidation>Voucher. getInvalidations(java.lang.String aVoucherCode, User anUser)Returns all voucher invalidations representing the usage of the specified voucher code by the specified user.protected booleanUserRestriction. isPartOfConfiguredPrincipals(User user)returns true if the given user is part of this restriction's defined users, otherwise false.booleanPromotionVoucher. isReservable(java.lang.String aVoucherCode, User user)booleanSerialVoucher. isReservable(java.lang.String aVoucherCode, User user)abstract booleanVoucher. isReservable(java.lang.String aVoucherCode, User user)protected AbstractOrderUserRestrictionTest. mockOrderWith(User user)protected voidGeneratedVoucherInvalidation. setUser(SessionContext ctx, User value)Generated method - Setter of theVoucherInvalidation.userattribute.protected voidGeneratedVoucherInvalidation. setUser(User value)Generated method - Setter of theVoucherInvalidation.userattribute. -
Uses of User in de.hybris.platform.webservicescommons.jalo
Methods in de.hybris.platform.webservicescommons.jalo that return User Modifier and Type Method Description UserOAuthAccessToken. getUser()Generated method - Getter of theOAuthAccessToken.userattribute.UserOAuthAccessToken. getUser(SessionContext ctx)Generated method - Getter of theOAuthAccessToken.userattribute.Methods in de.hybris.platform.webservicescommons.jalo with parameters of type User Modifier and Type Method Description voidOAuthAccessToken. setUser(SessionContext ctx, User value)Generated method - Setter of theOAuthAccessToken.userattribute.voidOAuthAccessToken. setUser(User value)Generated method - Setter of theOAuthAccessToken.userattribute. -
Uses of User in de.hybris.platform.wishlist2.jalo
Methods in de.hybris.platform.wishlist2.jalo that return User Modifier and Type Method Description UserGeneratedWishlist2. getUser()Generated method - Getter of theWishlist2.userattribute.UserGeneratedWishlist2. getUser(SessionContext ctx)Generated method - Getter of theWishlist2.userattribute.Methods in de.hybris.platform.wishlist2.jalo with parameters of type User Modifier and Type Method Description voidGeneratedWishlist2Manager. addToWishlist(SessionContext ctx, User item, Wishlist2 value)Generated method - Addsvalueto wishlist.voidGeneratedWishlist2Manager. addToWishlist(User item, Wishlist2 value)Generated method - Addsvalueto wishlist.java.util.List<Wishlist2>GeneratedWishlist2Manager. getWishlist(SessionContext ctx, User item)Generated method - Getter of theUser.wishlistattribute.java.util.List<Wishlist2>GeneratedWishlist2Manager. getWishlist(User item)Generated method - Getter of theUser.wishlistattribute.voidGeneratedWishlist2Manager. removeFromWishlist(SessionContext ctx, User item, Wishlist2 value)Generated method - Removesvaluefrom wishlist.voidGeneratedWishlist2Manager. removeFromWishlist(User item, Wishlist2 value)Generated method - Removesvaluefrom wishlist.voidGeneratedWishlist2. setUser(SessionContext ctx, User value)Generated method - Setter of theWishlist2.userattribute.voidGeneratedWishlist2. setUser(User value)Generated method - Setter of theWishlist2.userattribute.voidGeneratedWishlist2Manager. setWishlist(SessionContext ctx, User item, java.util.List<Wishlist2> value)Generated method - Setter of theUser.wishlistattribute.voidGeneratedWishlist2Manager. setWishlist(User item, java.util.List<Wishlist2> value)Generated method - Setter of theUser.wishlistattribute. -
Uses of User in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo that return User Modifier and Type Method Description protected UserWorkflowCompatibleTest. createUser(java.lang.String userName)Creates a user instance using given uid.protected UserWorkflowTest. createUser(java.lang.String userName)Creates a user instance using given uid.UserGeneratedWorkflowActionComment. getUser()Generated method - Getter of theWorkflowActionComment.userattribute.UserGeneratedWorkflowActionComment. getUser(SessionContext ctx)Generated method - Getter of theWorkflowActionComment.userattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type User Modifier and Type Method Description protected AutomatedWorkflowActionTemplateWorkflowTest. createAutomatedWorkflowActionTemplate(User user, java.lang.String code, EnumerationValue actionType, WorkflowTemplate workflow, java.lang.Class jobClass)Creates new automated action template.protected WorkflowActionTemplateWorkflowCompatibleTest. createWorkflowActionTemplate(User user, java.lang.String code, WorkflowTemplate workflow)Creates new action template.protected WorkflowActionTemplateWorkflowTest. createWorkflowActionTemplate(User user, java.lang.String code, EnumerationValue actionType, WorkflowTemplate workflow)Creates new action template.protected WorkflowTemplateWorkflowAutomatedTest. createWorkflowTemplate(User user)Creates a workflow template with given user assigned.protected WorkflowTemplateWorkflowCompatibleTest. createWorkflowTemplate(User user)Creates a workflow template with given user assigned.protected WorkflowTemplateWorkflowCompatibleTest. createWorkflowTemplate(User owner, java.lang.String code, java.lang.String desc)Creates new workflow template using given user, code, and description.protected WorkflowTemplateWorkflowIterationTest. createWorkflowTemplate(User user)Creates a workflow template with given user assigned.protected WorkflowTemplateWorkflowTest. createWorkflowTemplate(User user)Creates a workflow template with given user assigned.protected WorkflowTemplateWorkflowTest. createWorkflowTemplate(User owner, java.lang.String code, java.lang.String desc)Creates new workflow template using given user, code, and description.protected WorkflowTemplateWorkflowTest. createWorkflowTemplate(User 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.voidGeneratedWorkflowActionComment. setUser(SessionContext ctx, User value)Generated method - Setter of theWorkflowActionComment.userattribute.voidGeneratedWorkflowActionComment. setUser(User value)Generated method - Setter of theWorkflowActionComment.userattribute.
-