Liferay 6.1.2-ce-ga3

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

Packages that use SocialActivityCounter
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.social.service.persistence   
 

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

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

Methods in com.liferay.portlet.social.model that return SocialActivityCounter
 SocialActivityCounter SocialActivityCounterWrapper.getWrappedModel()
           
 SocialActivityCounter SocialActivityCounterWrapper.getWrappedSocialActivityCounter()
          Deprecated. Renamed to SocialActivityCounterWrapper.getWrappedModel()
 SocialActivityCounter SocialActivityCounterWrapper.toEscapedModel()
           
 SocialActivityCounter SocialActivityCounterModel.toEscapedModel()
           
 SocialActivityCounter SocialActivityCounterWrapper.toUnescapedModel()
           
 SocialActivityCounter SocialActivityCounterModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.social.model that return types with arguments of type SocialActivityCounter
 CacheModel<SocialActivityCounter> SocialActivityCounterWrapper.toCacheModel()
           
 CacheModel<SocialActivityCounter> SocialActivityCounterModel.toCacheModel()
           
 

Methods in com.liferay.portlet.social.model with parameters of type SocialActivityCounter
 int SocialActivityCounterWrapper.compareTo(SocialActivityCounter socialActivityCounter)
           
 int SocialActivityCounterModel.compareTo(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounterSoap SocialActivityCounterSoap.toSoapModel(SocialActivityCounter model)
           
static SocialActivityCounterSoap[] SocialActivityCounterSoap.toSoapModels(SocialActivityCounter[] models)
           
static SocialActivityCounterSoap[][] SocialActivityCounterSoap.toSoapModels(SocialActivityCounter[][] models)
           
 

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

Constructors in com.liferay.portlet.social.model with parameters of type SocialActivityCounter
SocialActivityCounterWrapper(SocialActivityCounter socialActivityCounter)
           
 

Uses of SocialActivityCounter in com.liferay.portlet.social.model.impl
 

Classes in com.liferay.portlet.social.model.impl that implement SocialActivityCounter
 class SocialActivityCounterBaseImpl
          The extended model base implementation for the SocialActivityCounter service.
 class SocialActivityCounterImpl
           
 

Methods in com.liferay.portlet.social.model.impl that return SocialActivityCounter
 SocialActivityCounter SocialActivityCounterCacheModel.toEntityModel()
           
 SocialActivityCounter SocialActivityCounterModelImpl.toEscapedModel()
           
 SocialActivityCounter SocialActivityCounterModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.social.model.impl that return types with arguments of type SocialActivityCounter
 CacheModel<SocialActivityCounter> SocialActivityCounterModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.social.model.impl with parameters of type SocialActivityCounter
 int SocialActivityCounterModelImpl.compareTo(SocialActivityCounter socialActivityCounter)
           
 

Uses of SocialActivityCounter in com.liferay.portlet.social.service
 

Methods in com.liferay.portlet.social.service that return SocialActivityCounter
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalService.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalService.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. SocialActivityCounterLocalServiceUtil.createActivityCounter(long, long, long, String, int, int, int, int, int, long, int)
 SocialActivityCounter SocialActivityCounterLocalService.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. SocialActivityCounterLocalService.createActivityCounter(long, long, long, String, int, int, int, int, int, long, int)
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. SocialActivityCounterLocalServiceWrapper.createActivityCounter(long, long, long, String, int, int, int, int, int, long, int)
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalService.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.createSocialActivityCounter(long activityCounterId)
          Creates a new social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalService.createSocialActivityCounter(long activityCounterId)
          Creates a new social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.createSocialActivityCounter(long activityCounterId)
          Creates a new social activity counter with the primary key.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalService.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalService.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
           
 SocialActivityCounter SocialActivityCounterLocalService.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchSocialActivityCounter(long activityCounterId)
           
 SocialActivityCounter SocialActivityCounterLocalService.fetchSocialActivityCounter(long activityCounterId)
           
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchSocialActivityCounter(long activityCounterId)
           
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.getSocialActivityCounter(long activityCounterId)
          Returns the social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalService.getSocialActivityCounter(long activityCounterId)
          Returns the social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.getSocialActivityCounter(long activityCounterId)
          Returns the social activity counter with the primary key.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.social.service that return types with arguments of type SocialActivityCounter
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalService.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalService.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 List<SocialActivityCounter> SocialActivityCounterLocalService.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 List<SocialActivityCounter> SocialActivityCounterLocalService.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getSocialActivityCounters(int start, int end)
          Returns a range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterLocalService.getSocialActivityCounters(int start, int end)
          Returns a range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getSocialActivityCounters(int start, int end)
          Returns a range of all the social activity counters.
 

Methods in com.liferay.portlet.social.service with parameters of type SocialActivityCounter
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalService.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalService.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalService.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 

Uses of SocialActivityCounter in com.liferay.portlet.social.service.base
 

Methods in com.liferay.portlet.social.service.base that return SocialActivityCounter
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.createSocialActivityCounter(long activityCounterId)
          Creates a new social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.deleteSocialActivityCounter(long activityCounterId)
          Deletes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.fetchSocialActivityCounter(long activityCounterId)
           
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.getSocialActivityCounter(long activityCounterId)
          Returns the social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.social.service.base that return types with arguments of type SocialActivityCounter
 List<SocialActivityCounter> SocialActivityCounterLocalServiceBaseImpl.getSocialActivityCounters(int start, int end)
          Returns a range of all the social activity counters.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialActivityCounter
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.addSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Adds the social activity counter to the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.deleteSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Deletes the social activity counter from the database.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 SocialActivityCounter SocialActivityCounterLocalServiceBaseImpl.updateSocialActivityCounter(SocialActivityCounter socialActivityCounter, boolean merge)
          Updates the social activity counter in the database or adds it if it does not yet exist.
 

Uses of SocialActivityCounter in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl that return SocialActivityCounter
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. SocialActivityCounterLocalServiceImpl.createActivityCounter(long, long, long, String, int, int, int, int, int, long, int)
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.createActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod, long previousActivityCounterId, int periodLength)
           
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
           
 SocialActivityCounter SocialActivityCounterLocalServiceImpl.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
           
 

