Liferay 6.1.0

Uses of Interface
com.liferay.portlet.social.model.SocialEquityAssetEntry

Packages that use SocialEquityAssetEntry
com.liferay.portlet.social.model   
com.liferay.portlet.social.service.persistence   
 

Uses of SocialEquityAssetEntry in com.liferay.portlet.social.model
 

Classes in com.liferay.portlet.social.model that implement SocialEquityAssetEntry
 class SocialEquityAssetEntryWrapper
           This class is a wrapper for SocialEquityAssetEntry.
 

Methods in com.liferay.portlet.social.model that return SocialEquityAssetEntry
 SocialEquityAssetEntry SocialEquityAssetEntryWrapper.getWrappedSocialEquityAssetEntry()
           
 SocialEquityAssetEntry SocialEquityAssetEntryWrapper.toEscapedModel()
           
 SocialEquityAssetEntry SocialEquityAssetEntryModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.social.model that return types with arguments of type SocialEquityAssetEntry
 CacheModel<SocialEquityAssetEntry> SocialEquityAssetEntryWrapper.toCacheModel()
           
 CacheModel<SocialEquityAssetEntry> SocialEquityAssetEntryModel.toCacheModel()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialEquityAssetEntry
 int SocialEquityAssetEntryWrapper.compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
           
 int SocialEquityAssetEntryModel.compareTo(SocialEquityAssetEntry socialEquityAssetEntry)
           
static SocialEquityAssetEntrySoap SocialEquityAssetEntrySoap.toSoapModel(SocialEquityAssetEntry model)
           
static SocialEquityAssetEntrySoap[] SocialEquityAssetEntrySoap.toSoapModels(SocialEquityAssetEntry[] models)
           
static SocialEquityAssetEntrySoap[][] SocialEquityAssetEntrySoap.toSoapModels(SocialEquityAssetEntry[][] models)
           
 

Method parameters in com.liferay.portlet.social.model with type arguments of type SocialEquityAssetEntry
static SocialEquityAssetEntrySoap[] SocialEquityAssetEntrySoap.toSoapModels(List<SocialEquityAssetEntry> models)
           
 

Constructors in com.liferay.portlet.social.model with parameters of type SocialEquityAssetEntry
SocialEquityAssetEntryWrapper(SocialEquityAssetEntry socialEquityAssetEntry)
           
 

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

Methods in com.liferay.portlet.social.service.persistence that return SocialEquityAssetEntry
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.create(long equityAssetEntryId)
          Creates a new social equity asset entry with the primary key.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.create(long equityAssetEntryId)
          Creates a new social equity asset entry with the primary key.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.fetchByAssetEntryId(long assetEntryId)
          Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.fetchByAssetEntryId(long assetEntryId)
          Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.fetchByAssetEntryId(long assetEntryId, boolean retrieveFromCache)
          Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found, optionally using the finder cache.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.fetchByAssetEntryId(long assetEntryId, boolean retrieveFromCache)
          Returns the social equity asset entry where assetEntryId = ? or returns null if it could not be found, optionally using the finder cache.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.fetchByPrimaryKey(long equityAssetEntryId)
          Returns the social equity asset entry with the primary key or returns null if it could not be found.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.fetchByPrimaryKey(long equityAssetEntryId)
          Returns the social equity asset entry with the primary key or returns null if it could not be found.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.findByAssetEntryId(long assetEntryId)
          Returns the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.findByAssetEntryId(long assetEntryId)
          Returns the social equity asset entry where assetEntryId = ? or throws a NoSuchEquityAssetEntryException if it could not be found.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.findByPrimaryKey(long equityAssetEntryId)
          Returns the social equity asset entry with the primary key or throws a NoSuchEquityAssetEntryException if it could not be found.
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.findByPrimaryKey(long equityAssetEntryId)
          Returns 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.
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.remove(SocialEquityAssetEntry socialEquityAssetEntry)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.remove(SocialEquityAssetEntry socialEquityAssetEntry)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.update(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.update(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge, ServiceContext serviceContext)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialEquityAssetEntry
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findAll()
          Returns all the social equity asset entries.
 List<SocialEquityAssetEntry> SocialEquityAssetEntryPersistence.findAll()
          Returns all the social equity asset entries.
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findAll(int start, int end)
          Returns a range of all the social equity asset entries.
 List<SocialEquityAssetEntry> SocialEquityAssetEntryPersistence.findAll(int start, int end)
          Returns a range of all the social equity asset entries.
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity asset entries.
 List<SocialEquityAssetEntry> SocialEquityAssetEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social equity asset entries.
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialEquityAssetEntry> SocialEquityAssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialEquityAssetEntry
static void SocialEquityAssetEntryUtil.cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
          Caches the social equity asset entry in the entity cache if it is enabled.
 void SocialEquityAssetEntryPersistence.cacheResult(SocialEquityAssetEntry socialEquityAssetEntry)
          Caches the social equity asset entry in the entity cache if it is enabled.
static void SocialEquityAssetEntryUtil.clearCache(SocialEquityAssetEntry socialEquityAssetEntry)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.remove(SocialEquityAssetEntry socialEquityAssetEntry)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.remove(SocialEquityAssetEntry socialEquityAssetEntry)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.update(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.update(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge, ServiceContext serviceContext)
           
static SocialEquityAssetEntry SocialEquityAssetEntryUtil.updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 SocialEquityAssetEntry SocialEquityAssetEntryPersistence.updateImpl(SocialEquityAssetEntry socialEquityAssetEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialEquityAssetEntry
static void SocialEquityAssetEntryUtil.cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
          Caches the social equity asset entries in the entity cache if it is enabled.
 void SocialEquityAssetEntryPersistence.cacheResult(List<SocialEquityAssetEntry> socialEquityAssetEntries)
          Caches the social equity asset entries in the entity cache if it is enabled.
 


Liferay 6.1.0