Package | Description |
---|---|
com.communote.server.model.user.security | |
com.communote.server.persistence.user.security |
Modifier and Type | Class and Description |
---|---|
class |
InviteUserToClientSecurityCodeImpl |
Modifier and Type | Method and Description |
---|---|
static InviteUserToClientSecurityCode |
InviteUserToClientSecurityCode.Factory.newInstance()
Constructs a new instance of
InviteUserToClientSecurityCode . |
static InviteUserToClientSecurityCode |
InviteUserToClientSecurityCode.Factory.newInstance(User invitedUser) |
Modifier and Type | Method and Description |
---|---|
InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoBase.create(InviteUserToClientSecurityCode inviteUserToClientSecurityCode) |
InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoBase.findByUser(Long userId) |
protected InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoImpl.handleFindByUser(Long userId)
Handle find by user.
|
protected abstract InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoBase.handleFindByUser(Long userId)
Performs the core logic for
InviteUserToClientSecurityCodeDaoBase.findByUser(Long) |
InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoBase.load(Long id) |
InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDao.load(Long id)
Loads an instance of InviteUserToClientSecurityCode from the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDaoBase.create(Collection<InviteUserToClientSecurityCode> entities) |
Collection<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDao.create(Collection<InviteUserToClientSecurityCode> entities)
Creates a new instance of InviteUserToClientSecurityCode and adds from the passed in
entities collection |
List<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDaoBase.loadAll() |
List<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDao.loadAll()
Loads all entities of type
InviteUserToClientSecurityCode . |
Modifier and Type | Method and Description |
---|---|
InviteUserToClientSecurityCode |
InviteUserToClientSecurityCodeDaoBase.create(InviteUserToClientSecurityCode inviteUserToClientSecurityCode) |
void |
InviteUserToClientSecurityCodeDaoBase.evict(InviteUserToClientSecurityCode entity) |
void |
InviteUserToClientSecurityCodeDao.evict(InviteUserToClientSecurityCode entity)
Evicts (removes) the entity from the hibernate cache
|
void |
InviteUserToClientSecurityCodeDaoBase.remove(InviteUserToClientSecurityCode inviteUserToClientSecurityCode) |
void |
InviteUserToClientSecurityCodeDao.remove(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
Removes the instance of InviteUserToClientSecurityCode from the persistent store.
|
void |
InviteUserToClientSecurityCodeDaoBase.update(InviteUserToClientSecurityCode inviteUserToClientSecurityCode) |
void |
InviteUserToClientSecurityCodeDao.update(InviteUserToClientSecurityCode inviteUserToClientSecurityCode)
Updates the
inviteUserToClientSecurityCode instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDaoBase.create(Collection<InviteUserToClientSecurityCode> entities) |
Collection<InviteUserToClientSecurityCode> |
InviteUserToClientSecurityCodeDao.create(Collection<InviteUserToClientSecurityCode> entities)
Creates a new instance of InviteUserToClientSecurityCode and adds from the passed in
entities collection |
void |
InviteUserToClientSecurityCodeDaoBase.remove(Collection<InviteUserToClientSecurityCode> entities) |
void |
InviteUserToClientSecurityCodeDao.remove(Collection<InviteUserToClientSecurityCode> entities)
Removes all entities in the given
entities |
void |
InviteUserToClientSecurityCodeDaoBase.update(Collection<InviteUserToClientSecurityCode> entities) |
void |
InviteUserToClientSecurityCodeDao.update(Collection<InviteUserToClientSecurityCode> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.