Package com.liferay.socialnetworking.model

Examples of com.liferay.socialnetworking.model.MeetupsRegistration


   * @param meetupsEntryId the meetups entry id to search with
   * @throws SystemException if a system exception occurred
   */
  public void removeByU_ME(long userId, long meetupsEntryId)
    throws NoSuchMeetupsRegistrationException, SystemException {
    MeetupsRegistration meetupsRegistration = findByU_ME(userId,
        meetupsEntryId);

    remove(meetupsRegistration);
  }
View Full Code Here

TOP

Related Classes of com.liferay.socialnetworking.model.MeetupsRegistration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.