|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.social.service.SocialActivityLimitLocalServiceWrapper
public class SocialActivityLimitLocalServiceWrapper
This class is a wrapper for SocialActivityLimitLocalService
.
SocialActivityLimitLocalService
Constructor Summary | |
---|---|
SocialActivityLimitLocalServiceWrapper(SocialActivityLimitLocalService socialActivityLimitLocalService)
|
Method Summary | |
---|---|
SocialActivityLimit |
addActivityLimit(long userId,
long groupId,
long classNameId,
long classPK,
int activityType,
String activityCounterName,
int limitPeriod)
|
SocialActivityLimit |
addSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Adds the social activity limit to the database. |
SocialActivityLimit |
createSocialActivityLimit(long activityLimitId)
Creates a new social activity limit with the primary key. |
SocialActivityLimit |
deleteSocialActivityLimit(long activityLimitId)
Deletes the social activity limit with the primary key from the database. |
SocialActivityLimit |
deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Deletes the social activity limit from the database. |
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
SocialActivityLimit |
fetchSocialActivityLimit(long activityLimitId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
SocialActivityLimit |
getSocialActivityLimit(long activityLimitId)
Returns the social activity limit with the primary key. |
List<SocialActivityLimit> |
getSocialActivityLimits(int start,
int end)
Returns a range of all the social activity limits. |
int |
getSocialActivityLimitsCount()
Returns the number of social activity limits. |
SocialActivityLimitLocalService |
getWrappedService()
|
SocialActivityLimitLocalService |
getWrappedSocialActivityLimitLocalService()
Deprecated. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(SocialActivityLimitLocalService socialActivityLimitLocalService)
|
void |
setWrappedSocialActivityLimitLocalService(SocialActivityLimitLocalService socialActivityLimitLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.social.service.SocialActivityLimitLocalService) |
SocialActivityLimit |
updateSocialActivityLimit(SocialActivityLimit socialActivityLimit)
Updates the social activity limit in the database or adds it if it does not yet exist. |
SocialActivityLimit |
updateSocialActivityLimit(SocialActivityLimit socialActivityLimit,
boolean merge)
Updates the social activity limit in the database or adds it if it does not yet exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialActivityLimitLocalServiceWrapper(SocialActivityLimitLocalService socialActivityLimitLocalService)
Method Detail |
---|
public SocialActivityLimit addSocialActivityLimit(SocialActivityLimit socialActivityLimit) throws SystemException
addSocialActivityLimit
in interface SocialActivityLimitLocalService
socialActivityLimit
- the social activity limit
SystemException
- if a system exception occurredpublic SocialActivityLimit createSocialActivityLimit(long activityLimitId)
createSocialActivityLimit
in interface SocialActivityLimitLocalService
activityLimitId
- the primary key for the new social activity limit
public SocialActivityLimit deleteSocialActivityLimit(long activityLimitId) throws PortalException, SystemException
deleteSocialActivityLimit
in interface SocialActivityLimitLocalService
activityLimitId
- the primary key of the social activity limit
PortalException
- if a social activity limit with the primary key could not be found
SystemException
- if a system exception occurredpublic SocialActivityLimit deleteSocialActivityLimit(SocialActivityLimit socialActivityLimit) throws SystemException
deleteSocialActivityLimit
in interface SocialActivityLimitLocalService
socialActivityLimit
- the social activity limit
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface SocialActivityLimitLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface SocialActivityLimitLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface SocialActivityLimitLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface SocialActivityLimitLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface SocialActivityLimitLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic SocialActivityLimit fetchSocialActivityLimit(long activityLimitId) throws SystemException
fetchSocialActivityLimit
in interface SocialActivityLimitLocalService
SystemException
public SocialActivityLimit getSocialActivityLimit(long activityLimitId) throws PortalException, SystemException
getSocialActivityLimit
in interface SocialActivityLimitLocalService
activityLimitId
- the primary key of the social activity limit
PortalException
- if a social activity limit with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface SocialActivityLimitLocalService
PortalException
SystemException
public List<SocialActivityLimit> getSocialActivityLimits(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
getSocialActivityLimits
in interface SocialActivityLimitLocalService
start
- the lower bound of the range of social activity limitsend
- the upper bound of the range of social activity limits (not inclusive)
SystemException
- if a system exception occurredpublic int getSocialActivityLimitsCount() throws SystemException
getSocialActivityLimitsCount
in interface SocialActivityLimitLocalService
SystemException
- if a system exception occurredpublic SocialActivityLimit updateSocialActivityLimit(SocialActivityLimit socialActivityLimit) throws SystemException
updateSocialActivityLimit
in interface SocialActivityLimitLocalService
socialActivityLimit
- the social activity limit
SystemException
- if a system exception occurredpublic SocialActivityLimit updateSocialActivityLimit(SocialActivityLimit socialActivityLimit, boolean merge) throws SystemException
updateSocialActivityLimit
in interface SocialActivityLimitLocalService
socialActivityLimit
- the social activity limitmerge
- whether to merge the social activity limit with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier
in interface SocialActivityLimitLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface SocialActivityLimitLocalService
beanIdentifier
- the Spring bean ID for this beanpublic SocialActivityLimit addActivityLimit(long userId, long groupId, long classNameId, long classPK, int activityType, String activityCounterName, int limitPeriod) throws PortalException, SystemException
addActivityLimit
in interface SocialActivityLimitLocalService
PortalException
SystemException
public SocialActivityLimitLocalService getWrappedSocialActivityLimitLocalService()
getWrappedService()
public void setWrappedSocialActivityLimitLocalService(SocialActivityLimitLocalService socialActivityLimitLocalService)
setWrappedService(com.liferay.portlet.social.service.SocialActivityLimitLocalService)
public SocialActivityLimitLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<SocialActivityLimitLocalService>
public void setWrappedService(SocialActivityLimitLocalService socialActivityLimitLocalService)
setWrappedService
in interface ServiceWrapper<SocialActivityLimitLocalService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |