public interface CtpDeviceSecretAccessScopeDao
限定符和类型 | 方法和说明 |
---|---|
void |
deleteByDeviceId(java.lang.Long deviceSecId) |
java.util.List<CtpDeviceSecretAccessScope> |
findCtpDevice() |
java.util.List<CtpDeviceSecretAccessScope> |
findCtpDeviceByDeviceSecId(java.lang.Long deviceSecId) |
java.util.List<CtpDeviceSecretAccessScope> |
findCtpDeviceById(java.lang.Long id) |
void |
insert(CtpDeviceSecretAccessScope ctpDeviceSecretAccessScope) |
void |
saveAll(java.util.List<CtpDeviceSecretAccessScope> ctpDeviceSecretAccessScope) |
void |
update(CtpDeviceSecretAccessScope ctpDeviceSecretAccessScope) |
void insert(CtpDeviceSecretAccessScope ctpDeviceSecretAccessScope)
void update(CtpDeviceSecretAccessScope ctpDeviceSecretAccessScope)
void saveAll(java.util.List<CtpDeviceSecretAccessScope> ctpDeviceSecretAccessScope) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException
void deleteByDeviceId(java.lang.Long deviceSecId)
java.util.List<CtpDeviceSecretAccessScope> findCtpDevice()
java.util.List<CtpDeviceSecretAccessScope> findCtpDeviceById(java.lang.Long id)
java.util.List<CtpDeviceSecretAccessScope> findCtpDeviceByDeviceSecId(java.lang.Long deviceSecId)