@Repository public class ExternalDataSyncProfileDAOImpl extends Object implements ExternalDataSyncProfileDAO
| Constructor and Description |
|---|
ExternalDataSyncProfileDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<net.blugrid.core.model.ExternalDataSyncProfile> |
getAll(net.blugrid.core.model.Token token) |
net.blugrid.core.model.ExternalDataSyncProfile |
getByUUID(net.blugrid.core.model.Token token,
UUID uuid) |
List<net.blugrid.core.model.Party> |
getCustomerDataSyncPull(net.blugrid.core.model.Token token,
UUID uuid) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public List<net.blugrid.core.model.ExternalDataSyncProfile> getAll(net.blugrid.core.model.Token token)
getAll in interface ExternalDataSyncProfileDAOpublic net.blugrid.core.model.ExternalDataSyncProfile getByUUID(net.blugrid.core.model.Token token,
UUID uuid)
getByUUID in interface ExternalDataSyncProfileDAOpublic List<net.blugrid.core.model.Party> getCustomerDataSyncPull(net.blugrid.core.model.Token token, UUID uuid)
getCustomerDataSyncPull in interface ExternalDataSyncProfileDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.