| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GeneratedProfileservicesManager.getConsentReference(SessionContext ctx,
User item)
Generated method - Getter of the
User.consentReference attribute. |
java.lang.String |
GeneratedProfileservicesManager.getConsentReference(User item)
Generated method - Getter of the
User.consentReference attribute. |
java.lang.Boolean |
GeneratedProfileservicesManager.isProfileTagDebug(SessionContext ctx,
User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
java.lang.Boolean |
GeneratedProfileservicesManager.isProfileTagDebug(User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
boolean |
GeneratedProfileservicesManager.isProfileTagDebugAsPrimitive(SessionContext ctx,
User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
boolean |
GeneratedProfileservicesManager.isProfileTagDebugAsPrimitive(User item)
Generated method - Getter of the
User.profileTagDebug attribute. |
void |
GeneratedProfileservicesManager.setConsentReference(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.consentReference attribute. |
void |
GeneratedProfileservicesManager.setConsentReference(User item,
java.lang.String value)
Generated method - Setter of the
User.consentReference attribute. |
void |
GeneratedProfileservicesManager.setProfileTagDebug(SessionContext ctx,
User item,
boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
GeneratedProfileservicesManager.setProfileTagDebug(SessionContext ctx,
User item,
java.lang.Boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
GeneratedProfileservicesManager.setProfileTagDebug(User item,
boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
void |
GeneratedProfileservicesManager.setProfileTagDebug(User item,
java.lang.Boolean value)
Generated method - Setter of the
User.profileTagDebug attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedExportDataCronJob.getUser()
Generated method - Getter of the
ExportDataCronJob.user attribute. |
User |
GeneratedExportDataCronJob.getUser(SessionContext ctx)
Generated method - Getter of the
ExportDataCronJob.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedExportDataCronJob.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
ExportDataCronJob.user attribute. |
void |
GeneratedExportDataCronJob.setUser(User value)
Generated method - Setter of the
ExportDataCronJob.user attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
B2BCustomer |
class |
GeneratedB2BCustomer
Generated class for type
B2BCustomer. |
| Modifier and Type | Method and Description |
|---|---|
Cart |
DefaultCartFactory.createCartInstance(java.util.List<AbstractOrderEntry> entries,
Address deliveryAddress,
DeliveryMode mode,
User user,
Currency curr,
boolean net) |
Cart |
CartFactory.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 assigned
AbstractOrderEntry. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedAgreement.getBuyerContact()
Generated method - Getter of the
Agreement.buyerContact attribute. |
User |
GeneratedAgreement.getBuyerContact(SessionContext ctx)
Generated method - Getter of the
Agreement.buyerContact attribute. |
User |
GeneratedCompany.getContact()
Generated method - Getter of the
Company.contact attribute. |
User |
GeneratedCompany.getContact(SessionContext ctx)
Generated method - Getter of the
Company.contact attribute. |
User |
GeneratedPreviewTicket.getCreatedBy()
Generated method - Getter of the
PreviewTicket.createdBy attribute. |
User |
GeneratedPreviewTicket.getCreatedBy(SessionContext ctx)
Generated method - Getter of the
PreviewTicket.createdBy attribute. |
User |
GeneratedCompareCatalogVersionsCronJob.getPriceCompareCustomer()
Generated method - Getter of the
CompareCatalogVersionsCronJob.priceCompareCustomer attribute. |
User |
GeneratedCompareCatalogVersionsCronJob.getPriceCompareCustomer(SessionContext ctx)
Generated method - Getter of the
CompareCatalogVersionsCronJob.priceCompareCustomer attribute. |
User |
GeneratedAgreement.getSupplierContact()
Generated method - Getter of the
Agreement.supplierContact attribute. |
User |
GeneratedAgreement.getSupplierContact(SessionContext ctx)
Generated method - Getter of the
Agreement.supplierContact attribute. |
| Modifier and Type | Method and 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.
PrincipalModel ) instead.
|
java.util.Collection<CatalogVersion> |
CatalogManager.getAllWriteableCatalogVersions(SessionContext ctx,
User user)
Deprecated.
since ages - Use CatalogVersionService.getAllWritableCatalogVersions(de.hybris.platform.core.model.security.
PrincipalModel ) instead.
|
java.util.Collection<CatalogVersion> |
CatalogManager.getAllWriteableCatalogVersions(User user)
Deprecated.
since ages - Use CatalogVersionService.getAllWritableCatalogVersions(de.hybris.platform.core.model.security.
PrincipalModel ) instead.
|
boolean |
CatalogManager.isEditorUser(User user) |
void |
GeneratedAgreement.setBuyerContact(SessionContext ctx,
User value)
Generated method - Setter of the
Agreement.buyerContact attribute. |
void |
GeneratedAgreement.setBuyerContact(User value)
Generated method - Setter of the
Agreement.buyerContact attribute. |
void |
GeneratedCompany.setContact(SessionContext ctx,
User value)
Generated method - Setter of the
Company.contact attribute. |
void |
GeneratedCompany.setContact(User value)
Generated method - Setter of the
Company.contact attribute. |
protected void |
GeneratedPreviewTicket.setCreatedBy(SessionContext ctx,
User value)
Generated method - Setter of the
PreviewTicket.createdBy attribute. |
protected void |
GeneratedPreviewTicket.setCreatedBy(User value)
Generated method - Setter of the
PreviewTicket.createdBy attribute. |
void |
GeneratedCompareCatalogVersionsCronJob.setPriceCompareCustomer(SessionContext ctx,
User value)
Generated method - Setter of the
CompareCatalogVersionsCronJob.priceCompareCustomer attribute. |
void |
GeneratedCompareCatalogVersionsCronJob.setPriceCompareCustomer(User value)
Generated method - Setter of the
CompareCatalogVersionsCronJob.priceCompareCustomer attribute. |
void |
GeneratedAgreement.setSupplierContact(SessionContext ctx,
User value)
Generated method - Setter of the
Agreement.supplierContact attribute. |
void |
GeneratedAgreement.setSupplierContact(User value)
Generated method - Setter of the
Agreement.supplierContact attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<GrantedAuthority> |
ChineseUserDetailsService.getAuthorities(User user) |
protected boolean |
ChineseUserDetailsService.isAccountDeactivated(User user) |
protected boolean |
ChineseUserDetailsService.isNotAnonymousOrAnonymousLoginIsAllowed(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedSapDigitPayPollCardProcess.getSessionUser()
Generated method - Getter of the
SapDigitPayPollCardProcess.sessionUser attribute. |
User |
GeneratedSapDigitPayPollCardProcess.getSessionUser(SessionContext ctx)
Generated method - Getter of the
SapDigitPayPollCardProcess.sessionUser attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSapDigitPayPollCardProcess.setSessionUser(SessionContext ctx,
User value)
Generated method - Setter of the
SapDigitPayPollCardProcess.sessionUser attribute. |
void |
GeneratedSapDigitPayPollCardProcess.setSessionUser(User value)
Generated method - Setter of the
SapDigitPayPollCardProcess.sessionUser attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCms2Manager.addToLockedPages(SessionContext ctx,
User item,
AbstractPage value)
Generated method - Adds
value to lockedPages. |
void |
GeneratedCms2Manager.addToLockedPages(User item,
AbstractPage value)
Generated method - Adds
value to lockedPages. |
void |
GeneratedCms2Manager.addToRestrictions(SessionContext ctx,
User item,
UserRestriction value)
Generated method - Adds
value to restrictions. |
void |
GeneratedCms2Manager.addToRestrictions(User item,
UserRestriction value)
Generated method - Adds
value to restrictions. |
java.util.Collection<AbstractPage> |
GeneratedCms2Manager.getLockedPages(SessionContext ctx,
User item)
Generated method - Getter of the
User.lockedPages attribute. |
java.util.Collection<AbstractPage> |
GeneratedCms2Manager.getLockedPages(User item)
Generated method - Getter of the
User.lockedPages attribute. |
java.util.Collection<UserRestriction> |
GeneratedCms2Manager.getRestrictions(SessionContext ctx,
User item)
Generated method - Getter of the
User.restrictions attribute. |
java.util.Collection<UserRestriction> |
GeneratedCms2Manager.getRestrictions(User item)
Generated method - Getter of the
User.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 the
User.authorizedToUnlockPages attribute. |
java.lang.Boolean |
GeneratedCms2Manager.isAuthorizedToUnlockPages(User item)
Generated method - Getter of the
User.authorizedToUnlockPages attribute. |
boolean |
GeneratedCms2Manager.isAuthorizedToUnlockPagesAsPrimitive(SessionContext ctx,
User item)
Generated method - Getter of the
User.authorizedToUnlockPages attribute. |
boolean |
GeneratedCms2Manager.isAuthorizedToUnlockPagesAsPrimitive(User item)
Generated method - Getter of the
User.authorizedToUnlockPages attribute. |
void |
GeneratedCms2Manager.removeFromLockedPages(SessionContext ctx,
User item,
AbstractPage value)
Generated method - Removes
value from lockedPages. |
void |
GeneratedCms2Manager.removeFromLockedPages(User item,
AbstractPage value)
Generated method - Removes
value from lockedPages. |
void |
GeneratedCms2Manager.removeFromRestrictions(SessionContext ctx,
User item,
UserRestriction value)
Generated method - Removes
value from restrictions. |
void |
GeneratedCms2Manager.removeFromRestrictions(User item,
UserRestriction value)
Generated method - Removes
value from restrictions. |
void |
GeneratedCms2Manager.setAuthorizedToUnlockPages(SessionContext ctx,
User item,
boolean value)
Generated method - Setter of the
User.authorizedToUnlockPages attribute. |
void |
GeneratedCms2Manager.setAuthorizedToUnlockPages(SessionContext ctx,
User item,
java.lang.Boolean value)
Generated method - Setter of the
User.authorizedToUnlockPages attribute. |
void |
GeneratedCms2Manager.setAuthorizedToUnlockPages(User item,
boolean value)
Generated method - Setter of the
User.authorizedToUnlockPages attribute. |
void |
GeneratedCms2Manager.setAuthorizedToUnlockPages(User item,
java.lang.Boolean value)
Generated method - Setter of the
User.authorizedToUnlockPages attribute. |
void |
GeneratedCms2Manager.setLockedPages(SessionContext ctx,
User item,
java.util.Collection<AbstractPage> value)
Generated method - Setter of the
User.lockedPages attribute. |
void |
GeneratedCms2Manager.setLockedPages(User item,
java.util.Collection<AbstractPage> value)
Generated method - Setter of the
User.lockedPages attribute. |
void |
GeneratedCms2Manager.setRestrictions(SessionContext ctx,
User item,
java.util.Collection<UserRestriction> value)
Generated method - Setter of the
User.restrictions attribute. |
void |
GeneratedCms2Manager.setRestrictions(User item,
java.util.Collection<UserRestriction> value)
Generated method - Setter of the
User.restrictions attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedAbstractPage.getLockedBy()
Generated method - Getter of the
AbstractPage.lockedBy attribute. |
User |
GeneratedAbstractPage.getLockedBy(SessionContext ctx)
Generated method - Getter of the
AbstractPage.lockedBy attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractPage.setLockedBy(SessionContext ctx,
User value)
Generated method - Setter of the
AbstractPage.lockedBy attribute. |
void |
GeneratedAbstractPage.setLockedBy(User value)
Generated method - Setter of the
AbstractPage.lockedBy attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedPreviewData.getUser()
Generated method - Getter of the
PreviewData.user attribute. |
User |
GeneratedPreviewData.getUser(SessionContext ctx)
Generated method - Getter of the
PreviewData.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPreviewData.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
PreviewData.user attribute. |
void |
GeneratedPreviewData.setUser(User value)
Generated method - Setter of the
PreviewData.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<User> |
GeneratedUserRestriction.getUsers()
Generated method - Getter of the
CMSUserRestriction.users attribute. |
java.util.Collection<User> |
GeneratedUserRestriction.getUsers(SessionContext ctx)
Generated method - Getter of the
CMSUserRestriction.users attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedUserRestriction.addToUsers(SessionContext ctx,
User value)
Generated method - Adds
value to users. |
void |
GeneratedUserRestriction.addToUsers(User value)
Generated method - Adds
value to users. |
void |
GeneratedUserRestriction.removeFromUsers(SessionContext ctx,
User value)
Generated method - Removes
value from users. |
void |
GeneratedUserRestriction.removeFromUsers(User value)
Generated method - Removes
value from users. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedUserRestriction.setUsers(java.util.Collection<User> value)
Generated method - Setter of the
CMSUserRestriction.users attribute. |
void |
GeneratedUserRestriction.setUsers(SessionContext ctx,
java.util.Collection<User> value)
Generated method - Setter of the
CMSUserRestriction.users attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedWidgetPreferences.getOwnerUser()
Generated method - Getter of the
WidgetPreferences.ownerUser attribute. |
User |
GeneratedWidgetPreferences.getOwnerUser(SessionContext ctx)
Generated method - Getter of the
WidgetPreferences.ownerUser attribute. |
User |
GeneratedCockpitSavedQuery.getUser()
Generated method - Getter of the
CockpitSavedQuery.user attribute. |
User |
GeneratedCockpitFavoriteCategory.getUser()
Generated method - Getter of the
CockpitFavoriteCategory.user attribute. |
User |
GeneratedCockpitObjectAbstractCollection.getUser()
Generated method - Getter of the
CockpitObjectAbstractCollection.user attribute. |
User |
GeneratedCockpitSavedQuery.getUser(SessionContext ctx)
Generated method - Getter of the
CockpitSavedQuery.user attribute. |
User |
GeneratedCockpitFavoriteCategory.getUser(SessionContext ctx)
Generated method - Getter of the
CockpitFavoriteCategory.user attribute. |
User |
GeneratedCockpitObjectAbstractCollection.getUser(SessionContext ctx)
Generated method - Getter of the
CockpitObjectAbstractCollection.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCockpitManager.addToCockpitFavoriteCategories(SessionContext ctx,
User item,
CockpitFavoriteCategory value)
Generated method - Adds
value to cockpitFavoriteCategories. |
void |
GeneratedCockpitManager.addToCockpitFavoriteCategories(User item,
CockpitFavoriteCategory value)
Generated method - Adds
value to cockpitFavoriteCategories. |
void |
GeneratedCockpitManager.addToCockpitSavedQueries(SessionContext ctx,
User item,
CockpitSavedQuery value)
Generated method - Adds
value to cockpitSavedQueries. |
void |
GeneratedCockpitManager.addToCockpitSavedQueries(User item,
CockpitSavedQuery value)
Generated method - Adds
value to cockpitSavedQueries. |
void |
GeneratedCockpitManager.addToCollections(SessionContext ctx,
User item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to collections. |
void |
GeneratedCockpitManager.addToCollections(User item,
CockpitObjectAbstractCollection value)
Generated method - Adds
value to collections. |
void |
GeneratedCockpitManager.addToWidgetPreferences(SessionContext ctx,
User item,
WidgetPreferences value)
Generated method - Adds
value to widgetPreferences. |
void |
GeneratedCockpitManager.addToWidgetPreferences(User item,
WidgetPreferences value)
Generated method - Adds
value to widgetPreferences. |
java.util.Set<CockpitObjectAbstractCollection> |
CockpitManager.getAllCollections(User user)
Deprecated.
since 6.3, use
CockpitCollectionService.getCollectionsForUser(de.hybris.platform.core.model.user.UserModel)
instead |
java.util.Collection<CockpitFavoriteCategory> |
GeneratedCockpitManager.getCockpitFavoriteCategories(SessionContext ctx,
User item)
Generated method - Getter of the
User.cockpitFavoriteCategories attribute. |
java.util.Collection<CockpitFavoriteCategory> |
GeneratedCockpitManager.getCockpitFavoriteCategories(User item)
Generated method - Getter of the
User.cockpitFavoriteCategories attribute. |
java.util.Collection<CockpitSavedQuery> |
GeneratedCockpitManager.getCockpitSavedQueries(SessionContext ctx,
User item)
Generated method - Getter of the
User.cockpitSavedQueries attribute. |
java.util.Collection<CockpitSavedQuery> |
GeneratedCockpitManager.getCockpitSavedQueries(User item)
Generated method - Getter of the
User.cockpitSavedQueries attribute. |
java.util.List<CockpitObjectAbstractCollection> |
CockpitManager.getCollections(SessionContext ctx,
User user)
Deprecated.
since 6.3, use
CockpitCollectionService.getCollectionsForUser(de.hybris.platform.core.model.user.UserModel)
instead |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getCollections(SessionContext ctx,
User item)
Generated method - Getter of the
User.collections attribute. |
java.util.Collection<CockpitObjectAbstractCollection> |
GeneratedCockpitManager.getCollections(User item)
Generated method - Getter of the
User.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 the
User.widgetPreferences attribute. |
java.util.Collection<WidgetPreferences> |
GeneratedCockpitManager.getWidgetPreferences(User item)
Generated method - Getter of the
User.widgetPreferences attribute. |
void |
GeneratedCockpitManager.removeFromCockpitFavoriteCategories(SessionContext ctx,
User item,
CockpitFavoriteCategory value)
Generated method - Removes
value from cockpitFavoriteCategories. |
void |
GeneratedCockpitManager.removeFromCockpitFavoriteCategories(User item,
CockpitFavoriteCategory value)
Generated method - Removes
value from cockpitFavoriteCategories. |
void |
GeneratedCockpitManager.removeFromCockpitSavedQueries(SessionContext ctx,
User item,
CockpitSavedQuery value)
Generated method - Removes
value from cockpitSavedQueries. |
void |
GeneratedCockpitManager.removeFromCockpitSavedQueries(User item,
CockpitSavedQuery value)
Generated method - Removes
value from cockpitSavedQueries. |
void |
GeneratedCockpitManager.removeFromCollections(SessionContext ctx,
User item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from collections. |
void |
GeneratedCockpitManager.removeFromCollections(User item,
CockpitObjectAbstractCollection value)
Generated method - Removes
value from collections. |
void |
GeneratedCockpitManager.removeFromWidgetPreferences(SessionContext ctx,
User item,
WidgetPreferences value)
Generated method - Removes
value from widgetPreferences. |
void |
GeneratedCockpitManager.removeFromWidgetPreferences(User item,
WidgetPreferences value)
Generated method - Removes
value from widgetPreferences. |
void |
GeneratedCockpitManager.setCockpitFavoriteCategories(SessionContext ctx,
User item,
java.util.Collection<CockpitFavoriteCategory> value)
Generated method - Setter of the
User.cockpitFavoriteCategories attribute. |
void |
GeneratedCockpitManager.setCockpitFavoriteCategories(User item,
java.util.Collection<CockpitFavoriteCategory> value)
Generated method - Setter of the
User.cockpitFavoriteCategories attribute. |
void |
GeneratedCockpitManager.setCockpitSavedQueries(SessionContext ctx,
User item,
java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of the
User.cockpitSavedQueries attribute. |
void |
GeneratedCockpitManager.setCockpitSavedQueries(User item,
java.util.Collection<CockpitSavedQuery> value)
Generated method - Setter of the
User.cockpitSavedQueries attribute. |
void |
GeneratedCockpitManager.setCollections(SessionContext ctx,
User item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
User.collections attribute. |
void |
GeneratedCockpitManager.setCollections(User item,
java.util.Collection<CockpitObjectAbstractCollection> value)
Generated method - Setter of the
User.collections attribute. |
void |
GeneratedWidgetPreferences.setOwnerUser(SessionContext ctx,
User value)
Generated method - Setter of the
WidgetPreferences.ownerUser attribute. |
void |
GeneratedWidgetPreferences.setOwnerUser(User value)
Generated method - Setter of the
WidgetPreferences.ownerUser attribute. |
void |
GeneratedCockpitSavedQuery.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CockpitSavedQuery.user attribute. |
void |
GeneratedCockpitFavoriteCategory.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CockpitFavoriteCategory.user attribute. |
void |
GeneratedCockpitObjectAbstractCollection.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CockpitObjectAbstractCollection.user attribute. |
void |
GeneratedCockpitSavedQuery.setUser(User value)
Generated method - Setter of the
CockpitSavedQuery.user attribute. |
void |
GeneratedCockpitFavoriteCategory.setUser(User value)
Generated method - Setter of the
CockpitFavoriteCategory.user attribute. |
void |
GeneratedCockpitObjectAbstractCollection.setUser(User value)
Generated method - Setter of the
CockpitObjectAbstractCollection.user attribute. |
void |
GeneratedCockpitManager.setWidgetPreferences(SessionContext ctx,
User item,
java.util.Collection<WidgetPreferences> value)
Generated method - Setter of the
User.widgetPreferences attribute. |
void |
GeneratedCockpitManager.setWidgetPreferences(User item,
java.util.Collection<WidgetPreferences> value)
Generated method - Setter of the
User.widgetPreferences attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected User |
DefaultJasperReportExportServiceTest.testROUser |
| Modifier and Type | Method and Description |
|---|---|
protected User |
WorkflowServiceImplTest.createUser(java.lang.String userName) |
| Modifier and Type | Field and Description |
|---|---|
protected User |
UIConfigurationTestBase.productManagerUserItem |
| Modifier and Type | Method and Description |
|---|---|
protected User |
UIConfigurationTestBase.getOrCreateUser(UserManager userManager,
java.lang.String login) |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedAbstractComment.getAuthor()
Generated method - Getter of the
AbstractComment.author attribute. |
User |
GeneratedAbstractComment.getAuthor(SessionContext ctx)
Generated method - Getter of the
AbstractComment.author attribute. |
User |
GeneratedCommentUserSetting.getUser()
Generated method - Getter of the
CommentUserSetting.user attribute. |
User |
GeneratedCommentUserSetting.getUser(SessionContext ctx)
Generated method - Getter of the
CommentUserSetting.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<User> |
GeneratedComment.getAssignedTo()
Generated method - Getter of the
Comment.assignedTo attribute. |
java.util.Collection<User> |
GeneratedComment.getAssignedTo(SessionContext ctx)
Generated method - Getter of the
Comment.assignedTo attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCommentsManager.addToAssignedComments(SessionContext ctx,
User item,
Comment value)
Generated method - Adds
value to assignedComments. |
void |
GeneratedCommentsManager.addToAssignedComments(User item,
Comment value)
Generated method - Adds
value to assignedComments. |
void |
GeneratedComment.addToAssignedTo(SessionContext ctx,
User value)
Generated method - Adds
value to assignedTo. |
void |
GeneratedComment.addToAssignedTo(User value)
Generated method - Adds
value to assignedTo. |
void |
GeneratedCommentsManager.addToCreatedComments(SessionContext ctx,
User item,
AbstractComment value)
Generated method - Adds
value to createdComments. |
void |
GeneratedCommentsManager.addToCreatedComments(User item,
AbstractComment value)
Generated method - Adds
value to createdComments. |
java.util.List<Comment> |
GeneratedCommentsManager.getAssignedComments(SessionContext ctx,
User item)
Generated method - Getter of the
User.assignedComments attribute. |
java.util.List<Comment> |
GeneratedCommentsManager.getAssignedComments(User item)
Generated method - Getter of the
User.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 the
User.createdComments attribute. |
java.util.List<AbstractComment> |
GeneratedCommentsManager.getCreatedComments(User item)
Generated method - Getter of the
User.createdComments attribute. |
void |
GeneratedCommentsManager.removeFromAssignedComments(SessionContext ctx,
User item,
Comment value)
Generated method - Removes
value from assignedComments. |
void |
GeneratedCommentsManager.removeFromAssignedComments(User item,
Comment value)
Generated method - Removes
value from assignedComments. |
void |
GeneratedComment.removeFromAssignedTo(SessionContext ctx,
User value)
Generated method - Removes
value from assignedTo. |
void |
GeneratedComment.removeFromAssignedTo(User value)
Generated method - Removes
value from assignedTo. |
void |
GeneratedCommentsManager.removeFromCreatedComments(SessionContext ctx,
User item,
AbstractComment value)
Generated method - Removes
value from createdComments. |
void |
GeneratedCommentsManager.removeFromCreatedComments(User item,
AbstractComment value)
Generated method - Removes
value from createdComments. |
void |
GeneratedCommentsManager.setAssignedComments(SessionContext ctx,
User item,
java.util.List<Comment> value)
Generated method - Setter of the
User.assignedComments attribute. |
void |
GeneratedCommentsManager.setAssignedComments(User item,
java.util.List<Comment> value)
Generated method - Setter of the
User.assignedComments attribute. |
protected void |
GeneratedAbstractComment.setAuthor(SessionContext ctx,
User value)
Generated method - Setter of the
AbstractComment.author attribute. |
protected void |
GeneratedAbstractComment.setAuthor(User value)
Generated method - Setter of the
AbstractComment.author attribute. |
void |
GeneratedCommentsManager.setCreatedComments(SessionContext ctx,
User item,
java.util.List<AbstractComment> value)
Generated method - Setter of the
User.createdComments attribute. |
void |
GeneratedCommentsManager.setCreatedComments(User item,
java.util.List<AbstractComment> value)
Generated method - Setter of the
User.createdComments attribute. |
protected void |
GeneratedCommentUserSetting.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CommentUserSetting.user attribute. |
protected void |
GeneratedCommentUserSetting.setUser(User value)
Generated method - Setter of the
CommentUserSetting.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedComment.setAssignedTo(java.util.Collection<User> value)
Generated method - Setter of the
Comment.assignedTo attribute. |
void |
GeneratedComment.setAssignedTo(SessionContext ctx,
java.util.Collection<User> value)
Generated method - Setter of the
Comment.assignedTo attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCommerceServicesManager.getAssignee(Quote item)
Generated method - Getter of the
Quote.assignee attribute. |
User |
GeneratedCommerceServicesManager.getAssignee(SessionContext ctx,
Quote item)
Generated method - Getter of the
Quote.assignee attribute. |
User |
GeneratedCommerceServicesManager.getPlacedBy(Order item)
Generated method - Getter of the
Order.placedBy attribute. |
User |
GeneratedCommerceServicesManager.getPlacedBy(SessionContext ctx,
Order item)
Generated method - Getter of the
Order.placedBy attribute. |
User |
GeneratedCommerceServicesManager.getSavedBy(Cart item)
Generated method - Getter of the
Cart.savedBy attribute. |
User |
GeneratedCommerceServicesManager.getSavedBy(SessionContext ctx,
Cart item)
Generated method - Getter of the
Cart.savedBy attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCommerceServicesManager.addToAssignedQuotes(SessionContext ctx,
User item,
Quote value)
Generated method - Adds
value to assignedQuotes. |
void |
GeneratedCommerceServicesManager.addToAssignedQuotes(User item,
Quote value)
Generated method - Adds
value to assignedQuotes. |
java.util.Collection<Quote> |
GeneratedCommerceServicesManager.getAssignedQuotes(SessionContext ctx,
User item)
Generated method - Getter of the
User.assignedQuotes attribute. |
java.util.Collection<Quote> |
GeneratedCommerceServicesManager.getAssignedQuotes(User item)
Generated method - Getter of the
User.assignedQuotes attribute. |
void |
GeneratedCommerceServicesManager.removeFromAssignedQuotes(SessionContext ctx,
User item,
Quote value)
Generated method - Removes
value from assignedQuotes. |
void |
GeneratedCommerceServicesManager.removeFromAssignedQuotes(User item,
Quote value)
Generated method - Removes
value from assignedQuotes. |
void |
GeneratedCommerceServicesManager.setAssignedQuotes(SessionContext ctx,
User item,
java.util.Collection<Quote> value)
Generated method - Setter of the
User.assignedQuotes attribute. |
void |
GeneratedCommerceServicesManager.setAssignedQuotes(User item,
java.util.Collection<Quote> value)
Generated method - Setter of the
User.assignedQuotes attribute. |
void |
GeneratedCommerceServicesManager.setAssignee(Quote item,
User value)
Generated method - Setter of the
Quote.assignee attribute. |
void |
GeneratedCommerceServicesManager.setAssignee(SessionContext ctx,
Quote item,
User value)
Generated method - Setter of the
Quote.assignee attribute. |
void |
GeneratedCommerceServicesManager.setPlacedBy(Order item,
User value)
Generated method - Setter of the
Order.placedBy attribute. |
void |
GeneratedCommerceServicesManager.setPlacedBy(SessionContext ctx,
Order item,
User value)
Generated method - Setter of the
Order.placedBy attribute. |
void |
GeneratedCommerceServicesManager.setSavedBy(Cart item,
User value)
Generated method - Setter of the
Cart.savedBy attribute. |
void |
GeneratedCommerceServicesManager.setSavedBy(SessionContext ctx,
Cart item,
User value)
Generated method - Setter of the
Cart.savedBy attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCouponRedemption.getUser()
Generated method - Getter of the
CouponRedemption.user attribute. |
User |
GeneratedCouponRedemption.getUser(SessionContext ctx)
Generated method - Getter of the
CouponRedemption.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCouponRedemption.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CouponRedemption.user attribute. |
void |
GeneratedCouponRedemption.setUser(User value)
Generated method - Setter of the
CouponRedemption.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCronJob.getSessionUser()
Generated method - Getter of the
CronJob.sessionUser attribute. |
User |
GeneratedJob.getSessionUser()
Generated method - Getter of the
Job.sessionUser attribute. |
User |
GeneratedCronJob.getSessionUser(SessionContext ctx)
Generated method - Getter of the
CronJob.sessionUser attribute. |
User |
GeneratedJob.getSessionUser(SessionContext ctx)
Generated method - Getter of the
Job.sessionUser attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCronJob.setSessionUser(SessionContext ctx,
User value)
Generated method - Setter of the
CronJob.sessionUser attribute. |
void |
GeneratedJob.setSessionUser(SessionContext ctx,
User value)
Generated method - Setter of the
Job.sessionUser attribute. |
void |
GeneratedCronJob.setSessionUser(User value)
Generated method - Setter of the
CronJob.sessionUser attribute. |
void |
GeneratedJob.setSessionUser(User value)
Generated method - Setter of the
Job.sessionUser attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCustomerReview.getUser()
Generated method - Getter of the
CustomerReview.user attribute. |
User |
GeneratedCustomerReview.getUser(SessionContext ctx)
Generated method - Getter of the
CustomerReview.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedCustomerReviewManager.addToCustomerReviews(SessionContext ctx,
User item,
CustomerReview value)
Generated method - Adds
value to customerReviews. |
protected void |
GeneratedCustomerReviewManager.addToCustomerReviews(User item,
CustomerReview value)
Generated method - Adds
value 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 item
|
java.util.Collection<CustomerReview> |
GeneratedCustomerReviewManager.getCustomerReviews(SessionContext ctx,
User item)
Generated method - Getter of the
User.customerReviews attribute. |
java.util.Collection<CustomerReview> |
GeneratedCustomerReviewManager.getCustomerReviews(User item)
Generated method - Getter of the
User.customerReviews attribute. |
protected void |
GeneratedCustomerReviewManager.removeFromCustomerReviews(SessionContext ctx,
User item,
CustomerReview value)
Generated method - Removes
value from customerReviews. |
protected void |
GeneratedCustomerReviewManager.removeFromCustomerReviews(User item,
CustomerReview value)
Generated method - Removes
value from customerReviews. |
protected void |
GeneratedCustomerReviewManager.setCustomerReviews(SessionContext ctx,
User item,
java.util.Collection<CustomerReview> value)
Generated method - Setter of the
User.customerReviews attribute. |
protected void |
GeneratedCustomerReviewManager.setCustomerReviews(User item,
java.util.Collection<CustomerReview> value)
Generated method - Setter of the
User.customerReviews attribute. |
void |
GeneratedCustomerReview.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CustomerReview.user attribute. |
void |
GeneratedCustomerReview.setUser(User value)
Generated method - Setter of the
CustomerReview.user attribute. |
| Modifier and Type | Field and Description |
|---|---|
static User |
PDTRow.ALL_USERS
Field ALL_USERS
|
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedPDTRow.getUser()
Generated method - Getter of the
PDTRow.user attribute. |
User |
GeneratedPDTRow.getUser(SessionContext ctx)
Generated method - Getter of the
PDTRow.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedEurope1PriceFactory.addToOwnEurope1Discounts(SessionContext ctx,
User item,
GlobalDiscountRow value)
Generated method - Adds
value to ownEurope1Discounts. |
void |
GeneratedEurope1PriceFactory.addToOwnEurope1Discounts(User item,
GlobalDiscountRow value)
Generated method - Adds
value 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 use
PriceRow.calculateMatchValue(Product, String, EnumerationValue, User, EnumerationValue)
instead |
protected 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 as
Europe1PriceFactory.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 as
Europe1PriceFactory.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 use
Europe1PriceFactory.createTaxRow(Product,EnumerationValue,User,EnumerationValue,Tax,DateRange,Double)
to specify all values ( here DateRange and Value are set to null ) |
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 the
User.Europe1PriceFactory_UDG attribute. |
EnumerationValue |
GeneratedEurope1PriceFactory.getEurope1PriceFactory_UDG(User item)
Generated method - Getter of the
User.Europe1PriceFactory_UDG attribute. |
EnumerationValue |
GeneratedEurope1PriceFactory.getEurope1PriceFactory_UPG(SessionContext ctx,
User item)
Generated method - Getter of the
User.Europe1PriceFactory_UPG attribute. |
EnumerationValue |
GeneratedEurope1PriceFactory.getEurope1PriceFactory_UPG(User item)
Generated method - Getter of the
User.Europe1PriceFactory_UPG attribute. |
EnumerationValue |
GeneratedEurope1PriceFactory.getEurope1PriceFactory_UTG(SessionContext ctx,
User item)
Generated method - Getter of the
User.Europe1PriceFactory_UTG attribute. |
EnumerationValue |
GeneratedEurope1PriceFactory.getEurope1PriceFactory_UTG(User item)
Generated method - Getter of the
User.Europe1PriceFactory_UTG attribute. |
java.util.Collection<GlobalDiscountRow> |
GeneratedEurope1PriceFactory.getOwnEurope1Discounts(SessionContext ctx,
User item)
Generated method - Getter of the
User.ownEurope1Discounts attribute. |
java.util.Collection<GlobalDiscountRow> |
GeneratedEurope1PriceFactory.getOwnEurope1Discounts(User item)
Generated method - Getter of the
User.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 - Removes
value from ownEurope1Discounts. |
void |
GeneratedEurope1PriceFactory.removeFromOwnEurope1Discounts(User item,
GlobalDiscountRow value)
Generated method - Removes
value 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 the
User.Europe1PriceFactory_UDG attribute. |
void |
GeneratedEurope1PriceFactory.setEurope1PriceFactory_UDG(User item,
EnumerationValue value)
Generated method - Setter of the
User.Europe1PriceFactory_UDG attribute. |
void |
GeneratedEurope1PriceFactory.setEurope1PriceFactory_UPG(SessionContext ctx,
User item,
EnumerationValue value)
Generated method - Setter of the
User.Europe1PriceFactory_UPG attribute. |
void |
GeneratedEurope1PriceFactory.setEurope1PriceFactory_UPG(User item,
EnumerationValue value)
Generated method - Setter of the
User.Europe1PriceFactory_UPG attribute. |
void |
GeneratedEurope1PriceFactory.setEurope1PriceFactory_UTG(SessionContext ctx,
User item,
EnumerationValue value)
Generated method - Setter of the
User.Europe1PriceFactory_UTG attribute. |
void |
GeneratedEurope1PriceFactory.setEurope1PriceFactory_UTG(User item,
EnumerationValue value)
Generated method - Setter of the
User.Europe1PriceFactory_UTG attribute. |
void |
GeneratedEurope1PriceFactory.setOwnEurope1Discounts(SessionContext ctx,
User item,
java.util.Collection<GlobalDiscountRow> value)
Generated method - Setter of the
User.ownEurope1Discounts attribute. |
void |
GeneratedEurope1PriceFactory.setOwnEurope1Discounts(User item,
java.util.Collection<GlobalDiscountRow> value)
Generated method - Setter of the
User.ownEurope1Discounts attribute. |
void |
PriceRow.setUser(SessionContext ctx,
User value) |
void |
GeneratedPDTRow.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
PDTRow.user attribute. |
void |
PDTRow.setUser(SessionContext ctx,
User value)
Whenever a non-null user is set the UG attribute is cleared.
|
void |
GeneratedPDTRow.setUser(User value)
Generated method - Setter of the
PDTRow.user attribute. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedSavedValues.getUser()
Generated method - Getter of the
SavedValues.user attribute. |
User |
GeneratedSavedValues.getUser(SessionContext ctx)
Generated method - Getter of the
SavedValues.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSavedValues.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
SavedValues.user attribute. |
void |
GeneratedSavedValues.setUser(User value)
Generated method - Setter of the
SavedValues.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected User |
JaloSession.findSessionUser(ComposedType userType,
java.lang.String login) |
User |
SessionContext.getUser()
Method getUser
|
User |
JaloSession.getUser()
Returns the user which is currently associated with this session.
|
protected 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaloSessionListener.afterSessionUserChange(JaloSession session,
User previous)
Notifies the extension manager if the current session user was changed
|
JaloSession |
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 |
SessionContext.setUser(User user)
Method setUser
|
void |
JaloSession.setUser(User user)
Changes the session user without any login processing.
|
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedSystemSetupAudit.getUser()
Generated method - Getter of the
SystemSetupAudit.user attribute. |
User |
GeneratedSystemSetupAudit.getUser(SessionContext ctx)
Generated method - Getter of the
SystemSetupAudit.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedSystemSetupAudit.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
SystemSetupAudit.user attribute. |
protected void |
GeneratedSystemSetupAudit.setUser(User value)
Generated method - Setter of the
SystemSetupAudit.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedAbstractOrder.getUser()
Generated method - Getter of the
AbstractOrder.user attribute. |
User |
GeneratedAbstractOrder.getUser(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
Cart |
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 setters
|
Cart |
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 setters
|
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 setters
|
Cart |
OrderManager.createCart(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Cart |
OrderManager.createCart(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
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 setters
|
Order |
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 setters
|
Order |
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 setters
|
Order |
OrderManager.createOrder(java.lang.String code,
User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
Order |
OrderManager.createOrder(User user,
Currency currency,
java.util.Date date,
boolean net)
Deprecated.
since ages - use modelService and standard model setters
|
java.util.Collection |
OrderManager.getOrders(User user)
Deprecated.
since ages - please use
GeneratedUser.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 |
GeneratedAbstractOrder.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
AbstractOrder.user attribute. |
void |
AbstractOrder.setUser(SessionContext ctx,
User user)
Changes the user which this order belongs to.
|
void |
GeneratedAbstractOrder.setUser(User value)
Generated method - Setter of the
AbstractOrder.user attribute. |
void |
AbstractOrder.setUser(User user)
Changes the user which this order belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedPaymentInfo.getUser()
Generated method - Getter of the
PaymentInfo.user attribute. |
User |
GeneratedPaymentInfo.getUser(SessionContext ctx)
Generated method - Getter of the
PaymentInfo.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedPaymentInfo.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
PaymentInfo.user attribute. |
protected void |
GeneratedPaymentInfo.setUser(User value)
Generated method - Setter of the
PaymentInfo.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PriceFactory.isNetUser(User user)
Deprecated.
Please use
de.hybris.platform.servicelayer.user.UserNetCheckingStrategy.isNetUser(UserModel) when
the 'pdt.calculation.mode' is set to the 'sl' value. |
boolean |
DummyPriceFactoryImpl.isNetUser(User user) |
boolean |
AbstractPriceFactory.isNetUser(User user)
override to define whether a user should be treated as net or gross customer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestEmployee
Test class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Customer
The hybris Platform customer item.
|
class |
Employee
The hybris Platform employee item.
|
class |
GeneratedCustomer
Generated class for type
Customer. |
class |
GeneratedEmployee
Generated class for type
Employee. |
| Modifier and Type | Method and Description |
|---|---|
User |
UserManager.createUser(PK pk,
java.lang.String uid)
Creates a new
User. |
User |
UserManager.createUser(PK pkBase,
java.lang.String userID,
ComposedType type)
Creates a new
User with a specified user type. |
User |
UserManager.createUser(java.lang.String uid)
Creates a new
User. |
User |
Address.getUser()
Returns the assigned
User of this Address. |
User |
StringBasedLoginToken.getUser() |
User |
GeneratedAbstractContactInfo.getUser()
Generated method - Getter of the
AbstractContactInfo.user attribute. |
User |
LoginToken.getUser() |
User |
GeneratedAbstractContactInfo.getUser(SessionContext ctx)
Generated method - Getter of the
AbstractContactInfo.user attribute. |
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).
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.checkPassword(User user,
LoginToken token) |
boolean |
PasswordCheckingStrategy.checkPassword(User user,
java.lang.String plainPassword) |
boolean |
DefaultUserPasswordCheckingStrategy.checkPassword(User user,
java.lang.String plainPassword) |
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 |
GeneratedAbstractContactInfo.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
AbstractContactInfo.user attribute. |
void |
Address.setUser(User user)
Assigns a new
User to this Address. |
void |
GeneratedAbstractContactInfo.setUser(User value)
Generated method - Setter of the
AbstractContactInfo.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LDAPManager.checkPassword(User user,
char[] plainPassword)
Handles the LDAP authentification process
|
java.lang.String |
GeneratedLDAPManager.getDomain(SessionContext ctx,
User item)
Generated method - Getter of the
User.domain attribute. |
java.lang.String |
GeneratedLDAPManager.getDomain(User item)
Generated method - Getter of the
User.domain attribute. |
java.lang.String |
GeneratedLDAPManager.getLdaplogin(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldaplogin attribute. |
java.lang.String |
GeneratedLDAPManager.getLdaplogin(User item)
Generated method - Getter of the
User.ldaplogin attribute. |
java.lang.Boolean |
GeneratedLDAPManager.isLdapaccount(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldapaccount attribute. |
java.lang.Boolean |
GeneratedLDAPManager.isLdapaccount(User item)
Generated method - Getter of the
User.ldapaccount attribute. |
boolean |
GeneratedLDAPManager.isLdapaccountAsPrimitive(SessionContext ctx,
User item)
Generated method - Getter of the
User.ldapaccount attribute. |
boolean |
GeneratedLDAPManager.isLdapaccountAsPrimitive(User item)
Generated method - Getter of the
User.ldapaccount attribute. |
void |
GeneratedLDAPManager.setDomain(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.domain attribute. |
void |
GeneratedLDAPManager.setDomain(User item,
java.lang.String value)
Generated method - Setter of the
User.domain attribute. |
void |
GeneratedLDAPManager.setLdapaccount(SessionContext ctx,
User item,
boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
GeneratedLDAPManager.setLdapaccount(SessionContext ctx,
User item,
java.lang.Boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
GeneratedLDAPManager.setLdapaccount(User item,
boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
GeneratedLDAPManager.setLdapaccount(User item,
java.lang.Boolean value)
Generated method - Setter of the
User.ldapaccount attribute. |
void |
GeneratedLDAPManager.setLdaplogin(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.ldaplogin attribute. |
void |
GeneratedLDAPManager.setLdaplogin(User item,
java.lang.String value)
Generated method - Setter of the
User.ldaplogin attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LDAPUserPasswordCheckingStrategy.checkPassword(User user,
java.lang.String plainPassword) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedVendorUser
Generated class for type
VendorUser. |
class |
VendorUser |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCustomerVendorReview.getUser()
Generated method - Getter of the
CustomerVendorReview.user attribute. |
User |
GeneratedCustomerVendorReview.getUser(SessionContext ctx)
Generated method - Getter of the
CustomerVendorReview.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedCustomerVendorReview.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CustomerVendorReview.user attribute. |
protected void |
GeneratedCustomerVendorReview.setUser(User value)
Generated method - Setter of the
CustomerVendorReview.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedMobileManager.addToPhoneNumbers(SessionContext ctx,
User item,
UserPhoneNumber value)
Generated method - Adds
value to phoneNumbers. |
void |
GeneratedMobileManager.addToPhoneNumbers(User item,
UserPhoneNumber value)
Generated method - Adds
value to phoneNumbers. |
java.util.Collection<UserPhoneNumber> |
GeneratedMobileManager.getPhoneNumbers(SessionContext ctx,
User item)
Generated method - Getter of the
User.phoneNumbers attribute. |
java.util.Collection<UserPhoneNumber> |
GeneratedMobileManager.getPhoneNumbers(User item)
Generated method - Getter of the
User.phoneNumbers attribute. |
void |
GeneratedMobileManager.removeFromPhoneNumbers(SessionContext ctx,
User item,
UserPhoneNumber value)
Generated method - Removes
value from phoneNumbers. |
void |
GeneratedMobileManager.removeFromPhoneNumbers(User item,
UserPhoneNumber value)
Generated method - Removes
value from phoneNumbers. |
void |
GeneratedMobileManager.setPhoneNumbers(SessionContext ctx,
User item,
java.util.Collection<UserPhoneNumber> value)
Generated method - Setter of the
User.phoneNumbers attribute. |
void |
GeneratedMobileManager.setPhoneNumbers(User item,
java.util.Collection<UserPhoneNumber> value)
Generated method - Setter of the
User.phoneNumbers attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedMobileMessageContext.getUser()
Generated method - Getter of the
MobileMessageContext.user attribute. |
User |
GeneratedUserPhoneNumber.getUser()
Generated method - Getter of the
UserPhoneNumber.user attribute. |
User |
GeneratedMobileMessageContext.getUser(SessionContext ctx)
Generated method - Getter of the
MobileMessageContext.user attribute. |
User |
GeneratedUserPhoneNumber.getUser(SessionContext ctx)
Generated method - Getter of the
UserPhoneNumber.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedMobileMessageContext.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
MobileMessageContext.user attribute. |
void |
GeneratedUserPhoneNumber.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
UserPhoneNumber.user attribute. |
void |
GeneratedMobileMessageContext.setUser(User value)
Generated method - Setter of the
MobileMessageContext.user attribute. |
void |
GeneratedUserPhoneNumber.setUser(User value)
Generated method - Setter of the
UserPhoneNumber.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<User> |
GeneratedMobileSendMessageCronJob.getRecipients()
Generated method - Getter of the
MobileSendMessageCronJob.recipients attribute. |
java.util.Collection<User> |
GeneratedMobileSendMessageCronJob.getRecipients(SessionContext ctx)
Generated method - Getter of the
MobileSendMessageCronJob.recipients attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedMobileSendMessageCronJob.addToRecipients(SessionContext ctx,
User value)
Generated method - Adds
value to recipients. |
void |
GeneratedMobileSendMessageCronJob.addToRecipients(User value)
Generated method - Adds
value to recipients. |
void |
GeneratedMobileSendMessageCronJob.removeFromRecipients(SessionContext ctx,
User value)
Generated method - Removes
value from recipients. |
void |
GeneratedMobileSendMessageCronJob.removeFromRecipients(User value)
Generated method - Removes
value from recipients. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedMobileSendMessageCronJob.setRecipients(java.util.Collection<User> value)
Generated method - Setter of the
MobileSendMessageCronJob.recipients attribute. |
void |
GeneratedMobileSendMessageCronJob.setRecipients(SessionContext ctx,
java.util.Collection<User> value)
Generated method - Setter of the
MobileSendMessageCronJob.recipients attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Manager.addToTokens(SessionContext ctx,
User item,
OAuthAccessToken value)
Generated method - Adds
value to tokens. |
void |
OAuth2Manager.addToTokens(User item,
OAuthAccessToken value)
Generated method - Adds
value to tokens. |
java.util.Collection<OAuthAccessToken> |
OAuth2Manager.getTokens(SessionContext ctx,
User item)
Generated method - Getter of the
User.tokens attribute. |
java.util.Collection<OAuthAccessToken> |
OAuth2Manager.getTokens(User item)
Generated method - Getter of the
User.tokens attribute. |
void |
OAuth2Manager.removeFromTokens(SessionContext ctx,
User item,
OAuthAccessToken value)
Generated method - Removes
value from tokens. |
void |
OAuth2Manager.removeFromTokens(User item,
OAuthAccessToken value)
Generated method - Removes
value from tokens. |
void |
OAuth2Manager.setTokens(SessionContext ctx,
User item,
java.util.Collection<OAuthAccessToken> value)
Generated method - Setter of the
User.tokens attribute. |
void |
OAuth2Manager.setTokens(User item,
java.util.Collection<OAuthAccessToken> value)
Generated method - Setter of the
User.tokens attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestPriceFactory.isNetUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PriceFactorySwitcher.isNetUser(User user) |
| Modifier and Type | Class and Description |
|---|---|
class |
MyTestUser |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCxResults.getUser()
Generated method - Getter of the
CxResults.user attribute. |
User |
GeneratedCxUserToSegment.getUser()
Generated method - Getter of the
CxUserToSegment.user attribute. |
User |
GeneratedCxResults.getUser(SessionContext ctx)
Generated method - Getter of the
CxResults.user attribute. |
User |
GeneratedCxUserToSegment.getUser(SessionContext ctx)
Generated method - Getter of the
CxUserToSegment.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPersonalizationservicesManager.addToCxResults(SessionContext ctx,
User item,
CxResults value)
Generated method - Adds
value to cxResults. |
void |
GeneratedPersonalizationservicesManager.addToCxResults(User item,
CxResults value)
Generated method - Adds
value to cxResults. |
void |
GeneratedPersonalizationservicesManager.addToUserToSegments(SessionContext ctx,
User item,
CxUserToSegment value)
Generated method - Adds
value to userToSegments. |
void |
GeneratedPersonalizationservicesManager.addToUserToSegments(User item,
CxUserToSegment value)
Generated method - Adds
value to userToSegments. |
java.util.Collection<CxResults> |
GeneratedPersonalizationservicesManager.getCxResults(SessionContext ctx,
User item)
Generated method - Getter of the
User.cxResults attribute. |
java.util.Collection<CxResults> |
GeneratedPersonalizationservicesManager.getCxResults(User item)
Generated method - Getter of the
User.cxResults attribute. |
java.util.Collection<CxUserToSegment> |
GeneratedPersonalizationservicesManager.getUserToSegments(SessionContext ctx,
User item)
Generated method - Getter of the
User.userToSegments attribute. |
java.util.Collection<CxUserToSegment> |
GeneratedPersonalizationservicesManager.getUserToSegments(User item)
Generated method - Getter of the
User.userToSegments attribute. |
void |
GeneratedPersonalizationservicesManager.removeFromCxResults(SessionContext ctx,
User item,
CxResults value)
Generated method - Removes
value from cxResults. |
void |
GeneratedPersonalizationservicesManager.removeFromCxResults(User item,
CxResults value)
Generated method - Removes
value from cxResults. |
void |
GeneratedPersonalizationservicesManager.removeFromUserToSegments(SessionContext ctx,
User item,
CxUserToSegment value)
Generated method - Removes
value from userToSegments. |
void |
GeneratedPersonalizationservicesManager.removeFromUserToSegments(User item,
CxUserToSegment value)
Generated method - Removes
value from userToSegments. |
void |
GeneratedPersonalizationservicesManager.setCxResults(SessionContext ctx,
User item,
java.util.Collection<CxResults> value)
Generated method - Setter of the
User.cxResults attribute. |
void |
GeneratedPersonalizationservicesManager.setCxResults(User item,
java.util.Collection<CxResults> value)
Generated method - Setter of the
User.cxResults attribute. |
void |
GeneratedCxResults.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CxResults.user attribute. |
void |
GeneratedCxUserToSegment.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
CxUserToSegment.user attribute. |
void |
GeneratedCxResults.setUser(User value)
Generated method - Setter of the
CxResults.user attribute. |
void |
GeneratedCxUserToSegment.setUser(User value)
Generated method - Setter of the
CxUserToSegment.user attribute. |
void |
GeneratedPersonalizationservicesManager.setUserToSegments(SessionContext ctx,
User item,
java.util.Collection<CxUserToSegment> value)
Generated method - Setter of the
User.userToSegments attribute. |
void |
GeneratedPersonalizationservicesManager.setUserToSegments(User item,
java.util.Collection<CxUserToSegment> value)
Generated method - Setter of the
User.userToSegments attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedBackofficeSavedQuery.getQueryOwner()
Generated method - Getter of the
BackofficeSavedQuery.queryOwner attribute. |
User |
GeneratedBackofficeSavedQuery.getQueryOwner(SessionContext ctx)
Generated method - Getter of the
BackofficeSavedQuery.queryOwner attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBackofficeSavedQuery.setQueryOwner(SessionContext ctx,
User value)
Generated method - Setter of the
BackofficeSavedQuery.queryOwner attribute. |
void |
GeneratedBackofficeSavedQuery.setQueryOwner(User value)
Generated method - Setter of the
BackofficeSavedQuery.queryOwner attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedBusinessProcess.getUser()
Generated method - Getter of the
BusinessProcess.user attribute. |
User |
GeneratedBusinessProcess.getUser(SessionContext ctx)
Generated method - Getter of the
BusinessProcess.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBusinessProcess.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
BusinessProcess.user attribute. |
void |
GeneratedBusinessProcess.setUser(User value)
Generated method - Setter of the
BusinessProcess.user attribute. |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected User |
ProductConfigUserChangedEventListener.getCurrentUser(AfterSessionUserChangeEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedProductConfiguration.getUser()
Generated method - Getter of the
ProductConfiguration.user attribute. |
User |
GeneratedProductConfiguration.getUser(SessionContext ctx)
Generated method - Getter of the
ProductConfiguration.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSapproductconfigservicesManager.addToProductConfiguration(SessionContext ctx,
User item,
ProductConfiguration value)
Generated method - Adds
value to productConfiguration. |
void |
GeneratedSapproductconfigservicesManager.addToProductConfiguration(User item,
ProductConfiguration value)
Generated method - Adds
value to productConfiguration. |
java.util.Collection<ProductConfiguration> |
GeneratedSapproductconfigservicesManager.getProductConfiguration(SessionContext ctx,
User item)
Generated method - Getter of the
User.productConfiguration attribute. |
java.util.Collection<ProductConfiguration> |
GeneratedSapproductconfigservicesManager.getProductConfiguration(User item)
Generated method - Getter of the
User.productConfiguration attribute. |
void |
GeneratedSapproductconfigservicesManager.removeFromProductConfiguration(SessionContext ctx,
User item,
ProductConfiguration value)
Generated method - Removes
value from productConfiguration. |
void |
GeneratedSapproductconfigservicesManager.removeFromProductConfiguration(User item,
ProductConfiguration value)
Generated method - Removes
value from productConfiguration. |
void |
GeneratedSapproductconfigservicesManager.setProductConfiguration(SessionContext ctx,
User item,
java.util.Collection<ProductConfiguration> value)
Generated method - Setter of the
User.productConfiguration attribute. |
void |
GeneratedSapproductconfigservicesManager.setProductConfiguration(User item,
java.util.Collection<ProductConfiguration> value)
Generated method - Setter of the
User.productConfiguration attribute. |
void |
GeneratedProductConfiguration.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
ProductConfiguration.user attribute. |
void |
GeneratedProductConfiguration.setUser(User value)
Generated method - Setter of the
ProductConfiguration.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SappricingManager.isNetUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedOrderForm.getUser()
Generated method - Getter of the
OrderForm.user attribute. |
User |
GeneratedOrderForm.getUser(SessionContext ctx)
Generated method - Getter of the
OrderForm.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedOrderForm.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
OrderForm.user attribute. |
void |
GeneratedOrderForm.setUser(User value)
Generated method - Setter of the
OrderForm.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GeneratedScimservicesManager.getScimUserId(SessionContext ctx,
User item)
Generated method - Getter of the
User.scimUserId attribute. |
java.lang.String |
GeneratedScimservicesManager.getScimUserId(User item)
Generated method - Getter of the
User.scimUserId attribute. |
void |
GeneratedScimservicesManager.setScimUserId(SessionContext ctx,
User item,
java.lang.String value)
Generated method - Setter of the
User.scimUserId attribute. |
void |
GeneratedScimservicesManager.setScimUserId(User item,
java.lang.String value)
Generated method - Setter of the
User.scimUserId attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedServicelayerManager.createUser(java.util.Map attributeValues) |
User |
GeneratedServicelayerManager.createUser(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServicelayerManager.afterSessionUserChange(JaloSession session,
User previous) |
UserProfile |
ServicelayerManager.getUserprofile(SessionContext ctx,
User item)
Generated method - Getter of the
User.userprofile attribute. |
UserProfile |
ServicelayerManager.getUserprofile(User item)
Generated method - Getter of the
User.userprofile attribute. |
void |
ServicelayerManager.setUserprofile(SessionContext ctx,
User item,
UserProfile value)
Generated method - Setter of the
User.userprofile attribute. |
void |
ServicelayerManager.setUserprofile(User item,
UserProfile value)
Generated method - Setter of the
User.userprofile attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
InMemoryCart.getUser(SessionContext ctx)
Overwritten to provide in-memory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryCart.setUser(SessionContext ctx,
User user)
Overwritten to provide in-memory implementation.
|
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedSolrIndexerQuery.getUser()
Generated method - Getter of the
SolrIndexerQuery.user attribute. |
User |
GeneratedSolrIndexerQuery.getUser(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSolrIndexerQuery.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
SolrIndexerQuery.user attribute. |
void |
GeneratedSolrIndexerQuery.setUser(User value)
Generated method - Setter of the
SolrIndexerQuery.user attribute. |
| Modifier and Type | Method and 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 setting
login.anonymous.always.disabled configuration parameter to false. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedCsTicket.getCustomer()
Generated method - Getter of the
CsTicket.customer attribute. |
User |
GeneratedCsTicket.getCustomer(SessionContext ctx)
Generated method - Getter of the
CsTicket.customer attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCsTicket.setCustomer(SessionContext ctx,
User value)
Generated method - Setter of the
CsTicket.customer attribute. |
void |
GeneratedCsTicket.setCustomer(User value)
Generated method - Setter of the
CsTicket.customer attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedSessionStartEvent.getCustomer()
Generated method - Getter of the
SessionStartEvent.customer attribute. |
User |
GeneratedSessionEndEvent.getCustomer()
Generated method - Getter of the
SessionEndEvent.customer attribute. |
User |
GeneratedSessionStartEvent.getCustomer(SessionContext ctx)
Generated method - Getter of the
SessionStartEvent.customer attribute. |
User |
GeneratedSessionEndEvent.getCustomer(SessionContext ctx)
Generated method - Getter of the
SessionEndEvent.customer attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedSessionStartEvent.setCustomer(SessionContext ctx,
User value)
Generated method - Setter of the
SessionStartEvent.customer attribute. |
void |
GeneratedSessionEndEvent.setCustomer(SessionContext ctx,
User value)
Generated method - Setter of the
SessionEndEvent.customer attribute. |
void |
GeneratedSessionStartEvent.setCustomer(User value)
Generated method - Setter of the
SessionStartEvent.customer attribute. |
void |
GeneratedSessionEndEvent.setCustomer(User value)
Generated method - Setter of the
SessionEndEvent.customer attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected User |
AbstractVjdbcTest.testROUser |
protected User |
AbstractVjdbcTest.testRWUser |
| Modifier and Type | Method and Description |
|---|---|
protected User |
AbstractVjdbcTest.getUser(boolean readWrite) |
| Modifier and Type | Method and Description |
|---|---|
protected User |
AbstractVoucherService.getUser(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedVoucherInvalidation.getUser()
Generated method - Getter of the
VoucherInvalidation.user attribute. |
User |
GeneratedVoucherInvalidation.getUser(SessionContext ctx)
Generated method - Getter of the
VoucherInvalidation.user attribute. |
protected User |
UserRestrictionTest.mockUser(long longPk) |
| Modifier and Type | Method and 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 |
SerialVoucher.isReservable(java.lang.String aVoucherCode,
User user) |
boolean |
PromotionVoucher.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 the
VoucherInvalidation.user attribute. |
protected void |
GeneratedVoucherInvalidation.setUser(User value)
Generated method - Setter of the
VoucherInvalidation.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
OAuthAccessToken.getUser()
Generated method - Getter of the
OAuthAccessToken.user attribute. |
User |
OAuthAccessToken.getUser(SessionContext ctx)
Generated method - Getter of the
OAuthAccessToken.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthAccessToken.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
OAuthAccessToken.user attribute. |
void |
OAuthAccessToken.setUser(User value)
Generated method - Setter of the
OAuthAccessToken.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
User |
GeneratedWishlist2.getUser()
Generated method - Getter of the
Wishlist2.user attribute. |
User |
GeneratedWishlist2.getUser(SessionContext ctx)
Generated method - Getter of the
Wishlist2.user attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWishlist2Manager.addToWishlist(SessionContext ctx,
User item,
Wishlist2 value)
Generated method - Adds
value to wishlist. |
void |
GeneratedWishlist2Manager.addToWishlist(User item,
Wishlist2 value)
Generated method - Adds
value to wishlist. |
java.util.List<Wishlist2> |
GeneratedWishlist2Manager.getWishlist(SessionContext ctx,
User item)
Generated method - Getter of the
User.wishlist attribute. |
java.util.List<Wishlist2> |
GeneratedWishlist2Manager.getWishlist(User item)
Generated method - Getter of the
User.wishlist attribute. |
void |
GeneratedWishlist2Manager.removeFromWishlist(SessionContext ctx,
User item,
Wishlist2 value)
Generated method - Removes
value from wishlist. |
void |
GeneratedWishlist2Manager.removeFromWishlist(User item,
Wishlist2 value)
Generated method - Removes
value from wishlist. |
void |
GeneratedWishlist2.setUser(SessionContext ctx,
User value)
Generated method - Setter of the
Wishlist2.user attribute. |
void |
GeneratedWishlist2.setUser(User value)
Generated method - Setter of the
Wishlist2.user attribute. |
void |
GeneratedWishlist2Manager.setWishlist(SessionContext ctx,
User item,
java.util.List<Wishlist2> value)
Generated method - Setter of the
User.wishlist attribute. |
void |
GeneratedWishlist2Manager.setWishlist(User item,
java.util.List<Wishlist2> value)
Generated method - Setter of the
User.wishlist attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected User |
WorkflowTest.createUser(java.lang.String userName)
Creates a user instance using given uid.
|
protected User |
WorkflowCompatibleTest.createUser(java.lang.String userName)
Creates a user instance using given uid.
|
User |
GeneratedWorkflowActionComment.getUser()
Generated method - Getter of the
WorkflowActionComment.user attribute. |
User |
GeneratedWorkflowActionComment.getUser(SessionContext ctx)
Generated method - Getter of the
WorkflowActionComment.user attribute. |
| Modifier and Type | Method and 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 |
WorkflowTest.createWorkflowActionTemplate(User user,
java.lang.String code,
EnumerationValue actionType,
WorkflowTemplate workflow)
Creates new action template.
|
protected WorkflowActionTemplate |
WorkflowCompatibleTest.createWorkflowActionTemplate(User user,
java.lang.String code,
WorkflowTemplate workflow)
Creates new action template.
|
protected WorkflowTemplate |
WorkflowTest.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 |
WorkflowIterationTest.createWorkflowTemplate(User user)
Creates a workflow template with given user assigned.
|
protected WorkflowTemplate |
WorkflowAutomatedTest.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 |
WorkflowCompatibleTest.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 the
WorkflowActionComment.user attribute. |
void |
GeneratedWorkflowActionComment.setUser(User value)
Generated method - Setter of the
WorkflowActionComment.user attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.