| Modifier and Type | Method and Description |
|---|---|
SProfile |
ProfileService.createProfile(SProfile profile)
Add a new profile
|
SProfile |
ProfileService.getProfile(long profileId)
Get profile by its id
|
SProfile |
ProfileService.getProfileByName(String profileName)
Get profile by given name
|
protected SProfile |
ProfilesImporter.importTheProfile(long importerId,
ProfileNode profile,
SProfile existingProfile,
ProfileImportStrategy importStrategy) |
SProfile |
ProfileService.updateProfile(SProfile profile,
EntityUpdateDescriptor descriptor)
Update profile by given profile and new content
|
SProfile |
UpdateDefaultsImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
ReplaceDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
abstract SProfile |
ProfileImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile)
return the imported version of the profile
|
SProfile |
IgnoreDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
FailOnDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
DeleteExistingImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfile> |
ProfileService.getProfiles(List<Long> profileIds)
Get all profiles by given ids
|
List<SProfile> |
ProfileService.getProfilesOfUser(long userId) |
List<SProfile> |
ProfileService.searchProfiles(QueryOptions queryOptions) |
List<SProfile> |
ProfileService.searchProfilesOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order)
Get all profiles of the user by userId
|
List<SProfile> |
ProfileService.searchProfilesWithNavigationOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order)
Get all profiles with portal navigation for a user
|
| Modifier and Type | Method and Description |
|---|---|
SProfile |
ProfileService.createProfile(SProfile profile)
Add a new profile
|
void |
ProfileService.deleteAllProfileEntriesOfProfile(SProfile profile) |
void |
ProfileService.deleteAllProfileMembersOfProfile(SProfile profile) |
void |
ProfileService.deleteProfile(SProfile profile)
Delete profile by given sProfile
|
protected SProfile |
ProfilesImporter.importTheProfile(long importerId,
ProfileNode profile,
SProfile existingProfile,
ProfileImportStrategy importStrategy) |
boolean |
UpdateDefaultsImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
boolean |
ReplaceDuplicateImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
abstract boolean |
ProfileImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
boolean |
IgnoreDuplicateImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
boolean |
FailOnDuplicateImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
boolean |
DeleteExistingImportStrategy.shouldUpdateProfileEntries(ProfileNode profile,
SProfile existingProfile) |
SProfile |
ProfileService.updateProfile(SProfile profile,
EntityUpdateDescriptor descriptor)
Update profile by given profile and new content
|
SProfile |
UpdateDefaultsImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
ReplaceDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
abstract SProfile |
ProfileImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile)
return the imported version of the profile
|
SProfile |
IgnoreDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
FailOnDuplicateImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
SProfile |
DeleteExistingImportStrategy.whenProfileExists(long importerId,
ProfileNode profile,
SProfile existingProfile) |
| Modifier and Type | Method and Description |
|---|---|
SProfile |
SProfileBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileBuilder |
SProfileBuilderFactory.createNewInstance(SProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
SProfile |
SProfileBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileBuilder |
SProfileBuilderFactoryImpl.createNewInstance(SProfile originalProfile) |
| Modifier and Type | Method and Description |
|---|---|
SProfile |
ProfileServiceImpl.createProfile(SProfile profile) |
SProfile |
ProfileServiceImpl.getProfile(long profileId) |
SProfile |
ProfileServiceImpl.getProfileByName(String profileName) |
SProfile |
ProfileServiceImpl.updateProfile(SProfile sProfile,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfile> |
ProfileServiceImpl.getProfiles(List<Long> profileIds) |
List<SProfile> |
ProfileServiceImpl.getProfilesOfUser(long userId) |
List<SProfile> |
ProfileServiceImpl.searchProfiles(QueryOptions queryOptions) |
List<SProfile> |
ProfileServiceImpl.searchProfilesOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
List<SProfile> |
ProfileServiceImpl.searchProfilesWithNavigationOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
| Modifier and Type | Method and Description |
|---|---|
SProfile |
ProfileServiceImpl.createProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteAllProfileEntriesOfProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteAllProfileMembersOfProfile(SProfile profile) |
void |
ProfileServiceImpl.deleteProfile(SProfile profile) |
SProfile |
ProfileServiceImpl.updateProfile(SProfile sProfile,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SProfileImpl |
| Constructor and Description |
|---|
SProfileImpl(SProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SProfile> |
SelectDescriptorBuilder.getProfilesOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
static SelectListDescriptor<SProfile> |
SelectDescriptorBuilder.getProfilesWithNavigationOfUser(long userId,
int fromIndex,
int numberOfElements,
String field,
OrderByType order) |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
AbstractProfileSearchEntity.convertToClientObjects(List<SProfile> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfile> |
SearchProfiles.executeSearch(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
SearchProfiles.convertToClientObjects(List<SProfile> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static Profile |
ModelConvertor.toProfile(SProfile sProfile) |
| Modifier and Type | Method and Description |
|---|---|
static List<Profile> |
ModelConvertor.toProfiles(List<SProfile> sProfiles) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.