Package | Description |
---|---|
com.communote.server.model.user | |
com.communote.server.persistence.user |
Modifier and Type | Class and Description |
---|---|
class |
NotificationConfigImpl |
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
UserProfile.getNotificationConfig() |
static NotificationConfig |
NotificationConfig.Factory.newInstance()
Constructs a new instance of
NotificationConfig . |
static NotificationConfig |
NotificationConfig.Factory.newInstance(String fallback,
Set<MessagerConnectorConfig> configs)
Constructs a new instance of
NotificationConfig ,
taking all possible properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
static UserProfile |
UserProfile.Factory.newInstance(String lastName,
String salutation,
String position,
String company,
String firstName,
Timestamp lastModificationDate,
Timestamp lastPhotoModificationDate,
String timeZoneId,
UserImage smallImage,
Contact contact,
UserImage mediumImage,
UserImage largeImage,
NotificationConfig notificationConfig)
Constructs a new instance of
UserProfile , taking
all possible properties (except the identifier(s))as arguments. |
static UserProfile |
UserProfile.Factory.newInstance(Timestamp lastModificationDate,
NotificationConfig notificationConfig)
Constructs a new instance of
UserProfile , taking
all required and/or read-only properties as arguments. |
void |
UserProfile.setNotificationConfig(NotificationConfig notificationConfig) |
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
NotificationConfigDaoBase.create(NotificationConfig notificationConfig) |
NotificationConfig |
NotificationConfigDao.create(NotificationConfig notificationConfig)
Creates an instance of com.communote.server.persistence.user.NotificationConfig and adds it
to the persistent store.
|
NotificationConfig |
NotificationConfigDaoBase.load(Long id) |
NotificationConfig |
NotificationConfigDao.load(Long id)
Loads an instance of com.communote.server.persistence.user.NotificationConfig from the
persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<NotificationConfig> |
NotificationConfigDaoBase.create(Collection<NotificationConfig> entities) |
Collection<NotificationConfig> |
NotificationConfigDao.create(Collection<NotificationConfig> entities)
Creates a new instance of com.communote.server.persistence.user.NotificationConfig and adds
from the passed in
entities collection |
Collection<NotificationConfig> |
NotificationConfigDaoBase.create(int transform,
Collection<NotificationConfig> entities) |
Collection<NotificationConfig> |
NotificationConfigDaoBase.loadAll() |
Collection<NotificationConfig> |
NotificationConfigDao.loadAll()
Loads all entities of type
NotificationConfig . |
Modifier and Type | Method and Description |
---|---|
Object |
NotificationConfigDaoBase.create(int transform,
NotificationConfig notificationConfig) |
Object |
NotificationConfigDao.create(int transform,
NotificationConfig notificationConfig)
Does the same thing as
NotificationConfigDao.create(com.communote.server.model.user.NotificationConfig)
with an additional flag called transform . |
NotificationConfig |
NotificationConfigDaoBase.create(NotificationConfig notificationConfig) |
NotificationConfig |
NotificationConfigDao.create(NotificationConfig notificationConfig)
Creates an instance of com.communote.server.persistence.user.NotificationConfig and adds it
to the persistent store.
|
void |
NotificationConfigDaoBase.evict(NotificationConfig entity)
Evicts (removes) the entity from the hibernate cache
|
void |
NotificationConfigDao.evict(NotificationConfig entity)
Evicts (removes) the entity from the hibernate cache
|
void |
NotificationConfigDaoBase.remove(NotificationConfig notificationConfig) |
void |
NotificationConfigDao.remove(NotificationConfig notificationConfig)
Removes the instance of com.communote.server.persistence.user.NotificationConfig from the
persistent store.
|
protected Object |
NotificationConfigDaoBase.transformEntity(int transform,
NotificationConfig entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
com.communote.server.persistence.user.NotificationConfigDao , please note that
the NotificationConfigDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be
returned. |
void |
NotificationConfigDaoBase.update(NotificationConfig notificationConfig) |
void |
NotificationConfigDao.update(NotificationConfig notificationConfig)
Updates the
notificationConfig instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<NotificationConfig> |
NotificationConfigDaoBase.create(Collection<NotificationConfig> entities) |
Collection<NotificationConfig> |
NotificationConfigDao.create(Collection<NotificationConfig> entities)
Creates a new instance of com.communote.server.persistence.user.NotificationConfig and adds
from the passed in
entities collection |
Collection<NotificationConfig> |
NotificationConfigDaoBase.create(int transform,
Collection<NotificationConfig> entities) |
Collection<?> |
NotificationConfigDao.create(int transform,
Collection<NotificationConfig> entities)
Does the same thing as
NotificationConfigDao.create(com.communote.server.model.user.NotificationConfig)
with an additional flag called transform . |
void |
NotificationConfigDaoBase.remove(Collection<NotificationConfig> entities) |
void |
NotificationConfigDao.remove(Collection<NotificationConfig> entities)
Removes all entities in the given
entities |
void |
NotificationConfigDaoBase.update(Collection<NotificationConfig> entities) |
void |
NotificationConfigDao.update(Collection<NotificationConfig> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.