@Service @Transactional(readOnly=true) public class CollectionIndexService extends Object
| Constructor and Description |
|---|
CollectionIndexService(CollectionIndexRepository collectionIndexRepository) |
| Modifier and Type | Method and Description |
|---|---|
CollectionIndex |
persistCollectionIndex(CollectionIndex collectionIndex) |
CollectionIndex |
pushCollectionIndex(CollectionIndex collectionIndex) |
@Autowired public CollectionIndexService(CollectionIndexRepository collectionIndexRepository)
@Transactional public CollectionIndex persistCollectionIndex(CollectionIndex collectionIndex)
@Transactional public CollectionIndex pushCollectionIndex(CollectionIndex collectionIndex)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.