Uses of Class
org.exoplatform.perkstore.model.Profile
Packages that use Profile
-
Uses of Profile in org.exoplatform.perkstore.service.utils
Fields in org.exoplatform.perkstore.service.utils with type parameters of type ProfileModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Profile> NotificationUtils.MODIFIER_PARAMETERMethods in org.exoplatform.perkstore.service.utils that return ProfileModifier and TypeMethodDescriptionstatic final ProfileNotificationUtils.getModifierParameter(org.exoplatform.commons.api.notification.NotificationContext ctx) static ProfileUtils.toProfile(long identityId) static ProfileMethods in org.exoplatform.perkstore.service.utils with parameters of type ProfileModifier and TypeMethodDescriptionstatic longUtils.getTechnicalId(Profile profile) static voidUtils.refreshProfile(Profile profile) static final voidNotificationUtils.setNotificationRecipients(org.exoplatform.commons.api.notification.model.NotificationInfo notification, GlobalSettings globalSettings, Product product, ProductOrder order, boolean newProduct, boolean newOrder, Profile modifier) static final voidNotificationUtils.storeOrderParameters(org.exoplatform.commons.api.notification.model.NotificationInfo notification, ProductOrder oldOrder, ProductOrder updatedOrder, ProductOrderModificationType orderModificationType, boolean isNew, Profile modifier) Method parameters in org.exoplatform.perkstore.service.utils with type arguments of type ProfileModifier and TypeMethodDescriptionstatic voidUtils.addIdentityIdsFromProfiles(List<Profile> permissionsProfiles, List<Long> permissions) static final voidUtils.addIdentityMembersFromProfiles(Collection<Profile> profiles, Collection<String> profilesRemoteIds) static final booleanUtils.isUserMemberOf(String username, List<Profile> permittedProfiles)