215216217218219220221222223224225
if (wallEntry == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + wallEntryId); } throw new NoSuchWallEntryException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + wallEntryId); } return remove(wallEntry); }
351352353354355356357358359360361
if (wallEntry == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + wallEntryId); } throw new NoSuchWallEntryException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + wallEntryId); } return wallEntry; }
550551552553554555556557558559560
msg.append("groupId="); msg.append(groupId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchWallEntryException(msg.toString()); } else { return list.get(0); } }
588589590591592593594595596597598
886887888889890891892893894895896
msg.append("userId="); msg.append(userId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchWallEntryException(msg.toString()); } else { return list.get(0); } }
924925926927928929930931932933934
12361237123812391240124112421243124412451246
msg.append(", userId="); msg.append(userId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchWallEntryException(msg.toString()); } else { return list.get(0); } }
12781279128012811282128312841285128612871288