Uses of Class
de.hybris.platform.jalo.user.User
-
-
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.String
GeneratedProfileservicesManager. getConsentReference(SessionContext ctx, User item)
Generated method - Getter of theUser.consentReference
attribute.java.lang.String
GeneratedProfileservicesManager. getConsentReference(User item)
Generated method - Getter of theUser.consentReference
attribute.java.lang.Boolean
GeneratedProfileservicesManager. isProfileTagDebug(SessionContext ctx, User item)
Generated method - Getter of theUser.profileTagDebug
attribute.java.lang.Boolean
GeneratedProfileservicesManager. isProfileTagDebug(User item)
Generated method - Getter of theUser.profileTagDebug
attribute.boolean
GeneratedProfileservicesManager. isProfileTagDebugAsPrimitive(SessionContext ctx, User item)
Generated method - Getter of theUser.profileTagDebug
attribute.boolean
GeneratedProfileservicesManager. isProfileTagDebugAsPrimitive(User item)
Generated method - Getter of theUser.profileTagDebug
attribute.void
GeneratedProfileservicesManager. setConsentReference(SessionContext ctx, User item, java.lang.String value)
Generated method - Setter of theUser.consentReference
attribute.void
GeneratedProfileservicesManager. setConsentReference(User item, java.lang.String value)
Generated method - Setter of theUser.consentReference
attribute.void
GeneratedProfileservicesManager. setProfileTagDebug(SessionContext ctx, User item, boolean value)
Generated method - Setter of theUser.profileTagDebug
attribute.void
GeneratedProfileservicesManager. setProfileTagDebug(SessionContext ctx, User item, java.lang.Boolean value)
Generated method - Setter of theUser.profileTagDebug
attribute.void
GeneratedProfileservicesManager. setProfileTagDebug(User item, boolean value)
Generated method - Setter of theUser.profileTagDebug
attribute.void
GeneratedProfileservicesManager. setProfileTagDebug(User item, java.lang.Boolean value)
Generated method - Setter of theUser.profileTagDebug
attribute. -
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 User
GeneratedExportDataCronJob. getUser()
Generated method - Getter of theExportDataCronJob.user
attribute.User
GeneratedExportDataCronJob. getUser(SessionContext ctx)
Generated method - Getter of theExportDataCronJob.user
attribute.Methods in de.hybris.platform.acceleratorservices.jalo.export with parameters of type User Modifier and Type Method Description void
GeneratedExportDataCronJob. setUser(SessionContext ctx, User value)
Generated method - Setter of theExportDataCronJob.user
attribute.void
GeneratedExportDataCronJob. setUser(User value)
Generated method - Setter of theExportDataCronJob.user
attribute. -
Uses of User in de.hybris.platform.b2b.jalo
Subclasses of User in de.hybris.platform.b2b.jalo Modifier and Type Class Description class
B2BCustomer
class
GeneratedB2BCustomer
Generated 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 Cart
CartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)
Cart
DefaultCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)
protected AbstractOrder
DefaultMultiAddressDeliveryCostsStrategy. 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 User
GeneratedAgreement. getBuyerContact()
Generated method - Getter of theAgreement.buyerContact
attribute.User
GeneratedAgreement. getBuyerContact(SessionContext ctx)
Generated method - Getter of theAgreement.buyerContact
attribute.User
GeneratedCompany. getContact()
Generated method - Getter of theCompany.contact
attribute.User
GeneratedCompany. getContact(SessionContext ctx)
Generated method - Getter of theCompany.contact
attribute.User
GeneratedPreviewTicket. getCreatedBy()
Generated method - Getter of thePreviewTicket.createdBy
attribute.User
GeneratedPreviewTicket. getCreatedBy(SessionContext ctx)
Generated method - Getter of thePreviewTicket.createdBy
attribute.User
GeneratedCompareCatalogVersionsCronJob. getPriceCompareCustomer()
Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomer
attribute.User
GeneratedCompareCatalogVersionsCronJob. getPriceCompareCustomer(SessionContext ctx)
Generated method - Getter of theCompareCatalogVersionsCronJob.priceCompareCustomer
attribute.User
GeneratedAgreement. getSupplierContact()
Generated method - Getter of theAgreement.supplierContact
attribute.User
GeneratedAgreement. getSupplierContact(SessionContext ctx)
Generated method - Getter of theAgreement.supplierContact
attribute.Methods in de.hybris.platform.catalog.jalo with parameters of type User Modifier and Type Method Description boolean
CatalogManager. canRead(SessionContext ctx, User sessionUser, CatalogVersion catalogVersion)
boolean
CatalogManager. 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.boolean
CatalogManager. canWrite(SessionContext ctx, User sessionUser, CatalogVersion catalogVersion)
PreviewTicket
CatalogManager. 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.boolean
CatalogManager. isEditorUser(User user)
void
GeneratedAgreement. setBuyerContact(SessionContext ctx, User value)
Generated method - Setter of theAgreement.buyerContact
attribute.void
GeneratedAgreement. setBuyerContact(User value)
Generated method - Setter of theAgreement.buyerContact
attribute.void
GeneratedCompany. setContact(SessionContext ctx, User value)
Generated method - Setter of theCompany.contact
attribute.void
GeneratedCompany. setContact(User value)
Generated method - Setter of theCompany.contact
attribute.protected void
GeneratedPreviewTicket. setCreatedBy(SessionContext ctx, User value)
Generated method - Setter of thePreviewTicket.createdBy
attribute.protected void
GeneratedPreviewTicket. setCreatedBy(User value)
Generated method - Setter of thePreviewTicket.createdBy
attribute.void
GeneratedCompareCatalogVersionsCronJob. setPriceCompareCustomer(SessionContext ctx, User value)
Generated method - Setter of theCompareCatalogVersionsCronJob.priceCompareCustomer
attribute.void
GeneratedCompareCatalogVersionsCronJob. setPriceCompareCustomer(User value)
Generated method - Setter of theCompareCatalogVersionsCronJob.priceCompareCustomer
attribute.void
GeneratedAgreement. setSupplierContact(SessionContext ctx, User value)
Generated method - Setter of theAgreement.supplierContact
attribute.void
GeneratedAgreement. setSupplierContact(User value)
Generated method - Setter of theAgreement.supplierContact
attribute. -
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 boolean
ChineseUserDetailsService. isAccountDeactivated(User user)
protected boolean
ChineseUserDetailsService. isNotAnonymousOrAnonymousLoginIsAllowed(User user)
-
Uses of User in de.hybris.platform.cissapdigitalpayment.jalo
Methods in de.hybris.platform.cissapdigitalpayment.jalo that return User Modifier and Type Method Description User
GeneratedSapDigitPayPollCardProcess. getSessionUser()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUser
attribute.User
GeneratedSapDigitPayPollCardProcess. getSessionUser(SessionContext ctx)
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUser
attribute.Methods in de.hybris.platform.cissapdigitalpayment.jalo with parameters of type User Modifier and Type Method Description void
GeneratedSapDigitPayPollCardProcess. setSessionUser(SessionContext ctx, User value)
Generated method - Setter of theSapDigitPayPollCardProcess.sessionUser
attribute.void
GeneratedSapDigitPayPollCardProcess. setSessionUser(User value)
Generated method - Setter of theSapDigitPayPollCardProcess.sessionUser
attribute. -
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 void
GeneratedCms2Manager. addToLockedPages(SessionContext ctx, User item, AbstractPage value)
Generated method - Addsvalue
to lockedPages.void
GeneratedCms2Manager. addToLockedPages(User item, AbstractPage value)
Generated method - Addsvalue
to lockedPages.void
GeneratedCms2Manager. addToRestrictions(SessionContext ctx, User item, UserRestriction value)
Generated method - Addsvalue
to restrictions.void
GeneratedCms2Manager. addToRestrictions(User item, UserRestriction value)
Generated method - Addsvalue
to restrictions.java.util.Collection<AbstractPage>
GeneratedCms2Manager. getLockedPages(SessionContext ctx, User item)
Generated method - Getter of theUser.lockedPages
attribute.java.util.Collection<AbstractPage>
GeneratedCms2Manager. getLockedPages(User item)
Generated method - Getter of theUser.lockedPages
attribute.java.util.Collection<UserRestriction>
GeneratedCms2Manager. getRestrictions(SessionContext ctx, User item)
Generated method - Getter of theUser.restrictions
attribute.java.util.Collection<UserRestriction>
GeneratedCms2Manager. getRestrictions(User item)
Generated method - Getter of theUser.restrictions
attribute.long
GeneratedCms2Manager. getRestrictionsCount(SessionContext ctx, User item)
long
GeneratedCms2Manager. getRestrictionsCount(User item)
java.lang.Boolean
GeneratedCms2Manager. isAuthorizedToUnlockPages(SessionContext ctx, User item)
Generated method - Getter of theUser.authorizedToUnlockPages
attribute.java.lang.Boolean
GeneratedCms2Manager. isAuthorizedToUnlockPages(User item)
Generated method - Getter of theUser.authorizedToUnlockPages
attribute.boolean
GeneratedCms2Manager. isAuthorizedToUnlockPagesAsPrimitive(SessionContext ctx, User item)
Generated method - Getter of theUser.authorizedToUnlockPages
attribute.boolean
GeneratedCms2Manager. isAuthorizedToUnlockPagesAsPrimitive(User item)
Generated method - Getter of theUser.authorizedToUnlockPages
attribute.void
GeneratedCms2Manager. removeFromLockedPages(SessionContext ctx, User item, AbstractPage value)
Generated method - Removesvalue
from lockedPages.void
GeneratedCms2Manager. removeFromLockedPages(User item, AbstractPage value)
Generated method - Removesvalue
from lockedPages.void
GeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, User item, UserRestriction value)
Generated method - Removesvalue
from restrictions.void
GeneratedCms2Manager. removeFromRestrictions(User item, UserRestriction value)
Generated method - Removesvalue
from restrictions.void
GeneratedCms2Manager. setAuthorizedToUnlockPages(SessionContext ctx, User item, boolean value)
Generated method - Setter of theUser.authorizedToUnlockPages
attribute.void
GeneratedCms2Manager. setAuthorizedToUnlockPages(SessionContext ctx, User item, java.lang.Boolean value)
Generated method - Setter of theUser.authorizedToUnlockPages
attribute.void
GeneratedCms2Manager. setAuthorizedToUnlockPages(User item, boolean value)
Generated method - Setter of theUser.authorizedToUnlockPages
attribute.void
GeneratedCms2Manager. setAuthorizedToUnlockPages(User item, java.lang.Boolean value)
Generated method - Setter of theUser.authorizedToUnlockPages
attribute.void
GeneratedCms2Manager. setLockedPages(SessionContext ctx, User item, java.util.Collection<AbstractPage> value)
Generated method - Setter of theUser.lockedPages
attribute.void
GeneratedCms2Manager. setLockedPages(User item, java.util.Collection<AbstractPage> value)
Generated method - Setter of theUser.lockedPages
attribute.void
GeneratedCms2Manager. setRestrictions(SessionContext ctx, User item, java.util.Collection<UserRestriction> value)
Generated method - Setter of theUser.restrictions
attribute.void
GeneratedCms2Manager. setRestrictions(User item, java.util.Collection<UserRestriction> value)
Generated method - Setter of theUser.restrictions
attribute. -
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 User
GeneratedAbstractPage. getLockedBy()
Generated method - Getter of theAbstractPage.lockedBy
attribute.User
GeneratedAbstractPage. getLockedBy(SessionContext ctx)
Generated method - Getter of theAbstractPage.lockedBy
attribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type User Modifier and Type Method Description void
GeneratedAbstractPage. setLockedBy(SessionContext ctx, User value)
Generated method - Setter of theAbstractPage.lockedBy
attribute.void
GeneratedAbstractPage. setLockedBy(User value)
Generated method - Setter of theAbstractPage.lockedBy
attribute. -
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 User
GeneratedPreviewData. getUser()
Generated method - Getter of thePreviewData.user
attribute.User
GeneratedPreviewData. getUser(SessionContext ctx)
Generated method - Getter of thePreviewData.user
attribute.Methods in de.hybris.platform.cms2.jalo.preview with parameters of type User Modifier and Type Method Description void
GeneratedPreviewData. setUser(SessionContext ctx, User value)
Generated method - Setter of thePreviewData.user
attribute.void
GeneratedPreviewData. setUser(User value)
Generated method - Setter of thePreviewData.user
attribute. -
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.users
attribute.java.util.Collection<User>
GeneratedUserRestriction. getUsers(SessionContext ctx)
Generated method - Getter of theCMSUserRestriction.users
attribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type User Modifier and Type Method Description void
GeneratedUserRestriction. addToUsers(SessionContext ctx, User value)
Generated method - Addsvalue
to users.void
GeneratedUserRestriction. addToUsers(User value)
Generated method - Addsvalue
to users.void
GeneratedUserRestriction. removeFromUsers(SessionContext ctx, User value)
Generated method - Removesvalue
from users.void
GeneratedUserRestriction. removeFromUsers(User value)
Generated method - Removesvalue
from users.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type User Modifier and Type Method Description void
GeneratedUserRestriction. setUsers(SessionContext ctx, java.util.Collection<User> value)
Generated method - Setter of theCMSUserRestriction.users
attribute.void
GeneratedUserRestriction. setUsers(java.util.Collection<User> value)
Generated method - Setter of theCMSUserRestriction.users
attribute. -
Uses of User in de.hybris.platform.cockpit.jalo
Methods in de.hybris.platform.cockpit.jalo that return User Modifier and Type Method Description User
GeneratedWidgetPreferences. getOwnerUser()
Generated method - Getter of theWidgetPreferences.ownerUser
attribute.User
GeneratedWidgetPreferences. getOwnerUser(SessionContext ctx)
Generated method - Getter of theWidgetPreferences.ownerUser
attribute.User
GeneratedCockpitFavoriteCategory. getUser()
Generated method - Getter of theCockpitFavoriteCategory.user
attribute.User
GeneratedCockpitFavoriteCategory. getUser(SessionContext ctx)
Generated method - Getter of theCockpitFavoriteCategory.user
attribute.User
GeneratedCockpitObjectAbstractCollection. getUser()
Generated method - Getter of theCockpitObjectAbstractCollection.user
attribute.User
GeneratedCockpitObjectAbstractCollection. getUser(SessionContext ctx)
Generated method - Getter of theCockpitObjectAbstractCollection.user
attribute.User
GeneratedCockpitSavedQuery. getUser()
Generated method - Getter of theCockpitSavedQuery.user
attribute.User
GeneratedCockpitSavedQuery. getUser(SessionContext ctx)
Generated method - Getter of theCockpitSavedQuery.user
attribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCockpitManager. addToCockpitFavoriteCategories(SessionContext ctx, User item, CockpitFavoriteCategory value)
Generated method - Addsvalue
to cockpitFavoriteCategories.void
GeneratedCockpitManager. addToCockpitFavoriteCategories(User item, CockpitFavoriteCategory value)
Generated method - Addsvalue
to cockpitFavoriteCategories.void
GeneratedCockpitManager. addToCockpitSavedQueries(SessionContext ctx, User item, CockpitSavedQuery value)
Generated method - Addsvalue
to cockpitSavedQueries.void
GeneratedCockpitManager. addToCockpitSavedQueries(User item, CockpitSavedQuery value)
Generated method - Addsvalue
to cockpitSavedQueries.void
GeneratedCockpitManager. addToCollections(SessionContext ctx, User item, CockpitObjectAbstractCollection value)
Generated method - Addsvalue
to collections.void
GeneratedCockpitManager. addToCollections(User item, CockpitObjectAbstractCollection value)
Generated method - Addsvalue
to collections.void
GeneratedCockpitManager. addToWidgetPreferences(SessionContext ctx, User item, WidgetPreferences value)
Generated method - Addsvalue
to widgetPreferences.void
GeneratedCockpitManager. addToWidgetPreferences(User item, WidgetPreferences value)
Generated method - Addsvalue
to 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.cockpitFavoriteCategories
attribute.java.util.Collection<CockpitFavoriteCategory>
GeneratedCockpitManager. getCockpitFavoriteCategories(User item)
Generated method - Getter of theUser.cockpitFavoriteCategories
attribute.java.util.Collection<CockpitSavedQuery>
GeneratedCockpitManager. getCockpitSavedQueries(SessionContext ctx, User item)
Generated method - Getter of theUser.cockpitSavedQueries
attribute.java.util.Collection<CockpitSavedQuery>
GeneratedCockpitManager. getCockpitSavedQueries(User item)
Generated method - Getter of theUser.cockpitSavedQueries
attribute.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.collections
attribute.java.util.Collection<CockpitObjectAbstractCollection>
GeneratedCockpitManager. getCollections(User item)
Generated method - Getter of theUser.collections
attribute.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.widgetPreferences
attribute.java.util.Collection<WidgetPreferences>
GeneratedCockpitManager. getWidgetPreferences(User item)
Generated method - Getter of theUser.widgetPreferences
attribute.void
GeneratedCockpitManager. removeFromCockpitFavoriteCategories(SessionContext ctx, User item, CockpitFavoriteCategory value)
Generated method - Removesvalue
from cockpitFavoriteCategories.void
GeneratedCockpitManager. removeFromCockpitFavoriteCategories(User item, CockpitFavoriteCategory value)
Generated method - Removesvalue
from cockpitFavoriteCategories.void
GeneratedCockpitManager. removeFromCockpitSavedQueries(SessionContext ctx, User item, CockpitSavedQuery value)
Generated method - Removesvalue
from cockpitSavedQueries.void
GeneratedCockpitManager. removeFromCockpitSavedQueries(User item, CockpitSavedQuery value)
Generated method - Removesvalue
from cockpitSavedQueries.void
GeneratedCockpitManager. removeFromCollections(SessionContext ctx, User item, CockpitObjectAbstractCollection value)
Generated method - Removesvalue
from collections.void
GeneratedCockpitManager. removeFromCollections(User item, CockpitObjectAbstractCollection value)
Generated method - Removesvalue
from collections.void
GeneratedCockpitManager. removeFromWidgetPreferences(SessionContext ctx, User item, WidgetPreferences value)
Generated method - Removesvalue
from widgetPreferences.void
GeneratedCockpitManager. removeFromWidgetPreferences(User item, WidgetPreferences value)
Generated method - Removesvalue
from widgetPreferences.void
GeneratedCockpitManager. setCockpitFavoriteCategories(SessionContext ctx, User item, java.util.Collection<CockpitFavoriteCategory> value)
Generated method - Setter of theUser.cockpitFavoriteCategories
attribute.void
GeneratedCockpitManager. setCockpitFavoriteCategories(User item, java.util.Collection<CockpitFavoriteCategory> value)
Generated method - Setter of theUser.cockpitFavoriteCategories
attribute.void
GeneratedCockpitManager. setCockpitSavedQueries(SessionContext ctx, User item, java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of theUser.cockpitSavedQueries
attribute.void
GeneratedCockpitManager. setCockpitSavedQueries(User item, java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of theUser.cockpitSavedQueries
attribute.void
GeneratedCockpitManager. setCollections(SessionContext ctx, User item, java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of theUser.collections
attribute.void
GeneratedCockpitManager. setCollections(User item, java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of theUser.collections
attribute.void
GeneratedWidgetPreferences. setOwnerUser(SessionContext ctx, User value)
Generated method - Setter of theWidgetPreferences.ownerUser
attribute.void
GeneratedWidgetPreferences. setOwnerUser(User value)
Generated method - Setter of theWidgetPreferences.ownerUser
attribute.void
GeneratedCockpitFavoriteCategory. setUser(SessionContext ctx, User value)
Generated method - Setter of theCockpitFavoriteCategory.user
attribute.void
GeneratedCockpitFavoriteCategory. setUser(User value)
Generated method - Setter of theCockpitFavoriteCategory.user
attribute.void
GeneratedCockpitObjectAbstractCollection. setUser(SessionContext ctx, User value)
Generated method - Setter of theCockpitObjectAbstractCollection.user
attribute.void
GeneratedCockpitObjectAbstractCollection. setUser(User value)
Generated method - Setter of theCockpitObjectAbstractCollection.user
attribute.void
GeneratedCockpitSavedQuery. setUser(SessionContext ctx, User value)
Generated method - Setter of theCockpitSavedQuery.user
attribute.void
GeneratedCockpitSavedQuery. setUser(User value)
Generated method - Setter of theCockpitSavedQuery.user
attribute.void
GeneratedCockpitManager. setWidgetPreferences(SessionContext ctx, User item, java.util.Collection<WidgetPreferences> value)
Generated method - Setter of theUser.widgetPreferences
attribute.void
GeneratedCockpitManager. setWidgetPreferences(User item, java.util.Collection<WidgetPreferences> value)
Generated method - Setter of theUser.widgetPreferences
attribute. -
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 User
DefaultJasperReportExportServiceTest. 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 User
UIConfigurationTestBase. productManagerUserItem
Methods in de.hybris.platform.cockpit.test that return User Modifier and Type Method Description protected User
UIConfigurationTestBase. 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 User
GeneratedAbstractComment. getAuthor()
Generated method - Getter of theAbstractComment.author
attribute.User
GeneratedAbstractComment. getAuthor(SessionContext ctx)
Generated method - Getter of theAbstractComment.author
attribute.User
GeneratedCommentUserSetting. getUser()
Generated method - Getter of theCommentUserSetting.user
attribute.User
GeneratedCommentUserSetting. getUser(SessionContext ctx)
Generated method - Getter of theCommentUserSetting.user
attribute.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.assignedTo
attribute.java.util.Collection<User>
GeneratedComment. getAssignedTo(SessionContext ctx)
Generated method - Getter of theComment.assignedTo
attribute.Methods in de.hybris.platform.comments.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCommentsManager. addToAssignedComments(SessionContext ctx, User item, Comment value)
Generated method - Addsvalue
to assignedComments.void
GeneratedCommentsManager. addToAssignedComments(User item, Comment value)
Generated method - Addsvalue
to assignedComments.void
GeneratedComment. addToAssignedTo(SessionContext ctx, User value)
Generated method - Addsvalue
to assignedTo.void
GeneratedComment. addToAssignedTo(User value)
Generated method - Addsvalue
to assignedTo.void
GeneratedCommentsManager. addToCreatedComments(SessionContext ctx, User item, AbstractComment value)
Generated method - Addsvalue
to createdComments.void
GeneratedCommentsManager. addToCreatedComments(User item, AbstractComment value)
Generated method - Addsvalue
to createdComments.java.util.List<Comment>
GeneratedCommentsManager. getAssignedComments(SessionContext ctx, User item)
Generated method - Getter of theUser.assignedComments
attribute.java.util.List<Comment>
GeneratedCommentsManager. getAssignedComments(User item)
Generated method - Getter of theUser.assignedComments
attribute.long
GeneratedCommentsManager. getAssignedCommentsCount(SessionContext ctx, User item)
long
GeneratedCommentsManager. getAssignedCommentsCount(User item)
java.util.List<AbstractComment>
GeneratedCommentsManager. getCreatedComments(SessionContext ctx, User item)
Generated method - Getter of theUser.createdComments
attribute.java.util.List<AbstractComment>
GeneratedCommentsManager. getCreatedComments(User item)
Generated method - Getter of theUser.createdComments
attribute.void
GeneratedCommentsManager. removeFromAssignedComments(SessionContext ctx, User item, Comment value)
Generated method - Removesvalue
from assignedComments.void
GeneratedCommentsManager. removeFromAssignedComments(User item, Comment value)
Generated method - Removesvalue
from assignedComments.void
GeneratedComment. removeFromAssignedTo(SessionContext ctx, User value)
Generated method - Removesvalue
from assignedTo.void
GeneratedComment. removeFromAssignedTo(User value)
Generated method - Removesvalue
from assignedTo.void
GeneratedCommentsManager. removeFromCreatedComments(SessionContext ctx, User item, AbstractComment value)
Generated method - Removesvalue
from createdComments.void
GeneratedCommentsManager. removeFromCreatedComments(User item, AbstractComment value)
Generated method - Removesvalue
from createdComments.void
GeneratedCommentsManager. setAssignedComments(SessionContext ctx, User item, java.util.List<Comment> value)
Generated method - Setter of theUser.assignedComments
attribute.void
GeneratedCommentsManager. setAssignedComments(User item, java.util.List<Comment> value)
Generated method - Setter of theUser.assignedComments
attribute.protected void
GeneratedAbstractComment. setAuthor(SessionContext ctx, User value)
Generated method - Setter of theAbstractComment.author
attribute.protected void
GeneratedAbstractComment. setAuthor(User value)
Generated method - Setter of theAbstractComment.author
attribute.void
GeneratedCommentsManager. setCreatedComments(SessionContext ctx, User item, java.util.List<AbstractComment> value)
Generated method - Setter of theUser.createdComments
attribute.void
GeneratedCommentsManager. setCreatedComments(User item, java.util.List<AbstractComment> value)
Generated method - Setter of theUser.createdComments
attribute.protected void
GeneratedCommentUserSetting. setUser(SessionContext ctx, User value)
Generated method - Setter of theCommentUserSetting.user
attribute.protected void
GeneratedCommentUserSetting. setUser(User value)
Generated method - Setter of theCommentUserSetting.user
attribute.Method parameters in de.hybris.platform.comments.jalo with type arguments of type User Modifier and Type Method Description void
GeneratedComment. setAssignedTo(SessionContext ctx, java.util.Collection<User> value)
Generated method - Setter of theComment.assignedTo
attribute.void
GeneratedComment. setAssignedTo(java.util.Collection<User> value)
Generated method - Setter of theComment.assignedTo
attribute. -
Uses of User in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return User Modifier and Type Method Description User
GeneratedCommerceServicesManager. getAssignee(Quote item)
Generated method - Getter of theQuote.assignee
attribute.User
GeneratedCommerceServicesManager. getAssignee(SessionContext ctx, Quote item)
Generated method - Getter of theQuote.assignee
attribute.User
GeneratedCommerceServicesManager. getPlacedBy(Order item)
Generated method - Getter of theOrder.placedBy
attribute.User
GeneratedCommerceServicesManager. getPlacedBy(SessionContext ctx, Order item)
Generated method - Getter of theOrder.placedBy
attribute.User
GeneratedCommerceServicesManager. getSavedBy(Cart item)
Generated method - Getter of theCart.savedBy
attribute.User
GeneratedCommerceServicesManager. getSavedBy(SessionContext ctx, Cart item)
Generated method - Getter of theCart.savedBy
attribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCommerceServicesManager. addToAssignedQuotes(SessionContext ctx, User item, Quote value)
Generated method - Addsvalue
to assignedQuotes.void
GeneratedCommerceServicesManager. addToAssignedQuotes(User item, Quote value)
Generated method - Addsvalue
to assignedQuotes.java.util.Collection<Quote>
GeneratedCommerceServicesManager. getAssignedQuotes(SessionContext ctx, User item)
Generated method - Getter of theUser.assignedQuotes
attribute.java.util.Collection<Quote>
GeneratedCommerceServicesManager. getAssignedQuotes(User item)
Generated method - Getter of theUser.assignedQuotes
attribute.void
GeneratedCommerceServicesManager. removeFromAssignedQuotes(SessionContext ctx, User item, Quote value)
Generated method - Removesvalue
from assignedQuotes.void
GeneratedCommerceServicesManager. removeFromAssignedQuotes(User item, Quote value)
Generated method - Removesvalue
from assignedQuotes.void
GeneratedCommerceServicesManager. setAssignedQuotes(SessionContext ctx, User item, java.util.Collection<Quote> value)
Generated method - Setter of theUser.assignedQuotes
attribute.void
GeneratedCommerceServicesManager. setAssignedQuotes(User item, java.util.Collection<Quote> value)
Generated method - Setter of theUser.assignedQuotes
attribute.void
GeneratedCommerceServicesManager. setAssignee(Quote item, User value)
Generated method - Setter of theQuote.assignee
attribute.void
GeneratedCommerceServicesManager. setAssignee(SessionContext ctx, Quote item, User value)
Generated method - Setter of theQuote.assignee
attribute.void
GeneratedCommerceServicesManager. setPlacedBy(Order item, User value)
Generated method - Setter of theOrder.placedBy
attribute.void
GeneratedCommerceServicesManager. setPlacedBy(SessionContext ctx, Order item, User value)
Generated method - Setter of theOrder.placedBy
attribute.void
GeneratedCommerceServicesManager. setSavedBy(Cart item, User value)
Generated method - Setter of theCart.savedBy
attribute.void
GeneratedCommerceServicesManager. setSavedBy(SessionContext ctx, Cart item, User value)
Generated method - Setter of theCart.savedBy
attribute. -
Uses of User in de.hybris.platform.couponservices.jalo
Methods in de.hybris.platform.couponservices.jalo that return User Modifier and Type Method Description User
GeneratedCouponRedemption. getUser()
Generated method - Getter of theCouponRedemption.user
attribute.User
GeneratedCouponRedemption. getUser(SessionContext ctx)
Generated method - Getter of theCouponRedemption.user
attribute.Methods in de.hybris.platform.couponservices.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCouponRedemption. setUser(SessionContext ctx, User value)
Generated method - Setter of theCouponRedemption.user
attribute.void
GeneratedCouponRedemption. setUser(User value)
Generated method - Setter of theCouponRedemption.user
attribute. -
Uses of User in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return User Modifier and Type Method Description User
GeneratedCronJob. getSessionUser()
Generated method - Getter of theCronJob.sessionUser
attribute.User
GeneratedCronJob. getSessionUser(SessionContext ctx)
Generated method - Getter of theCronJob.sessionUser
attribute.User
GeneratedJob. getSessionUser()
Generated method - Getter of theJob.sessionUser
attribute.User
GeneratedJob. getSessionUser(SessionContext ctx)
Generated method - Getter of theJob.sessionUser
attribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCronJob. setSessionUser(SessionContext ctx, User value)
Generated method - Setter of theCronJob.sessionUser
attribute.void
GeneratedCronJob. setSessionUser(User value)
Generated method - Setter of theCronJob.sessionUser
attribute.void
GeneratedJob. setSessionUser(SessionContext ctx, User value)
Generated method - Setter of theJob.sessionUser
attribute.void
GeneratedJob. setSessionUser(User value)
Generated method - Setter of theJob.sessionUser
attribute. -
Uses of User in de.hybris.platform.customerreview.jalo
Methods in de.hybris.platform.customerreview.jalo that return User Modifier and Type Method Description User
GeneratedCustomerReview. getUser()
Generated method - Getter of theCustomerReview.user
attribute.User
GeneratedCustomerReview. getUser(SessionContext ctx)
Generated method - Getter of theCustomerReview.user
attribute.Methods in de.hybris.platform.customerreview.jalo with parameters of type User Modifier and Type Method Description protected void
GeneratedCustomerReviewManager. addToCustomerReviews(SessionContext ctx, User item, CustomerReview value)
Generated method - Addsvalue
to customerReviews.protected void
GeneratedCustomerReviewManager. addToCustomerReviews(User item, CustomerReview value)
Generated method - Addsvalue
to customerReviews.CustomerReview
CustomerReviewManager. 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.customerReviews
attribute.java.util.Collection<CustomerReview>
GeneratedCustomerReviewManager. getCustomerReviews(User item)
Generated method - Getter of theUser.customerReviews
attribute.protected void
GeneratedCustomerReviewManager. removeFromCustomerReviews(SessionContext ctx, User item, CustomerReview value)
Generated method - Removesvalue
from customerReviews.protected void
GeneratedCustomerReviewManager. removeFromCustomerReviews(User item, CustomerReview value)
Generated method - Removesvalue
from customerReviews.protected void
GeneratedCustomerReviewManager. setCustomerReviews(SessionContext ctx, User item, java.util.Collection<CustomerReview> value)
Generated method - Setter of theUser.customerReviews
attribute.protected void
GeneratedCustomerReviewManager. setCustomerReviews(User item, java.util.Collection<CustomerReview> value)
Generated method - Setter of theUser.customerReviews
attribute.void
GeneratedCustomerReview. setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerReview.user
attribute.void
GeneratedCustomerReview. setUser(User value)
Generated method - Setter of theCustomerReview.user
attribute. -
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 User
PDTRow. ALL_USERS
Field ALL_USERSMethods in de.hybris.platform.europe1.jalo that return User Modifier and Type Method Description User
GeneratedPDTRow. getUser()
Generated method - Getter of thePDTRow.user
attribute.User
GeneratedPDTRow. getUser(SessionContext ctx)
Generated method - Getter of thePDTRow.user
attribute.Methods in de.hybris.platform.europe1.jalo with parameters of type User Modifier and Type Method Description void
GeneratedEurope1PriceFactory. addToOwnEurope1Discounts(SessionContext ctx, User item, GlobalDiscountRow value)
Generated method - Addsvalue
to ownEurope1Discounts.void
GeneratedEurope1PriceFactory. addToOwnEurope1Discounts(User item, GlobalDiscountRow value)
Generated method - Addsvalue
to ownEurope1Discounts.protected void
Europe1PriceFactory. appendUserConditions(java.lang.StringBuilder query, java.lang.String alias, User user, EnumerationValue userGroup, java.util.Map values, java.lang.String ugConst)
protected int
PriceRow. calculateMatchValue(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)
Deprecated.since ages - please usePriceRow.calculateMatchValue(Product, String, EnumerationValue, User, EnumerationValue)
insteadprotected int
PriceRow. calculateMatchValue(Product product, java.lang.String productCode, EnumerationValue productGroup, User user, EnumerationValue userGroup)
DiscountRow
Europe1PriceFactory. createDiscountRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)
Creates a new DiscountRow.DiscountRow
Europe1PriceFactory. 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.GlobalDiscountRow
Europe1PriceFactory. 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.GlobalDiscountRow
Europe1PriceFactory. createGlobalDiscountRow(User user, EnumerationValue userPriceGroup, Currency currency, java.lang.Double value, DateRange dateRange, Discount discount)
Creates a new global DiscountRow.PriceRow
Europe1PriceFactory. 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.PriceRow
Europe1PriceFactory. 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.PriceRow
Europe1PriceFactory. 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.PriceRow
Europe1PriceFactory. 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.TaxRow
Europe1PriceFactory. 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
)TaxRow
Europe1PriceFactory. createTaxRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, Tax tax, DateRange dateRange, java.lang.Double value)
Creates a new TaxRow.TaxRow
Europe1PriceFactory. 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.List
Europe1PriceFactory. getDiscountInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date)
protected EnumerationValue
Europe1PriceFactory. 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)
EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UDG(SessionContext ctx, User item)
Generated method - Getter of theUser.Europe1PriceFactory_UDG
attribute.EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UDG(User item)
Generated method - Getter of theUser.Europe1PriceFactory_UDG
attribute.EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UPG(SessionContext ctx, User item)
Generated method - Getter of theUser.Europe1PriceFactory_UPG
attribute.EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UPG(User item)
Generated method - Getter of theUser.Europe1PriceFactory_UPG
attribute.EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UTG(SessionContext ctx, User item)
Generated method - Getter of theUser.Europe1PriceFactory_UTG
attribute.EnumerationValue
GeneratedEurope1PriceFactory. getEurope1PriceFactory_UTG(User item)
Generated method - Getter of theUser.Europe1PriceFactory_UTG
attribute.java.util.Collection<GlobalDiscountRow>
GeneratedEurope1PriceFactory. getOwnEurope1Discounts(SessionContext ctx, User item)
Generated method - Getter of theUser.ownEurope1Discounts
attribute.java.util.Collection<GlobalDiscountRow>
GeneratedEurope1PriceFactory. getOwnEurope1Discounts(User item)
Generated method - Getter of theUser.ownEurope1Discounts
attribute.protected java.util.List
Europe1PriceFactory. 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.List
Europe1PriceFactory. getTaxInformations(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date)
EnumerationValue
Europe1PriceFactory. getUDG(SessionContext ctx, User user)
EnumerationValue
Europe1PriceFactory. getUPG(SessionContext ctx, User user)
java.util.Collection
Europe1PriceFactory. getUserGlobalDiscountRows(User user, EnumerationValue userGroup)
EnumerationValue
Europe1PriceFactory. getUTG(SessionContext ctx, User user)
java.util.List
Europe1PriceFactory. matchDiscountRows(Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency curr, java.util.Date date, int maxCount)
PriceRow
Europe1PriceFactory. 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.List
Europe1PriceFactory. 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)
void
GeneratedEurope1PriceFactory. removeFromOwnEurope1Discounts(SessionContext ctx, User item, GlobalDiscountRow value)
Generated method - Removesvalue
from ownEurope1Discounts.void
GeneratedEurope1PriceFactory. removeFromOwnEurope1Discounts(User item, GlobalDiscountRow value)
Generated method - Removesvalue
from ownEurope1Discounts.protected void
Europe1PriceFactory. removeRowsFor(SessionContext ctx, User user)
void
Europe1PriceFactory. setEurope1Discounts(SessionContext ctx, User user, java.util.Collection discounts)
Attribute setter for User.europe1discounts.void
Europe1PriceFactory. setEurope1Discounts(User user, java.util.Collection discounts)
void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UDG(SessionContext ctx, User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UDG
attribute.void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UDG(User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UDG
attribute.void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UPG(SessionContext ctx, User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UPG
attribute.void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UPG(User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UPG
attribute.void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UTG(SessionContext ctx, User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UTG
attribute.void
GeneratedEurope1PriceFactory. setEurope1PriceFactory_UTG(User item, EnumerationValue value)
Generated method - Setter of theUser.Europe1PriceFactory_UTG
attribute.void
GeneratedEurope1PriceFactory. setOwnEurope1Discounts(SessionContext ctx, User item, java.util.Collection<GlobalDiscountRow> value)
Generated method - Setter of theUser.ownEurope1Discounts
attribute.void
GeneratedEurope1PriceFactory. setOwnEurope1Discounts(User item, java.util.Collection<GlobalDiscountRow> value)
Generated method - Setter of theUser.ownEurope1Discounts
attribute.void
GeneratedPDTRow. setUser(SessionContext ctx, User value)
Generated method - Setter of thePDTRow.user
attribute.void
GeneratedPDTRow. setUser(User value)
Generated method - Setter of thePDTRow.user
attribute.void
PDTRow. setUser(SessionContext ctx, User value)
Whenever a non-null user is set the UG attribute is cleared.void
PriceRow. 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 User
GeneratedSavedValues. getUser()
Generated method - Getter of theSavedValues.user
attribute.User
GeneratedSavedValues. getUser(SessionContext ctx)
Generated method - Getter of theSavedValues.user
attribute.Methods in de.hybris.platform.hmc.jalo with parameters of type User Modifier and Type Method Description void
GeneratedSavedValues. setUser(SessionContext ctx, User value)
Generated method - Setter of theSavedValues.user
attribute.void
GeneratedSavedValues. setUser(User value)
Generated method - Setter of theSavedValues.user
attribute. -
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 User
DefaultIntegrationServicesConfiguration. getSessionUser()
-
Uses of User in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return User Modifier and Type Method Description protected User
JaloSession. findSessionUser(ComposedType userType, java.lang.String login)
User
JaloSession. getUser()
Returns the user which is currently associated with this session.User
SessionContext. getUser()
Method getUserprotected User
JaloSession. initUser(java.util.Map props, boolean isDefaultAnonymousSession)
protected User
JaloSession. performLogin(LoginToken token, java.util.Map loginProperties)
performs login for a given login token and additionally params.protected User
JaloSession. 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 void
JaloSessionListener. afterSessionUserChange(JaloSession session, User previous)
Notifies the extension manager if the current session user was changedJaloSession
JaloConnection. createSession(User user)
Creates a new session using a already known user.protected Cart
JaloSession. doCreateCart(ComposedType cartType, User user, Currency curr, java.util.Date date, boolean isNet)
protected Currency
JaloSession. getInitialSessionCurrency(User user)
protected Language
JaloSession. getInitialSessionLanguage(User user)
protected void
SessionContext. initializeOnSessionStartup(User user, Language language, Currency currency, java.util.TimeZone timeZone, PriceFactory injectedPriceFactory)
void
JaloSession. setUser(User user)
Changes the session user without any login processing.void
SessionContext. 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 User
GeneratedSystemSetupAudit. getUser()
Generated method - Getter of theSystemSetupAudit.user
attribute.User
GeneratedSystemSetupAudit. getUser(SessionContext ctx)
Generated method - Getter of theSystemSetupAudit.user
attribute.Methods in de.hybris.platform.jalo.initialization with parameters of type User Modifier and Type Method Description protected void
GeneratedSystemSetupAudit. setUser(SessionContext ctx, User value)
Generated method - Setter of theSystemSetupAudit.user
attribute.protected void
GeneratedSystemSetupAudit. setUser(User value)
Generated method - Setter of theSystemSetupAudit.user
attribute. -
Uses of User in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return User Modifier and Type Method Description User
GeneratedAbstractOrder. getUser()
Generated method - Getter of theAbstractOrder.user
attribute.User
GeneratedAbstractOrder. getUser(SessionContext ctx)
Generated method - Getter of theAbstractOrder.user
attribute.Methods in de.hybris.platform.jalo.order with parameters of type User Modifier and Type Method Description Cart
OrderManager. 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 settersCart
OrderManager. 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 settersCart
OrderManager. 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 settersCart
OrderManager. createCart(User user, Currency currency, java.util.Date date, boolean net)
Deprecated.since ages - use modelService and standard model settersCart
OrderManager. createCart(java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)
Deprecated.since ages - use modelService and standard model settersOrder
OrderManager. 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 settersOrder
OrderManager. 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 settersOrder
OrderManager. 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 settersOrder
OrderManager. createOrder(User user, Currency currency, java.util.Date date, boolean net)
Deprecated.since ages - use modelService and standard model settersOrder
OrderManager. 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.Collection
OrderManager. getOrders(User user)
Deprecated.since ages - please useGeneratedUser.getOrders()
java.util.Collection
OrderManager. getPaymentInfosByUser(User user)
Deprecated.since ages - Use UserModel.getPaymentInfos() instead.protected java.util.Collection
OrderManager. searchPaymentInfos(User user, java.lang.String code, java.lang.Integer type)
void
AbstractOrder. setUser(SessionContext ctx, User user)
Changes the user which this order belongs to.void
AbstractOrder. setUser(User user)
Changes the user which this order belongs to.void
GeneratedAbstractOrder. setUser(SessionContext ctx, User value)
Generated method - Setter of theAbstractOrder.user
attribute.void
GeneratedAbstractOrder. setUser(User value)
Generated method - Setter of theAbstractOrder.user
attribute. -
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 User
GeneratedPaymentInfo. getUser()
Generated method - Getter of thePaymentInfo.user
attribute.User
GeneratedPaymentInfo. getUser(SessionContext ctx)
Generated method - Getter of thePaymentInfo.user
attribute.Methods in de.hybris.platform.jalo.order.payment with parameters of type User Modifier and Type Method Description protected void
GeneratedPaymentInfo. setUser(SessionContext ctx, User value)
Generated method - Setter of thePaymentInfo.user
attribute.protected void
GeneratedPaymentInfo. setUser(User value)
Generated method - Setter of thePaymentInfo.user
attribute. -
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 boolean
AbstractPriceFactory. isNetUser(User user)
override to define whether a user should be treated as net or gross customer.boolean
DummyPriceFactoryImpl. isNetUser(User user)
boolean
PriceFactory. 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 class
TestEmployee
Test class. -
Uses of User in de.hybris.platform.jalo.user
Subclasses of User in de.hybris.platform.jalo.user Modifier and Type Class Description class
Customer
The hybris Platform customer item.class
Employee
The hybris Platform employee item.class
GeneratedCustomer
Generated class for typeCustomer
.class
GeneratedEmployee
Generated class for typeEmployee
.Methods in de.hybris.platform.jalo.user that return User Modifier and Type Method Description User
UserManager. createUser(PK pk, java.lang.String uid)
Creates a newUser
.User
UserManager. createUser(PK pkBase, java.lang.String userID, ComposedType type)
Creates a newUser
with a specified user type.User
UserManager. createUser(java.lang.String uid)
Creates a newUser
.User
Address. getUser()
Returns the assignedUser
of thisAddress
.User
GeneratedAbstractContactInfo. getUser()
Generated method - Getter of theAbstractContactInfo.user
attribute.User
GeneratedAbstractContactInfo. getUser(SessionContext ctx)
Generated method - Getter of theAbstractContactInfo.user
attribute.User
LoginToken. getUser()
User
StringBasedLoginToken. getUser()
User
UserManager. getUserByLogin(java.lang.String login)
Finds a user by its login name.protected User
StringBasedLoginToken. 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 boolean
DefaultUserPasswordCheckingStrategy. checkPassword(User user, java.lang.String plainPassword)
boolean
PasswordCheckingStrategy. checkPassword(User user, java.lang.String plainPassword)
boolean
UserManager. checkPassword(User user, LoginToken token)
boolean
UserManager. checkPassword(User user, java.lang.String plainPassword)
protected java.lang.String
UserManager. doGenerateLoginTokenCookieValue(java.lang.String uid, java.lang.String languageISO, java.lang.String plainTextPassword, User user)
java.lang.String
UserManager. generateLoginTokenCookieValue(User user, java.lang.String languageISO)
protected PasswordEncoder
UserManager. getLoginTokenPasswordEncoder(User user)
boolean
UserManager. isAdmin(User user)
protected boolean
UserManager. isPlainTextPasswordStored(User user)
void
Address. setUser(User user)
Assigns a newUser
to thisAddress
.void
GeneratedAbstractContactInfo. setUser(SessionContext ctx, User value)
Generated method - Setter of theAbstractContactInfo.user
attribute.void
GeneratedAbstractContactInfo. setUser(User value)
Generated method - Setter of theAbstractContactInfo.user
attribute. -
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 boolean
LDAPManager. checkPassword(User user, char[] plainPassword)
Handles the LDAP authentification processjava.lang.String
GeneratedLDAPManager. getDomain(SessionContext ctx, User item)
Generated method - Getter of theUser.domain
attribute.java.lang.String
GeneratedLDAPManager. getDomain(User item)
Generated method - Getter of theUser.domain
attribute.java.lang.String
GeneratedLDAPManager. getLdaplogin(SessionContext ctx, User item)
Generated method - Getter of theUser.ldaplogin
attribute.java.lang.String
GeneratedLDAPManager. getLdaplogin(User item)
Generated method - Getter of theUser.ldaplogin
attribute.java.lang.Boolean
GeneratedLDAPManager. isLdapaccount(SessionContext ctx, User item)
Generated method - Getter of theUser.ldapaccount
attribute.java.lang.Boolean
GeneratedLDAPManager. isLdapaccount(User item)
Generated method - Getter of theUser.ldapaccount
attribute.boolean
GeneratedLDAPManager. isLdapaccountAsPrimitive(SessionContext ctx, User item)
Generated method - Getter of theUser.ldapaccount
attribute.boolean
GeneratedLDAPManager. isLdapaccountAsPrimitive(User item)
Generated method - Getter of theUser.ldapaccount
attribute.void
GeneratedLDAPManager. setDomain(SessionContext ctx, User item, java.lang.String value)
Generated method - Setter of theUser.domain
attribute.void
GeneratedLDAPManager. setDomain(User item, java.lang.String value)
Generated method - Setter of theUser.domain
attribute.void
GeneratedLDAPManager. setLdapaccount(SessionContext ctx, User item, boolean value)
Generated method - Setter of theUser.ldapaccount
attribute.void
GeneratedLDAPManager. setLdapaccount(SessionContext ctx, User item, java.lang.Boolean value)
Generated method - Setter of theUser.ldapaccount
attribute.void
GeneratedLDAPManager. setLdapaccount(User item, boolean value)
Generated method - Setter of theUser.ldapaccount
attribute.void
GeneratedLDAPManager. setLdapaccount(User item, java.lang.Boolean value)
Generated method - Setter of theUser.ldapaccount
attribute.void
GeneratedLDAPManager. setLdaplogin(SessionContext ctx, User item, java.lang.String value)
Generated method - Setter of theUser.ldaplogin
attribute.void
GeneratedLDAPManager. setLdaplogin(User item, java.lang.String value)
Generated method - Setter of theUser.ldaplogin
attribute. -
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 boolean
LDAPUserPasswordCheckingStrategy. 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 class
GeneratedVendorUser
Generated class for typeVendorUser
.class
VendorUser
Methods in de.hybris.platform.marketplaceservices.jalo that return User Modifier and Type Method Description User
GeneratedCustomerVendorReview. getUser()
Generated method - Getter of theCustomerVendorReview.user
attribute.User
GeneratedCustomerVendorReview. getUser(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.user
attribute.Methods in de.hybris.platform.marketplaceservices.jalo with parameters of type User Modifier and Type Method Description protected void
GeneratedCustomerVendorReview. setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerVendorReview.user
attribute.protected void
GeneratedCustomerVendorReview. setUser(User value)
Generated method - Setter of theCustomerVendorReview.user
attribute. -
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 void
OAuth2Manager. addToTokens(SessionContext ctx, User item, OAuthAccessToken value)
Generated method - Addsvalue
to tokens.void
OAuth2Manager. addToTokens(User item, OAuthAccessToken value)
Generated method - Addsvalue
to tokens.java.util.Collection<OAuthAccessToken>
OAuth2Manager. getTokens(SessionContext ctx, User item)
Generated method - Getter of theUser.tokens
attribute.java.util.Collection<OAuthAccessToken>
OAuth2Manager. getTokens(User item)
Generated method - Getter of theUser.tokens
attribute.void
OAuth2Manager. removeFromTokens(SessionContext ctx, User item, OAuthAccessToken value)
Generated method - Removesvalue
from tokens.void
OAuth2Manager. removeFromTokens(User item, OAuthAccessToken value)
Generated method - Removesvalue
from tokens.void
OAuth2Manager. setTokens(SessionContext ctx, User item, java.util.Collection<OAuthAccessToken> value)
Generated method - Setter of theUser.tokens
attribute.void
OAuth2Manager. setTokens(User item, java.util.Collection<OAuthAccessToken> value)
Generated method - Setter of theUser.tokens
attribute. -
Uses of User in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type User Modifier and Type Method Description boolean
TestPriceFactory. 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 boolean
PriceFactorySwitcher. isNetUser(User user)
-
Uses of User in de.hybris.platform.persistence
Subclasses of User in de.hybris.platform.persistence Modifier and Type Class Description class
MyTestUser
-
Uses of User in de.hybris.platform.personalizationservices.jalo
Methods in de.hybris.platform.personalizationservices.jalo that return User Modifier and Type Method Description User
GeneratedCxResults. getUser()
Generated method - Getter of theCxResults.user
attribute.User
GeneratedCxResults. getUser(SessionContext ctx)
Generated method - Getter of theCxResults.user
attribute.User
GeneratedCxUserToSegment. getUser()
Generated method - Getter of theCxUserToSegment.user
attribute.User
GeneratedCxUserToSegment. getUser(SessionContext ctx)
Generated method - Getter of theCxUserToSegment.user
attribute.Methods in de.hybris.platform.personalizationservices.jalo with parameters of type User Modifier and Type Method Description void
GeneratedPersonalizationservicesManager. addToCxResults(SessionContext ctx, User item, CxResults value)
Generated method - Addsvalue
to cxResults.void
GeneratedPersonalizationservicesManager. addToCxResults(User item, CxResults value)
Generated method - Addsvalue
to cxResults.void
GeneratedPersonalizationservicesManager. addToUserToSegments(SessionContext ctx, User item, CxUserToSegment value)
Generated method - Addsvalue
to userToSegments.void
GeneratedPersonalizationservicesManager. addToUserToSegments(User item, CxUserToSegment value)
Generated method - Addsvalue
to userToSegments.java.util.Collection<CxResults>
GeneratedPersonalizationservicesManager. getCxResults(SessionContext ctx, User item)
Generated method - Getter of theUser.cxResults
attribute.java.util.Collection<CxResults>
GeneratedPersonalizationservicesManager. getCxResults(User item)
Generated method - Getter of theUser.cxResults
attribute.java.util.Collection<CxUserToSegment>
GeneratedPersonalizationservicesManager. getUserToSegments(SessionContext ctx, User item)
Generated method - Getter of theUser.userToSegments
attribute.java.util.Collection<CxUserToSegment>
GeneratedPersonalizationservicesManager. getUserToSegments(User item)
Generated method - Getter of theUser.userToSegments
attribute.void
GeneratedPersonalizationservicesManager. removeFromCxResults(SessionContext ctx, User item, CxResults value)
Generated method - Removesvalue
from cxResults.void
GeneratedPersonalizationservicesManager. removeFromCxResults(User item, CxResults value)
Generated method - Removesvalue
from cxResults.void
GeneratedPersonalizationservicesManager. removeFromUserToSegments(SessionContext ctx, User item, CxUserToSegment value)
Generated method - Removesvalue
from userToSegments.void
GeneratedPersonalizationservicesManager. removeFromUserToSegments(User item, CxUserToSegment value)
Generated method - Removesvalue
from userToSegments.void
GeneratedPersonalizationservicesManager. setCxResults(SessionContext ctx, User item, java.util.Collection<CxResults> value)
Generated method - Setter of theUser.cxResults
attribute.void
GeneratedPersonalizationservicesManager. setCxResults(User item, java.util.Collection<CxResults> value)
Generated method - Setter of theUser.cxResults
attribute.void
GeneratedCxResults. setUser(SessionContext ctx, User value)
Generated method - Setter of theCxResults.user
attribute.void
GeneratedCxResults. setUser(User value)
Generated method - Setter of theCxResults.user
attribute.void
GeneratedCxUserToSegment. setUser(SessionContext ctx, User value)
Generated method - Setter of theCxUserToSegment.user
attribute.void
GeneratedCxUserToSegment. setUser(User value)
Generated method - Setter of theCxUserToSegment.user
attribute.void
GeneratedPersonalizationservicesManager. setUserToSegments(SessionContext ctx, User item, java.util.Collection<CxUserToSegment> value)
Generated method - Setter of theUser.userToSegments
attribute.void
GeneratedPersonalizationservicesManager. setUserToSegments(User item, java.util.Collection<CxUserToSegment> value)
Generated method - Setter of theUser.userToSegments
attribute. -
Uses of User in de.hybris.platform.platformbackoffice.jalo
Methods in de.hybris.platform.platformbackoffice.jalo that return User Modifier and Type Method Description User
GeneratedBackofficeSavedQuery. getQueryOwner()
Generated method - Getter of theBackofficeSavedQuery.queryOwner
attribute.User
GeneratedBackofficeSavedQuery. getQueryOwner(SessionContext ctx)
Generated method - Getter of theBackofficeSavedQuery.queryOwner
attribute.Methods in de.hybris.platform.platformbackoffice.jalo with parameters of type User Modifier and Type Method Description void
GeneratedBackofficeSavedQuery. setQueryOwner(SessionContext ctx, User value)
Generated method - Setter of theBackofficeSavedQuery.queryOwner
attribute.void
GeneratedBackofficeSavedQuery. setQueryOwner(User value)
Generated method - Setter of theBackofficeSavedQuery.queryOwner
attribute. -
Uses of User in de.hybris.platform.processengine.jalo
Methods in de.hybris.platform.processengine.jalo that return User Modifier and Type Method Description User
GeneratedBusinessProcess. getUser()
Generated method - Getter of theBusinessProcess.user
attribute.User
GeneratedBusinessProcess. getUser(SessionContext ctx)
Generated method - Getter of theBusinessProcess.user
attribute.Methods in de.hybris.platform.processengine.jalo with parameters of type User Modifier and Type Method Description void
GeneratedBusinessProcess. setUser(SessionContext ctx, User value)
Generated method - Setter of theBusinessProcess.user
attribute.void
GeneratedBusinessProcess. setUser(User value)
Generated method - Setter of theBusinessProcess.user
attribute. -
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 boolean
PromotionUserRestriction. isInUserCollection(SessionContext ctx, User user)
Test if the user is restricted by this PromotionRestriction.protected boolean
PromotionUserRestriction. 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 User
ProductConfigUserChangedEventListener. 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 User
GeneratedProductConfiguration. getUser()
Generated method - Getter of theProductConfiguration.user
attribute.User
GeneratedProductConfiguration. getUser(SessionContext ctx)
Generated method - Getter of theProductConfiguration.user
attribute.Methods in de.hybris.platform.sap.productconfig.services.jalo with parameters of type User Modifier and Type Method Description void
GeneratedSapproductconfigservicesManager. addToProductConfiguration(SessionContext ctx, User item, ProductConfiguration value)
Generated method - Addsvalue
to productConfiguration.void
GeneratedSapproductconfigservicesManager. addToProductConfiguration(User item, ProductConfiguration value)
Generated method - Addsvalue
to productConfiguration.java.util.Collection<ProductConfiguration>
GeneratedSapproductconfigservicesManager. getProductConfiguration(SessionContext ctx, User item)
Generated method - Getter of theUser.productConfiguration
attribute.java.util.Collection<ProductConfiguration>
GeneratedSapproductconfigservicesManager. getProductConfiguration(User item)
Generated method - Getter of theUser.productConfiguration
attribute.void
GeneratedSapproductconfigservicesManager. removeFromProductConfiguration(SessionContext ctx, User item, ProductConfiguration value)
Generated method - Removesvalue
from productConfiguration.void
GeneratedSapproductconfigservicesManager. removeFromProductConfiguration(User item, ProductConfiguration value)
Generated method - Removesvalue
from productConfiguration.void
GeneratedSapproductconfigservicesManager. setProductConfiguration(SessionContext ctx, User item, java.util.Collection<ProductConfiguration> value)
Generated method - Setter of theUser.productConfiguration
attribute.void
GeneratedSapproductconfigservicesManager. setProductConfiguration(User item, java.util.Collection<ProductConfiguration> value)
Generated method - Setter of theUser.productConfiguration
attribute.void
GeneratedProductConfiguration. setUser(SessionContext ctx, User value)
Generated method - Setter of theProductConfiguration.user
attribute.void
GeneratedProductConfiguration. setUser(User value)
Generated method - Setter of theProductConfiguration.user
attribute. -
Uses of User in de.hybris.platform.sap.sappricing.jalo
Methods in de.hybris.platform.sap.sappricing.jalo with parameters of type User Modifier and Type Method Description boolean
SappricingManager. isNetUser(User user)
-
Uses of User in de.hybris.platform.savedorderforms.jalo
Methods in de.hybris.platform.savedorderforms.jalo that return User Modifier and Type Method Description User
GeneratedOrderForm. getUser()
Generated method - Getter of theOrderForm.user
attribute.User
GeneratedOrderForm. getUser(SessionContext ctx)
Generated method - Getter of theOrderForm.user
attribute.Methods in de.hybris.platform.savedorderforms.jalo with parameters of type User Modifier and Type Method Description void
GeneratedOrderForm. setUser(SessionContext ctx, User value)
Generated method - Setter of theOrderForm.user
attribute.void
GeneratedOrderForm. setUser(User value)
Generated method - Setter of theOrderForm.user
attribute. -
Uses of User in de.hybris.platform.scimservices.jalo
Methods in de.hybris.platform.scimservices.jalo with parameters of type User Modifier and Type Method Description java.lang.String
GeneratedScimservicesManager. getScimUserId(SessionContext ctx, User item)
Generated method - Getter of theUser.scimUserId
attribute.java.lang.String
GeneratedScimservicesManager. getScimUserId(User item)
Generated method - Getter of theUser.scimUserId
attribute.void
GeneratedScimservicesManager. setScimUserId(SessionContext ctx, User item, java.lang.String value)
Generated method - Setter of theUser.scimUserId
attribute.void
GeneratedScimservicesManager. setScimUserId(User item, java.lang.String value)
Generated method - Setter of theUser.scimUserId
attribute. -
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 User
GeneratedServicelayerManager. createUser(SessionContext ctx, java.util.Map attributeValues)
User
GeneratedServicelayerManager. createUser(java.util.Map attributeValues)
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type User Modifier and Type Method Description void
ServicelayerManager. afterSessionUserChange(JaloSession session, User previous)
UserProfile
ServicelayerManager. getUserprofile(SessionContext ctx, User item)
Generated method - Getter of theUser.userprofile
attribute.UserProfile
ServicelayerManager. getUserprofile(User item)
Generated method - Getter of theUser.userprofile
attribute.void
ServicelayerManager. setUserprofile(SessionContext ctx, User item, UserProfile value)
Generated method - Setter of theUser.userprofile
attribute.void
ServicelayerManager. setUserprofile(User item, UserProfile value)
Generated method - Setter of theUser.userprofile
attribute. -
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 User
InMemoryCart. 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 void
InMemoryCart. 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 User
GeneratedSolrIndexerQuery. getUser()
Generated method - Getter of theSolrIndexerQuery.user
attribute.User
GeneratedSolrIndexerQuery. getUser(SessionContext ctx)
Generated method - Getter of theSolrIndexerQuery.user
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type User Modifier and Type Method Description void
GeneratedSolrIndexerQuery. setUser(SessionContext ctx, User value)
Generated method - Setter of theSolrIndexerQuery.user
attribute.void
GeneratedSolrIndexerQuery. setUser(User value)
Generated method - Setter of theSolrIndexerQuery.user
attribute. -
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 void
RejectUserPreAuthenticationChecks. checkForAllowedGroups(User user)
protected void
RejectUserPreAuthenticationChecks. checkUserType(User user)
protected boolean
CoreUserDetailsService. isNotAnonymousOrAnonymousLoginIsAllowed(User user)
Tells whether this is not anonymous account or anonymous login is allowed by settinglogin.anonymous.always.disabled
configuration 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 User
GeneratedCsTicket. getCustomer()
Generated method - Getter of theCsTicket.customer
attribute.User
GeneratedCsTicket. getCustomer(SessionContext ctx)
Generated method - Getter of theCsTicket.customer
attribute.Methods in de.hybris.platform.ticket.jalo with parameters of type User Modifier and Type Method Description void
GeneratedCsTicket. setCustomer(SessionContext ctx, User value)
Generated method - Setter of theCsTicket.customer
attribute.void
GeneratedCsTicket. setCustomer(User value)
Generated method - Setter of theCsTicket.customer
attribute. -
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 User
GeneratedSessionEndEvent. getCustomer()
Generated method - Getter of theSessionEndEvent.customer
attribute.User
GeneratedSessionEndEvent. getCustomer(SessionContext ctx)
Generated method - Getter of theSessionEndEvent.customer
attribute.User
GeneratedSessionStartEvent. getCustomer()
Generated method - Getter of theSessionStartEvent.customer
attribute.User
GeneratedSessionStartEvent. getCustomer(SessionContext ctx)
Generated method - Getter of theSessionStartEvent.customer
attribute.Methods in de.hybris.platform.ticketsystem.events.jalo with parameters of type User Modifier and Type Method Description void
GeneratedSessionEndEvent. setCustomer(SessionContext ctx, User value)
Generated method - Setter of theSessionEndEvent.customer
attribute.void
GeneratedSessionEndEvent. setCustomer(User value)
Generated method - Setter of theSessionEndEvent.customer
attribute.void
GeneratedSessionStartEvent. setCustomer(SessionContext ctx, User value)
Generated method - Setter of theSessionStartEvent.customer
attribute.void
GeneratedSessionStartEvent. setCustomer(User value)
Generated method - Setter of theSessionStartEvent.customer
attribute. -
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 User
AbstractVoucherService. 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 User
GeneratedVoucherInvalidation. getUser()
Generated method - Getter of theVoucherInvalidation.user
attribute.User
GeneratedVoucherInvalidation. getUser(SessionContext ctx)
Generated method - Getter of theVoucherInvalidation.user
attribute.protected User
UserRestrictionTest. 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 boolean
UserRestriction. isPartOfConfiguredPrincipals(User user)
returns true if the given user is part of this restriction's defined users, otherwise false.boolean
PromotionVoucher. isReservable(java.lang.String aVoucherCode, User user)
boolean
SerialVoucher. isReservable(java.lang.String aVoucherCode, User user)
abstract boolean
Voucher. isReservable(java.lang.String aVoucherCode, User user)
protected AbstractOrder
UserRestrictionTest. mockOrderWith(User user)
protected void
GeneratedVoucherInvalidation. setUser(SessionContext ctx, User value)
Generated method - Setter of theVoucherInvalidation.user
attribute.protected void
GeneratedVoucherInvalidation. setUser(User value)
Generated method - Setter of theVoucherInvalidation.user
attribute. -
Uses of User in de.hybris.platform.webservicescommons.jalo
Methods in de.hybris.platform.webservicescommons.jalo that return User Modifier and Type Method Description User
OAuthAccessToken. getUser()
Generated method - Getter of theOAuthAccessToken.user
attribute.User
OAuthAccessToken. getUser(SessionContext ctx)
Generated method - Getter of theOAuthAccessToken.user
attribute.Methods in de.hybris.platform.webservicescommons.jalo with parameters of type User Modifier and Type Method Description void
OAuthAccessToken. setUser(SessionContext ctx, User value)
Generated method - Setter of theOAuthAccessToken.user
attribute.void
OAuthAccessToken. setUser(User value)
Generated method - Setter of theOAuthAccessToken.user
attribute. -
Uses of User in de.hybris.platform.wishlist2.jalo
Methods in de.hybris.platform.wishlist2.jalo that return User Modifier and Type Method Description User
GeneratedWishlist2. getUser()
Generated method - Getter of theWishlist2.user
attribute.User
GeneratedWishlist2. getUser(SessionContext ctx)
Generated method - Getter of theWishlist2.user
attribute.Methods in de.hybris.platform.wishlist2.jalo with parameters of type User Modifier and Type Method Description void
GeneratedWishlist2Manager. addToWishlist(SessionContext ctx, User item, Wishlist2 value)
Generated method - Addsvalue
to wishlist.void
GeneratedWishlist2Manager. addToWishlist(User item, Wishlist2 value)
Generated method - Addsvalue
to wishlist.java.util.List<Wishlist2>
GeneratedWishlist2Manager. getWishlist(SessionContext ctx, User item)
Generated method - Getter of theUser.wishlist
attribute.java.util.List<Wishlist2>
GeneratedWishlist2Manager. getWishlist(User item)
Generated method - Getter of theUser.wishlist
attribute.void
GeneratedWishlist2Manager. removeFromWishlist(SessionContext ctx, User item, Wishlist2 value)
Generated method - Removesvalue
from wishlist.void
GeneratedWishlist2Manager. removeFromWishlist(User item, Wishlist2 value)
Generated method - Removesvalue
from wishlist.void
GeneratedWishlist2. setUser(SessionContext ctx, User value)
Generated method - Setter of theWishlist2.user
attribute.void
GeneratedWishlist2. setUser(User value)
Generated method - Setter of theWishlist2.user
attribute.void
GeneratedWishlist2Manager. setWishlist(SessionContext ctx, User item, java.util.List<Wishlist2> value)
Generated method - Setter of theUser.wishlist
attribute.void
GeneratedWishlist2Manager. setWishlist(User item, java.util.List<Wishlist2> value)
Generated method - Setter of theUser.wishlist
attribute. -
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 User
WorkflowCompatibleTest. createUser(java.lang.String userName)
Creates a user instance using given uid.protected User
WorkflowTest. createUser(java.lang.String userName)
Creates a user instance using given uid.User
GeneratedWorkflowActionComment. getUser()
Generated method - Getter of theWorkflowActionComment.user
attribute.User
GeneratedWorkflowActionComment. getUser(SessionContext ctx)
Generated method - Getter of theWorkflowActionComment.user
attribute.Methods in de.hybris.platform.workflow.jalo with parameters of type User Modifier and Type Method Description protected AutomatedWorkflowActionTemplate
WorkflowTest. createAutomatedWorkflowActionTemplate(User user, java.lang.String code, EnumerationValue actionType, WorkflowTemplate workflow, java.lang.Class jobClass)
Creates new automated action template.protected WorkflowActionTemplate
WorkflowCompatibleTest. createWorkflowActionTemplate(User user, java.lang.String code, WorkflowTemplate workflow)
Creates new action template.protected WorkflowActionTemplate
WorkflowTest. createWorkflowActionTemplate(User user, java.lang.String code, EnumerationValue actionType, WorkflowTemplate workflow)
Creates new action template.protected WorkflowTemplate
WorkflowAutomatedTest. createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.protected WorkflowTemplate
WorkflowCompatibleTest. createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.protected WorkflowTemplate
WorkflowCompatibleTest. createWorkflowTemplate(User owner, java.lang.String code, java.lang.String desc)
Creates new workflow template using given user, code, and description.protected WorkflowTemplate
WorkflowIterationTest. createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.protected WorkflowTemplate
WorkflowTest. createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.protected WorkflowTemplate
WorkflowTest. createWorkflowTemplate(User owner, java.lang.String code, java.lang.String desc)
Creates new workflow template using given user, code, and description.protected WorkflowTemplate
WorkflowTest. 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.void
GeneratedWorkflowActionComment. setUser(SessionContext ctx, User value)
Generated method - Setter of theWorkflowActionComment.user
attribute.void
GeneratedWorkflowActionComment. setUser(User value)
Generated method - Setter of theWorkflowActionComment.user
attribute.
-