37103711371237133714371537163717371837193720
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 guestbook; }
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
24982499250025012502250325042505250625072508
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); }
26982699270027012702270327042705270627072708