Liferay 6.2-ce-ga5

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

Packages that use SocialActivityCounter
com.liferay.portlet.social.model   
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.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. As of 6.1.0, replaced by 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.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)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceUtil.addActivityCounter(long, long, long, String, int, int, long, int)
 SocialActivityCounter SocialActivityCounterLocalService.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalService.addActivityCounter(long, long, long, String, int, int, long, int)
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int currentValue, int totalValue, int startPeriod, int endPeriod)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceWrapper.addActivityCounter(long, long, long, String, int, int, long, int)
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)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceUtil.addActivityCounter(long, long, long, String, int, int, long, int)
 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)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalService.addActivityCounter(long, long, long, String, int, int, long, int)
 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)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceWrapper.addActivityCounter(long, long, long, String, int, int, long, int)
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength)
          Adds an activity counter specifying a previous activity and period length.
 SocialActivityCounter SocialActivityCounterLocalService.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength)
          Adds an activity counter specifying a previous activity and period length.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.addActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType, int totalValue, long previousActivityCounterId, int periodLength)
          Adds an activity counter specifying a previous activity and period length.
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. As of 6.2.0, replaced by SocialActivityCounterLocalServiceUtil.addActivityCounter(long, long, long, String, 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. As of 6.2.0, replaced by SocialActivityCounterLocalService.addActivityCounter(long, long, long, String, 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. As of 6.2.0, replaced by SocialActivityCounterLocalServiceWrapper.addActivityCounter(long, long, long, String, 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)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceUtil.addActivityCounter(long, long, long, String, 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, long previousActivityCounterId, int periodLength)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalService.addActivityCounter(long, long, long, String, 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, long previousActivityCounterId, int periodLength)
          Deprecated. As of 6.2.0, replaced by SocialActivityCounterLocalServiceWrapper.addActivityCounter(long, long, long, String, int, int, long, int)
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)
          Returns the activity counter with the given name, owner, and end period that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalService.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the activity counter with the given name, owner, and end period that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByEndPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int endPeriod)
          Returns the activity counter with the given name, owner, and end period that belong to the given entity.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the activity counter with the given name, owner, and start period that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalService.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the activity counter with the given name, owner, and start period that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchActivityCounterByStartPeriod(long groupId, long classNameId, long classPK, String name, int ownerType, int startPeriod)
          Returns the activity counter with the given name, owner, and start period that belong to the given entity.
static SocialActivityCounter SocialActivityCounterLocalServiceUtil.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
          Returns the latest activity counter with the given name and owner that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalService.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
          Returns the latest activity counter with the given name and owner that belong to the given entity.
 SocialActivityCounter SocialActivityCounterLocalServiceWrapper.fetchLatestActivityCounter(long groupId, long classNameId, long classPK, String name, int ownerType)
          Returns the latest activity counter with the given name and owner that belong to the given entity.
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.
 

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)
          Returns all the activity counters with the given name and period offsets.
 List<SocialActivityCounter> SocialActivityCounterLocalService.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
          Returns all the activity counters with the given name and period offsets.
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getOffsetActivityCounters(long groupId, String name, int startOffset, int endOffset)
          Returns all the activity counters with the given name and period offsets.
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
          Returns the distribution of the activity counters with the given name and period offsets.
 List<SocialActivityCounter> SocialActivityCounterLocalService.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
          Returns the distribution of the activity counters with the given name and period offsets.
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getOffsetDistributionActivityCounters(long groupId, String name, int startOffset, int endOffset)
          Returns the distribution of the activity counters with the given name and period offsets.
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns all the activity counters with the given name and time period.
 List<SocialActivityCounter> SocialActivityCounterLocalService.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns all the activity counters with the given name and time period.
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getPeriodActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns all the activity counters with the given name and time period.
static List<SocialActivityCounter> SocialActivityCounterLocalServiceUtil.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns the distribution of activity counters with the given name and time period.
 List<SocialActivityCounter> SocialActivityCounterLocalService.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns the distribution of activity counters with the given name and time period.
 List<SocialActivityCounter> SocialActivityCounterLocalServiceWrapper.getPeriodDistributionActivityCounters(long groupId, String name, int startPeriod, int endPeriod)
          Returns the distribution of activity counters with the given name and time period.
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.
 

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.
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 = ?.
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 = ?.
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.
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.
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.
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.
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 = ?.
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 = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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.
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.
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 = ?.
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 = ?.
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 = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first social activity counter in the ordered set where groupId = ?.
static SocialActivityCounter SocialActivityCounterUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter SocialActivityCounterPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last social activity counter in the ordered set where groupId = ?.
static SocialActivityCounter[] SocialActivityCounterUtil.findByGroupId_PrevAndNext(long activityCounterId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.
 SocialActivityCounter[] SocialActivityCounterPersistence.findByGroupId_PrevAndNext(long activityCounterId, long groupId, OrderByComparator orderByComparator)
          Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.
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.
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.
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.
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.
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, ServiceContext serviceContext)
           
static SocialActivityCounter SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter)
           
 SocialActivityCounter SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter)
           
 

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)
           
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)
           
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)
           
static List<SocialActivityCounter> SocialActivityCounterUtil.findAll()
          Returns all the social activity counters.
 List<SocialActivityCounter> SocialActivityCounterPersistence.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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByGroupId(long groupId)
          Returns all the social activity counters where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByGroupId(long groupId)
          Returns all the social activity counters where groupId = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the social activity counters where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the social activity counters where groupId = ?.
static List<SocialActivityCounter> SocialActivityCounterUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
 List<SocialActivityCounter> SocialActivityCounterPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the social activity counters where groupId = ?.
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.
static void SocialActivityCounterUtil.clearCache(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter)
           
static SocialActivityCounter SocialActivityCounterUtil.update(SocialActivityCounter socialActivityCounter, ServiceContext serviceContext)
           
static SocialActivityCounter SocialActivityCounterUtil.updateImpl(SocialActivityCounter socialActivityCounter)
           
 SocialActivityCounter SocialActivityCounterPersistence.updateImpl(SocialActivityCounter socialActivityCounter)
           
 

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.
 


Liferay 6.2-ce-ga5