Package | Description |
---|---|
com.communote.server.core.property | |
com.communote.server.model.external | |
com.communote.server.persistence.external |
Modifier and Type | Method and Description |
---|---|
protected ExternalObjectProperty |
ExternalObjectPropertyAccessor.handleCreateNewProperty(ExternalObject externalObject)
Create a new property and associate it with the object
|
Modifier and Type | Method and Description |
---|---|
static ExternalObjectProperty |
ExternalObjectProperty.Factory.newInstance()
Constructs a new instance of
ExternalObjectProperty . |
static ExternalObjectProperty |
ExternalObjectProperty.Factory.newInstance(String propertyValue,
String keyGroup,
String propertyKey,
Date lastModificationDate)
Constructs a new instance of
ExternalObjectProperty , taking all possible
properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
Set<ExternalObjectProperty> |
ExternalObject.getProperties() |
Modifier and Type | Method and Description |
---|---|
static ExternalObject |
ExternalObject.Factory.newInstance(String externalSystemId,
String externalId,
String externalName,
Set<ExternalObjectProperty> properties)
Constructs a new instance of
ExternalObject ,
taking all possible properties (except the identifier(s))as arguments. |
void |
ExternalObject.setProperties(Set<ExternalObjectProperty> properties) |
Modifier and Type | Method and Description |
---|---|
ExternalObjectProperty |
ExternalObjectPropertyDaoBase.create(ExternalObjectProperty externalObjectProperty) |
ExternalObjectProperty |
ExternalObjectPropertyDao.create(ExternalObjectProperty externalObjectProperty)
Creates an instance of com.communote.server.persistence.external.ExternalObjectProperty and
adds it to the persistent store.
|
ExternalObjectProperty |
ExternalObjectPropertyDaoBase.load(Long id) |
ExternalObjectProperty |
ExternalObjectPropertyDao.load(Long id)
Loads an instance of com.communote.server.persistence.external.ExternalObjectProperty from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDaoBase.create(Collection<ExternalObjectProperty> entities) |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDao.create(Collection<ExternalObjectProperty> entities)
Creates a new instance of com.communote.server.persistence.external.ExternalObjectProperty
and adds from the passed in
entities collection |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDaoBase.create(int transform,
Collection<ExternalObjectProperty> entities) |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDaoBase.loadAll() |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDao.loadAll()
Loads all entities of type
ExternalObjectProperty
. |
Modifier and Type | Method and Description |
---|---|
ExternalObjectProperty |
ExternalObjectPropertyDaoBase.create(ExternalObjectProperty externalObjectProperty) |
ExternalObjectProperty |
ExternalObjectPropertyDao.create(ExternalObjectProperty externalObjectProperty)
Creates an instance of com.communote.server.persistence.external.ExternalObjectProperty and
adds it to the persistent store.
|
Object |
ExternalObjectPropertyDaoBase.create(int transform,
ExternalObjectProperty externalObjectProperty) |
Object |
ExternalObjectPropertyDao.create(int transform,
ExternalObjectProperty externalObjectProperty)
Does the same thing as
ExternalObjectPropertyDao.create(com.communote.server.model.external.ExternalObjectProperty) with an
additional flag called transform . |
void |
ExternalObjectPropertyDaoBase.evict(ExternalObjectProperty entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalObjectPropertyDao.evict(ExternalObjectProperty entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalObjectPropertyDaoBase.remove(ExternalObjectProperty externalObjectProperty) |
void |
ExternalObjectPropertyDao.remove(ExternalObjectProperty externalObjectProperty)
Removes the instance of com.communote.server.persistence.external.ExternalObjectProperty from
the persistent store.
|
protected Object |
ExternalObjectPropertyDaoBase.transformEntity(int transform,
ExternalObjectProperty 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
ExternalObjectPropertyDao , please note that the ExternalObjectPropertyDao.TRANSFORM_NONE constant
denotes no transformation, so the entity itself will be returned. |
void |
ExternalObjectPropertyDaoBase.update(ExternalObjectProperty externalObjectProperty) |
void |
ExternalObjectPropertyDao.update(ExternalObjectProperty externalObjectProperty)
Updates the
externalObjectProperty instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDaoBase.create(Collection<ExternalObjectProperty> entities) |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDao.create(Collection<ExternalObjectProperty> entities)
Creates a new instance of com.communote.server.persistence.external.ExternalObjectProperty
and adds from the passed in
entities collection |
Collection<ExternalObjectProperty> |
ExternalObjectPropertyDaoBase.create(int transform,
Collection<ExternalObjectProperty> entities) |
Collection<?> |
ExternalObjectPropertyDao.create(int transform,
Collection<ExternalObjectProperty> entities)
Does the same thing as
ExternalObjectPropertyDao.create(com.communote.server.model.external.ExternalObjectProperty) with an
additional flag called transform . |
void |
ExternalObjectPropertyDaoBase.remove(Collection<ExternalObjectProperty> entities) |
void |
ExternalObjectPropertyDao.remove(Collection<ExternalObjectProperty> entities)
Removes all entities in the given
entities |
void |
ExternalObjectPropertyDaoBase.update(Collection<ExternalObjectProperty> entities) |
void |
ExternalObjectPropertyDao.update(Collection<ExternalObjectProperty> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2019 Communote team. All rights reserved.