public DebateMigrationCategory getDebateMigrationCategory(Long debateMigrationCategoryPK)
     throws PortalException, SystemException {
   return debateMigrationCategoryPersistence.findByPrimaryKey(debateMigrationCategoryPK);
 }