public interface PublicQrCodeDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createPublicQrCode(PublicQrCodePO publicQrCodePO) |
void |
deletePublicQrCode(java.lang.String category,
java.lang.Long objectId) |
void |
deletePublicQrCodeById(java.lang.Long id) |
void |
deletePublicQrCodeByIds(java.util.List<java.lang.Long> ids) |
void |
deletePublicQrCodeByObjectId(java.lang.Long objectId) |
void |
deletePublicQrCodeByObjectIds(java.util.List<java.lang.Long> objectIds) |
java.util.List<PublicQrCodePO> |
findByParams(java.util.Map<java.lang.String,java.lang.Object> params)
条件查询
|
PublicQrCodePO |
getPublicQrCode(java.lang.Long id) |
PublicQrCodePO getPublicQrCode(java.lang.Long id) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid createPublicQrCode(PublicQrCodePO publicQrCodePO) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid deletePublicQrCodeById(java.lang.Long id)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid deletePublicQrCodeByIds(java.util.List<java.lang.Long> ids)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid deletePublicQrCodeByObjectId(java.lang.Long objectId)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid deletePublicQrCodeByObjectIds(java.util.List<java.lang.Long> objectIds)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionvoid deletePublicQrCode(java.lang.String category,
java.lang.Long objectId)
throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessExceptionjava.util.List<PublicQrCodePO> findByParams(java.util.Map<java.lang.String,java.lang.Object> params) throws com.seeyon.ctp.common.exceptions.BusinessException
params - com.seeyon.ctp.common.exceptions.BusinessException