| Modifier and Type | Method and Description |
|---|---|
protected SProfileEntry |
ProfilesImporter.createProfileEntry(ParentProfileEntryNode parentEntry,
long profileId,
long parentId) |
protected SProfileEntry |
ProfilesImporter.createProfileEntry(ProfileEntryNode childEntry,
long profileId,
long parentId) |
SProfileEntry |
ProfileService.createProfileEntry(SProfileEntry profileEntry)
Add new profile entry
|
SProfileEntry |
ProfileService.getProfileEntry(long profileEntryId)
Get profile entry by its id
|
SProfileEntry |
ProfileService.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor)
Update a profileEntry by given profileEntry and new content
|
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
ProfileService.getEntriesOfProfile(String profileName) |
protected List<SProfileEntry> |
ProfilesExporter.searchProfileEntries(long profileId,
long parentId) |
List<SProfileEntry> |
ProfileService.searchProfileEntries(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileService.createProfileEntry(SProfileEntry profileEntry)
Add new profile entry
|
void |
ProfileService.deleteProfileEntry(SProfileEntry profileEntry)
Delete a profileEntry by given profileEntry
|
SProfileEntry |
ProfileService.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor)
Update a profileEntry by given profileEntry and new content
|
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
SProfileEntryBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntryBuilder |
SProfileEntryBuilderFactory.createNewInstance(SProfileEntry profileEntry) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
SProfileEntryBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntryBuilder |
SProfileEntryBuilderFactoryImpl.createNewInstance(SProfileEntry originalProfileEntry) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileServiceImpl.createProfileEntry(SProfileEntry profileEntry) |
SProfileEntry |
ProfileServiceImpl.getProfileEntry(long profileEntryId) |
SProfileEntry |
ProfileServiceImpl.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
ProfileServiceImpl.getEntriesOfProfile(String profileName) |
List<SProfileEntry> |
ProfileServiceImpl.searchProfileEntries(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SProfileEntry |
ProfileServiceImpl.createProfileEntry(SProfileEntry profileEntry) |
void |
ProfileServiceImpl.deleteProfileEntry(SProfileEntry profileEntry) |
SProfileEntry |
ProfileServiceImpl.updateProfileEntry(SProfileEntry profileEntry,
EntityUpdateDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SProfileEntryImpl |
| Constructor and Description |
|---|
SProfileEntryImpl(SProfileEntry profileEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<SProfileEntry> |
SearchProfileEntries.executeSearch(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileEntry> |
SearchProfileEntries.convertToClientObjects(List<SProfileEntry> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileEntry |
ModelConvertor.toProfileEntry(SProfileEntry sProfileEntry) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProfileEntry> |
ModelConvertor.toProfileEntries(List<SProfileEntry> sProfileEntries) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.