コード例 #1
0
 public void deleteFileDinhKem(FileDinhKem fileDinhKem) throws SystemException {
   fileDinhKemPersistence.remove(fileDinhKem);
 }
コード例 #2
0
 public void deleteFileDinhKem(long maFileDinhKem) throws PortalException, SystemException {
   fileDinhKemPersistence.remove(maFileDinhKem);
 }