3637383940414243
conversation.begin(); } public @Transactional void deleteGroup(String name, String groupType) throws IdentityException { Group group = new GroupImpl(name, groupType); identitySession.getPersistenceManager().removeGroup(group, true); }
4041424344454647
} public @Transactional void deleteGroup(String name, String groupType) throws IdentityException { Group group = new GroupImpl(name, groupType); identitySession.getPersistenceManager().removeGroup(group, true); }