Package | Description |
---|---|
com.communote.server.model.property | |
com.communote.server.persistence.property |
Modifier and Type | Method and Description |
---|---|
static PluginProperty |
PluginProperty.Factory.newInstance()
Constructs a new instance of
PluginProperty . |
static PluginProperty |
PluginProperty.Factory.newInstance(boolean applicationProperty,
String propertyValue,
String keyGroup,
String propertyKey,
Date lastModificationDate)
Constructs a new instance of
PluginProperty , taking all possible properties
(except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
PluginProperty |
PluginPropertyDaoBase.create(PluginProperty pluginProperty) |
PluginProperty |
PluginPropertyDao.create(PluginProperty pluginProperty)
Creates an instance of com.communote.server.persistence.property.PluginProperty and adds it
to the persistent store.
|
PluginProperty |
PluginPropertyDaoBase.find(String symbolicName,
String propertyKey) |
PluginProperty |
PluginPropertyDao.find(String symbolicName,
String propertyKey) |
protected PluginProperty |
PluginPropertyDaoImpl.handleFind(String symbolicName,
String propertyKey)
Performs the core logic for
PluginPropertyDaoBase.find(String, String) |
protected abstract PluginProperty |
PluginPropertyDaoBase.handleFind(String symbolicName,
String propertyKey)
Performs the core logic for
PluginPropertyDaoBase.find(String, String) |
PluginProperty |
PluginPropertyDaoBase.load(Long id) |
PluginProperty |
PluginPropertyDao.load(Long id)
Loads an instance of com.communote.server.persistence.property.PluginProperty from the
persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<PluginProperty> |
PluginPropertyDaoBase.create(Collection<PluginProperty> entities) |
Collection<PluginProperty> |
PluginPropertyDao.create(Collection<PluginProperty> entities)
Creates a new instance of com.communote.server.persistence.property.PluginProperty and adds
from the passed in
entities collection |
Collection<PluginProperty> |
PluginPropertyDaoBase.create(int transform,
Collection<PluginProperty> entities) |
Collection<PluginProperty> |
PluginPropertyDaoBase.loadAll() |
Collection<PluginProperty> |
PluginPropertyDao.loadAll()
Loads all entities of type
PluginProperty . |
Modifier and Type | Method and Description |
---|---|
Object |
PluginPropertyDaoBase.create(int transform,
PluginProperty pluginProperty) |
Object |
PluginPropertyDao.create(int transform,
PluginProperty pluginProperty)
Does the same thing as
PluginPropertyDao.create(com.communote.server.model.property.PluginProperty)
with an additional flag called transform . |
PluginProperty |
PluginPropertyDaoBase.create(PluginProperty pluginProperty) |
PluginProperty |
PluginPropertyDao.create(PluginProperty pluginProperty)
Creates an instance of com.communote.server.persistence.property.PluginProperty and adds it
to the persistent store.
|
void |
PluginPropertyDaoBase.evict(PluginProperty entity)
Evicts (removes) the entity from the hibernate cache
|
void |
PluginPropertyDao.evict(PluginProperty entity)
Evicts (removes) the entity from the hibernate cache
|
void |
PluginPropertyDaoBase.remove(PluginProperty pluginProperty) |
void |
PluginPropertyDao.remove(PluginProperty pluginProperty)
Removes the instance of com.communote.server.persistence.property.PluginProperty from the
persistent store.
|
protected Object |
PluginPropertyDaoBase.transformEntity(int transform,
PluginProperty 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
PluginPropertyDao , please note that the PluginPropertyDao.TRANSFORM_NONE constant denotes
no transformation, so the entity itself will be returned. |
void |
PluginPropertyDaoBase.update(PluginProperty pluginProperty) |
void |
PluginPropertyDao.update(PluginProperty pluginProperty)
Updates the
pluginProperty instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PluginProperty> |
PluginPropertyDaoBase.create(Collection<PluginProperty> entities) |
Collection<PluginProperty> |
PluginPropertyDao.create(Collection<PluginProperty> entities)
Creates a new instance of com.communote.server.persistence.property.PluginProperty and adds
from the passed in
entities collection |
Collection<PluginProperty> |
PluginPropertyDaoBase.create(int transform,
Collection<PluginProperty> entities) |
Collection<?> |
PluginPropertyDao.create(int transform,
Collection<PluginProperty> entities)
Does the same thing as
PluginPropertyDao.create(com.communote.server.model.property.PluginProperty)
with an additional flag called transform . |
void |
PluginPropertyDaoBase.remove(Collection<PluginProperty> entities) |
void |
PluginPropertyDao.remove(Collection<PluginProperty> entities)
Removes all entities in the given
entities |
void |
PluginPropertyDaoBase.update(Collection<PluginProperty> entities) |
void |
PluginPropertyDao.update(Collection<PluginProperty> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.