|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistence.findByAssetEntryId(long assetEntryId)
Finds the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistenceImpl.findByAssetEntryId(long assetEntryId)
Finds the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found. |
static SocialEquityAssetEntry |
SocialEquityAssetEntryUtil.findByPrimaryKey(long equityAssetEntryId)
Finds the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistence.findByPrimaryKey(long equityAssetEntryId)
Finds the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistenceImpl.findByPrimaryKey(long equityAssetEntryId)
Finds the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found. |
static SocialEquityAssetEntry |
SocialEquityAssetEntryUtil.remove(long equityAssetEntryId)
Removes the social equity asset entry with the primary key from the database. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistence.remove(long equityAssetEntryId)
Removes the social equity asset entry with the primary key from the database. |
SocialEquityAssetEntry |
SocialEquityAssetEntryPersistenceImpl.remove(long equityAssetEntryId)
Removes the social equity asset entry with the primary key from the database. |
static void |
SocialEquityAssetEntryUtil.removeByAssetEntryId(long assetEntryId)
Removes the social equity asset entry where assetEntryId = ? from the database. |
void |
SocialEquityAssetEntryPersistence.removeByAssetEntryId(long assetEntryId)
Removes the social equity asset entry where assetEntryId = ? from the database. |
void |
SocialEquityAssetEntryPersistenceImpl.removeByAssetEntryId(long assetEntryId)
Removes the social equity asset entry where assetEntryId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |