public interface DataManager<EntityImpl extends Entity>
Modifier and Type | Method and Description |
---|---|
EntityImpl |
create() |
void |
delete(EntityImpl entity) |
void |
delete(String id) |
EntityImpl |
findById(String entityId) |
void |
insert(EntityImpl entity) |
EntityImpl |
update(EntityImpl entity) |
EntityImpl create()
EntityImpl findById(String entityId)
void insert(EntityImpl entity)
EntityImpl update(EntityImpl entity)
void delete(String id)
void delete(EntityImpl entity)
Copyright © 2015 Alfresco. All rights reserved.