public java.util.List<com.liferay.socialnetworking.model.WallEntry> getWallToWallEntries(
long groupId1, long groupId2, long userId1, long userId2, int start,
int end) throws com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
MethodHandler methodHandler = new MethodHandler(_getWallToWallEntriesMethodKey17,
groupId1, groupId2, userId1, userId2, start, end);
try {
returnObj = _classLoaderProxy.invoke(methodHandler);
}