| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.security | |
| org.unitedinternet.cosmo.service |
| Modifier and Type | Method and Description |
|---|---|
User |
EntityFactory.createUser()
Create new User
|
User |
Item.getOwner() |
User |
Ticket.getOwner() |
User |
CollectionSubscription.getOwner()
Gets the owner of this subscription (sharee).
|
User |
Preference.getUser() |
User |
PasswordRecovery.getUser() |
| Modifier and Type | Method and Description |
|---|---|
PasswordRecovery |
EntityFactory.createPasswordRecovery(User user,
String key)
Create new PasswordRecovery
|
UserIdentity |
UserIdentitySupplier.forUser(User user) |
UserIdentity |
UserIdentitySupplierDefault.forUser(User user) |
void |
Item.setOwner(User owner) |
void |
Ticket.setOwner(User owner) |
void |
CollectionSubscription.setOwner(User owner) |
void |
Preference.setUser(User user) |
void |
PasswordRecovery.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
CosmoSecurityContext.getUser() |
| Modifier and Type | Method and Description |
|---|---|
CosmoSecurityContext |
CosmoSecurityManager.initiateSecurityContext(User user)
Initiate the current security context with the current user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.createUser(User user)
Creates a user account in the repository.
|
User |
UserService.createUser(User user,
ServiceListener[] listeners)
Creates a user account in the repository as per
UserService.createUser(User). |
User |
UserService.getUser(String username)
Returns the user account identified by the given username.
|
User |
UserService.getUserByEmail(String email)
Returns the user account identified by the given email address.
|
User |
UserService.updateUser(User user)
Updates a user account that exists in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
ScheduleService.getUsersWithSchedules() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ScheduleService.createScheduleForUser(Schedule schedule,
User user) |
User |
UserService.createUser(User user)
Creates a user account in the repository.
|
User |
UserService.createUser(User user,
ServiceListener[] listeners)
Creates a user account in the repository as per
UserService.createUser(User). |
void |
ScheduleService.deleteScheduleForUser(Schedule schedule,
User user) |
void |
ScheduleService.enableScheduleForUser(Schedule schedule,
User user,
boolean enabled) |
HomeCollectionItem |
ContentService.getRootItem(User user)
Get the root item for a user
|
HomeCollectionItem |
ContentService.getRootItem(User user,
boolean forceReload)
Get the root item for a user
|
Set<Schedule> |
ScheduleService.getSchedulesForUser(User user) |
void |
UserService.removeUser(User user)
Removes a user account from the repository.
|
Set<ICalendarItem> |
CalendarService.splitCalendarItems(net.fortuna.ical4j.model.Calendar calendar,
User cosmoUser)
splits the Calendar Object received into different calendar Components>
|
Schedule |
ScheduleService.updateScheduleForUser(Schedule schedule,
User user) |
User |
UserService.updateUser(User user)
Updates a user account that exists in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserService.removeUsers(Set<User> users)
Removes a set of user accounts from the repository.
|
Copyright © 2012–2018 1&1. All rights reserved.