Liferay 6.0.3

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

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

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

Methods in com.liferay.portlet.social.service.persistence that throw NoSuchEquityAssetEntryException
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.findByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.findByAssetEntryId(long assetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistenceImpl.findByAssetEntryId(long assetEntryId)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.findByPrimaryKey(long equityAssetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.findByPrimaryKey(long equityAssetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistenceImpl.findByPrimaryKey(long equityAssetEntryId)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.remove(long equityAssetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.remove(long equityAssetEntryId)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistenceImpl.remove(long equityAssetEntryId)
           
static void SocialEquityAssetEntryUtil.removeByAssetEntryId(long assetEntryId)
           
 void SocialEquityAssetEntryPersistence.removeByAssetEntryId(long assetEntryId)
           
 void SocialEquityAssetEntryPersistenceImpl.removeByAssetEntryId(long assetEntryId)
           
 


Liferay 6.0.3