Package | Description |
---|---|
com.communote.server.core.mail.messages.user | |
com.communote.server.model.user.security | |
com.communote.server.persistence.user.security |
Modifier and Type | Method and Description |
---|---|
InviteUserToBlogSecurityCode |
InviteUserToBlogMailMessage.getCode()
Gets the code.
|
Modifier and Type | Method and Description |
---|---|
void |
InviteUserToBlogMailMessage.setCode(InviteUserToBlogSecurityCode code)
Sets the code.
|
Constructor and Description |
---|
InviteUserToBlogMailMessage(User inviter,
User receiver,
Blog blog,
InviteUserToBlogSecurityCode code)
Instantiates a new mail message.
|
Modifier and Type | Class and Description |
---|---|
class |
InviteUserToBlogSecurityCodeImpl |
Modifier and Type | Method and Description |
---|---|
static InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCode.Factory.newInstance()
Constructs a new instance of
InviteUserToBlogSecurityCode . |
static InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCode.Factory.newInstance(Long inviterId) |
static InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCode.Factory.newInstance(Long inviterId,
User invitedUser) |
Modifier and Type | Method and Description |
---|---|
InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoBase.create(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode) |
InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoBase.findByUser(Long userId) |
protected InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoImpl.handleFindByUser(Long userId)
Handle find by user.
|
protected abstract InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoBase.handleFindByUser(Long userId) |
InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoBase.load(Long id) |
InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDao.load(Long id)
Loads an instance of InviteUserToBlogSecurityCode from the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDaoBase.create(Collection<InviteUserToBlogSecurityCode> entities) |
Collection<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDao.create(Collection<InviteUserToBlogSecurityCode> entities)
Creates a new instance of InviteUserToBlogSecurityCode and adds from the passed in
entities collection |
List<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDaoBase.loadAll() |
List<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDao.loadAll()
Loads all entities of type
InviteUserToBlogSecurityCode . |
Modifier and Type | Method and Description |
---|---|
InviteUserToBlogSecurityCode |
InviteUserToBlogSecurityCodeDaoBase.create(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode) |
void |
InviteUserToBlogSecurityCodeDaoBase.evict(InviteUserToBlogSecurityCode entity) |
void |
InviteUserToBlogSecurityCodeDao.evict(InviteUserToBlogSecurityCode entity)
Evicts (removes) the entity from the hibernate cache
|
void |
InviteUserToBlogSecurityCodeDaoBase.remove(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode) |
void |
InviteUserToBlogSecurityCodeDao.remove(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
Removes the instance of InviteUserToBlogSecurityCode from the persistent store.
|
void |
InviteUserToBlogSecurityCodeDaoBase.update(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode) |
void |
InviteUserToBlogSecurityCodeDao.update(InviteUserToBlogSecurityCode inviteUserToBlogSecurityCode)
Updates the
inviteUserToBlogSecurityCode instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDaoBase.create(Collection<InviteUserToBlogSecurityCode> entities) |
Collection<InviteUserToBlogSecurityCode> |
InviteUserToBlogSecurityCodeDao.create(Collection<InviteUserToBlogSecurityCode> entities)
Creates a new instance of InviteUserToBlogSecurityCode and adds from the passed in
entities collection |
void |
InviteUserToBlogSecurityCodeDaoBase.remove(Collection<InviteUserToBlogSecurityCode> entities) |
void |
InviteUserToBlogSecurityCodeDao.remove(Collection<InviteUserToBlogSecurityCode> entities)
Removes all entities in the given
entities |
void |
InviteUserToBlogSecurityCodeDaoBase.update(Collection<InviteUserToBlogSecurityCode> entities) |
void |
InviteUserToBlogSecurityCodeDao.update(Collection<InviteUserToBlogSecurityCode> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.