Liferay 6.2.0-ce-m4

Uses of Class
com.liferay.portlet.social.NoSuchActivitySetException

Packages that use NoSuchActivitySetException
com.liferay.portlet.social.service.persistence   
 

Uses of NoSuchActivitySetException in com.liferay.portlet.social.service.persistence
 

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchActivitySetException
static SocialActivitySet SocialActivitySetUtil.findByPrimaryKey(long activitySetId)
          Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
 SocialActivitySet SocialActivitySetPersistence.findByPrimaryKey(long activitySetId)
          Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByPrimaryKey(long activitySetId)
          Returns the social activity set with the primary key or throws a NoSuchActivitySetException if it could not be found.
 SocialActivitySet SocialActivitySetPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity set with the primary key or throws a NoSuchModelException if it could not be found.
static SocialActivitySet SocialActivitySetUtil.remove(long activitySetId)
          Removes the social activity set with the primary key from the database.
 SocialActivitySet SocialActivitySetPersistence.remove(long activitySetId)
          Removes the social activity set with the primary key from the database.
 SocialActivitySet SocialActivitySetPersistenceImpl.remove(long activitySetId)
          Removes the social activity set with the primary key from the database.
 SocialActivitySet SocialActivitySetPersistenceImpl.remove(Serializable primaryKey)
          Removes the social activity set with the primary key from the database.
 


Liferay 6.2.0-ce-m4