public class GlobalIdDaoImpl extends GlobalIdDaoBase
GlobalIdTRANSFORM_NONE| Constructor and Description |
|---|
GlobalIdDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected GlobalId |
handleCreateGlobalId(Attachment attachment)
Create a global id for the attachment
|
protected GlobalId |
handleCreateGlobalId(Blog blog)
Create a global id for the blog
|
protected GlobalId |
handleCreateGlobalId(Group group)
Create a global id for the group
|
protected GlobalId |
handleCreateGlobalId(Note note)
Create a global id for the note
|
protected GlobalId |
handleCreateGlobalId(Tag tag)
Create a global id for the tag
|
protected GlobalId |
handleCreateGlobalId(User user)
Create a global id for the user
|
protected GlobalId |
handleFindByGlobalIdentifier(String globalIdentifier)
Performs the core logic for
GlobalIdDaoBase.findByGlobalIdentifier(String) |
protected GlobalId |
handleFindLatestGlobalId()
Performs the core logic for
GlobalIdDaoBase.findLatestGlobalId() |
void |
remove(GlobalId globalId)
Removes the instance of com.communote.server.persistence.global.GlobalId from the persistent
store.
|
create, create, create, create, createGlobalId, createGlobalId, createGlobalId, createGlobalId, createGlobalId, createGlobalId, evict, findByGlobalIdentifier, findLatestGlobalId, load, load, loadAll, loadAll, remove, remove, transformEntities, transformEntity, update, updateprotected GlobalId handleCreateGlobalId(Attachment attachment)
handleCreateGlobalId in class GlobalIdDaoBaseattachment - the attachmentprotected GlobalId handleCreateGlobalId(Blog blog)
handleCreateGlobalId in class GlobalIdDaoBaseblog - the blogprotected GlobalId handleCreateGlobalId(Group group)
handleCreateGlobalId in class GlobalIdDaoBasegroup - the groupprotected GlobalId handleCreateGlobalId(User user)
handleCreateGlobalId in class GlobalIdDaoBaseuser - the userprotected GlobalId handleCreateGlobalId(Note note)
handleCreateGlobalId in class GlobalIdDaoBasenote - the noteprotected GlobalId handleCreateGlobalId(Tag tag)
handleCreateGlobalId in class GlobalIdDaoBasetag - the tagprotected GlobalId handleFindByGlobalIdentifier(String globalIdentifier)
GlobalIdDaoBase.findByGlobalIdentifier(String)handleFindByGlobalIdentifier in class GlobalIdDaoBaseprotected GlobalId handleFindLatestGlobalId()
GlobalIdDaoBase.findLatestGlobalId()handleFindLatestGlobalId in class GlobalIdDaoBasepublic void remove(GlobalId globalId)
GlobalIdDaoremove in interface GlobalIdDaoremove in class GlobalIdDaoBaseGlobalIdDao.remove(com.communote.server.model.global.GlobalId)Copyright © 2019 Communote team. All rights reserved.