Liferay 6.0.5

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)
          Finds the social equity history with the primary key or throws a NoSuchEquityHistoryException if it could not be found.
 SocialEquityHistory SocialEquityHistoryPersistence.findByPrimaryKey(long equityHistoryId)
          Finds the social equity history with the primary key or throws a NoSuchEquityHistoryException if it could not be found.
 SocialEquityHistory SocialEquityHistoryPersistenceImpl.findByPrimaryKey(long equityHistoryId)
          Finds 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.
 SocialEquityHistory SocialEquityHistoryPersistenceImpl.remove(long equityHistoryId)
          Removes the social equity history with the primary key from the database.
 


Liferay 6.0.5