Methods in com.liferay.portlet.social.service.impl that return types with arguments of type SocialActivityCounter
 List<SocialActivityCounter> SocialActivityCounterLocalServiceImpl.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceImpl.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceImpl.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 List<SocialActivityCounter> SocialActivityCounterLocalServiceImpl.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
           
 

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

Methods in com.liferay.portlet.social.service.persistence that return SocialActivityCounter
static SocialActivityCounter SocialActivityCounterUtil.create(long activityCounterId)
          Creates a new social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterPersistence.create(long activityCounterId)
          Creates a new social activity counter with the primary key.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.create(long activityCounterId)
          Creates a new social activity counter with the primary key.
static SocialActivityCounter SocialActivityCounterUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or returns null if it could not be found, optionally using the finder cache.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod, boolean retrieveFromCache)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or returns null if it could not be found, optionally using the finder cache.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or returns null if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the social activity counter with the primary key or returns null if it could not be found.
static SocialActivityCounter SocialActivityCounterUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
 SocialActivityCounter[] SocialActivityCounterPersistenceImpl.findByC_C_PrevAndNext(long activityCounterId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? or throws a NoSuchActivityCounterException if it could not be found.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByG_C_C_O_First(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByG_C_C_O_Last(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 SocialActivityCounter[] SocialActivityCounterPersistenceImpl.findByG_C_C_O_PrevAndNext(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistence.findByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByPrimaryKey(long activityCounterId)
          Returns the social activity counter with the primary key or throws a NoSuchActivityCounterException if it could not be found.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the social activity counter with the primary key or throws a NoSuchModelException if it could not be found.
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator, boolean previous)
           
static SocialActivityCounter SocialActivityCounterUtil.remove(long activityCounterId)
          Removes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterPersistence.remove(long activityCounterId)
          Removes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.remove(long activityCounterId)
          Removes the social activity counter with the primary key from the database.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.remove(Serializable primaryKey)
          Removes the social activity counter with the primary key from the database.
static SocialActivityCounter SocialActivityCounterUtil.removeByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.
 SocialActivityCounter SocialActivityCounterPersistence.removeByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.removeByG_C_C_N_O_E(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and endPeriod = ? from the database.
static SocialActivityCounter SocialActivityCounterUtil.removeByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.
 SocialActivityCounter SocialActivityCounterPersistence.removeByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.
 SocialActivityCounter SocialActivityCounterPersistenceImpl.removeByG_C_C_N_O_S(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Removes the social activity counter where groupId = ? and classNameId = ? and classPK = ? and name = ? and ownerType = ? and startPeriod = ? from the database.
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.removeImpl(SocialActivityCounter socialActivityCounter)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.toUnwrappedModel(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, boolean merge)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, boolean merge, ServiceContext serviceContext)
           
static SocialActivityCounter SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 SocialActivityCounter SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 SocialActivityCounter SocialActivityCounterPersistenceImpl.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 

Methods in com.liferay.portlet.social.service.persistence that return types with arguments of type SocialActivityCounter
static List<SocialActivityCounter> SocialActivityCounterFinderUtil.findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
           
 List<SocialActivityCounter> SocialActivityCounterFinder.findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
           
 List<SocialActivityCounter> SocialActivityCounterFinderImpl.findAC_By_G_C_C_N_S_E(long groupId, List<Long> userIds, String[] names, int start, int end)
           
static List<SocialActivityCounter> SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
 List<SocialActivityCounter> SocialActivityCounterFinder.findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
 List<SocialActivityCounter> SocialActivityCounterFinderImpl.findAC_ByG_N_S_E_1(long groupId, String name, int startPeriod, int endPeriod, int periodLength)
           
static List<SocialActivityCounter> SocialActivityCounterFinderUtil.findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
           
 List<SocialActivityCounter> SocialActivityCounterFinder.findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
           
 List<SocialActivityCounter> SocialActivityCounterFinderImpl.findAC_ByG_N_S_E_2(long groupId, String counterName, int startPeriod, int endPeriod, int periodLength)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll()
          Returns all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll()
          Returns all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findAll()
          Returns all the social activity counters.
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll(int start, int end)
          Returns a range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll(int start, int end)
          Returns a range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findAll(int start, int end)
          Returns a range of all the social activity counters.
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByC_C(long classNameId, long classPK)
          Returns all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByC_C(long classNameId, long classPK)
          Returns all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns all the social activity counters where classNameId = ? and classPK = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the social activity counters where classNameId = ? and classPK = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType)
          Returns all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end)
          Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end)
          Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end)
          Returns a range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistenceImpl.findByG_C_C_O(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.social.service.persistence with parameters of type SocialActivityCounter
static void SocialActivityCounterUtil.cacheResult(SocialActivityCounter socialActivityCounter)
          Caches the social activity counter in the entity cache if it is enabled.
 void SocialActivityCounterPersistence.cacheResult(SocialActivityCounter socialActivityCounter)
          Caches the social activity counter in the entity cache if it is enabled.
 void SocialActivityCounterPersistenceImpl.cacheResult(SocialActivityCounter socialActivityCounter)
          Caches the social activity counter in the entity cache if it is enabled.
protected  void SocialActivityCounterPersistenceImpl.cacheUniqueFindersCache(SocialActivityCounter socialActivityCounter)
           
static void SocialActivityCounterUtil.clearCache(SocialActivityCounter socialActivityCounter)
           
 void SocialActivityCounterPersistenceImpl.clearCache(SocialActivityCounter socialActivityCounter)
          Clears the cache for the social activity counter.
protected  void SocialActivityCounterPersistenceImpl.clearUniqueFindersCache(SocialActivityCounter socialActivityCounter)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByC_C_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.getByG_C_C_O_PrevAndNext(Session session, SocialActivityCounter socialActivityCounter, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator orderByComparator, boolean previous)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.removeImpl(SocialActivityCounter socialActivityCounter)
           
protected  SocialActivityCounter SocialActivityCounterPersistenceImpl.toUnwrappedModel(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, boolean merge)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, boolean merge, ServiceContext serviceContext)
           
static SocialActivityCounter SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 SocialActivityCounter SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 SocialActivityCounter SocialActivityCounterPersistenceImpl.updateImpl(SocialActivityCounter socialActivityCounter, boolean merge)
           
 

Method parameters in com.liferay.portlet.social.service.persistence with type arguments of type SocialActivityCounter
static void SocialActivityCounterUtil.cacheResult(List<SocialActivityCounter> socialActivityCounters)
          Caches the social activity counters in the entity cache if it is enabled.
 void SocialActivityCounterPersistence.cacheResult(List<SocialActivityCounter> socialActivityCounters)
          Caches the social activity counters in the entity cache if it is enabled.
 void SocialActivityCounterPersistenceImpl.cacheResult(List<SocialActivityCounter> socialActivityCounters)
          Caches the social activity counters in the entity cache if it is enabled.
 void SocialActivityCounterPersistenceImpl.clearCache(List<SocialActivityCounter> socialActivityCounters)
           
 


Liferay 6.1.2-ce-ga3