public interface DataDefinition
getPluginIdentifier()
and getName()
are used to calculate table name.Modifier and Type | Method and Description |
---|---|
List<Entity> |
activate(Long... ids)
Activate given entities.
|
boolean |
callValidators(Entity targetEntity)
Validate specified entity.
|
List<Entity> |
copy(Long... id)
Return the copied entity related with this data definition.
|
long |
count()
Counts all model entities.
|
long |
count(SearchCriterion criterion)
Counts entities found by given criteria.
|
Entity |
create()
Create entity.
|
Entity |
create(Long id)
Create entity with given id.
|
List<Entity> |
deactivate(Long... ids)
Deactivate given entities.
|
EntityOpResult |
delete(Long... id)
Delete the entity related with this data definition, by its id.
|
Entity |
fastSave(Entity entity)
Save the entity related with this data definition without invoke hooks.
|
SearchCriteriaBuilder |
find()
Create search criteria builder for this data definition.
|
SearchQueryBuilder |
find(String queryString)
Create search query builder for given HQL query string.
|
SearchCriteriaBuilder |
findWithAlias(String alias)
Create search criteria builder for this data definition.
|
Entity |
get(Long id)
Return the entity related with this data definition, by its id.
|
FieldDefinition |
getField(String fieldName)
Return field definition by its name.
|
Map<String,FieldDefinition> |
getFields()
Return all defined fields' definitions.
|
Entity |
getMasterModelEntity(Long id)
Return the entity related with master model data definition, by its id.
|
String |
getName()
Return name of this data definition.
|
String |
getPluginIdentifier()
Return plugin's identifier for this data definition.
|
FieldDefinition |
getPriorityField()
Return priority field's definition.
|
boolean |
isActivable()
Return true if entity is activable.
|
boolean |
isAuditable()
Return true if entity is auditable.
|
boolean |
isPrioritizable()
Return true if entity is prioritizable.
|
boolean |
isVersionable()
Return true if entity is versionable
|
void |
move(Long id,
int offset)
Move the prioritizable entity by offset.
|
void |
moveTo(Long id,
int position)
Move the prioritizable entity to the target position.
|
Entity |
save(Entity entity)
Save the entity related with this data definition.
|
Entity |
tryGetMasterModelEntity(Long id)
Return the entity related with master model data definition, by its id.
|
Entity |
validate(Entity entity)
Validate the entity related with this data definition.
|
List<Entity> activate(Long... ids)
ids
- idsboolean callValidators(Entity targetEntity)
targetEntity
- entity which be validated.List<Entity> copy(Long... id)
id
- idlong count()
long count(SearchCriterion criterion)
criterion
- criterion to restrict entitiesEntity create()
List<Entity> deactivate(Long... ids)
ids
- idsEntityOpResult delete(Long... id)
id
- idEntityOpResult
, an object containing operation's resultsEntity fastSave(Entity entity)
entity
- entity to saveSearchCriteriaBuilder find()
findWithAlias(String)
SearchQueryBuilder find(String queryString)
queryString
- query stringSearchQueryBuilder
SearchCriteriaBuilder findWithAlias(String alias)
alias
- aliasEntity get(Long id)
id
- idFieldDefinition getField(String fieldName)
fieldName
- field's nameMap<String,FieldDefinition> getFields()
Entity getMasterModelEntity(Long id)
id
- idString getName()
String getPluginIdentifier()
FieldDefinition getPriorityField()
boolean isActivable()
boolean isAuditable()
boolean isPrioritizable()
boolean isVersionable()
void move(Long id, int offset)
id
- idoffset
- offsetvoid moveTo(Long id, int position)
id
- idposition
- positionEntity save(Entity entity)
entity
- entity to saveEntity tryGetMasterModelEntity(Long id)
id
- idCopyright © 2010-2025 Qcadoo Limited