290291292293294295296
msg.append("uuid="); msg.append(uuid); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchGuestbookException(msg.toString()); }
341342343344345346347
657658659660661662663664665666
if (_log.isWarnEnabled()) { _log.warn(msg.toString()); } throw new NoSuchGuestbookException(msg.toString()); } return guestbook; }
1103110411051106110711081109
msg.append(", companyId="); msg.append(companyId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchGuestbookException(msg.toString()); }
1161116211631164116511661167
1642164316441645164616471648
msg.append("groupId="); msg.append(groupId); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchGuestbookException(msg.toString()); }
1693169416951696169716981699
2523252425252526252725282529
msg.append(", name="); msg.append(name); msg.append(StringPool.CLOSE_CURLY_BRACE); throw new NoSuchGuestbookException(msg.toString()); }
2579258025812582258325842585
34893490349134923493349434953496349734983499
if (guestbook == null) { if (_log.isWarnEnabled()) { _log.warn(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } throw new NoSuchGuestbookException(_NO_SUCH_ENTITY_WITH_PRIMARY_KEY + primaryKey); } return remove(guestbook); }