Liferay 6.1.0

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

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

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchEquityHistoryException
static SocialEquityHistory SocialEquityHistoryUtil.findByPrimaryKey(long equityHistoryId)
          Returns the social equity history with the primary key or throws a NoSuchEquityHistoryException if it could not be found.
 SocialEquityHistory SocialEquityHistoryPersistence.findByPrimaryKey(long equityHistoryId)
          Returns the social equity history with the primary key or throws a NoSuchEquityHistoryException if it could not be found.
static SocialEquityHistory SocialEquityHistoryUtil.remove(long equityHistoryId)
          Removes the social equity history with the primary key from the database.
 SocialEquityHistory SocialEquityHistoryPersistence.remove(long equityHistoryId)
          Removes the social equity history with the primary key from the database.
 


Liferay 6.1.0