|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.social.service.base.SocialActivitySetLocalServiceBaseImpl
@ProviderType public abstract class SocialActivitySetLocalServiceBaseImpl
Provides the base implementation for the social activity set local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialActivitySetLocalServiceImpl.
SocialActivitySetLocalServiceImpl,
SocialActivitySetLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
protected SocialActivityFinder |
socialActivityFinder
|
protected SocialActivityLocalService |
socialActivityLocalService
|
protected SocialActivityPersistence |
socialActivityPersistence
|
protected SocialActivitySetFinder |
socialActivitySetFinder
|
protected SocialActivitySetLocalService |
socialActivitySetLocalService
|
protected SocialActivitySetPersistence |
socialActivitySetPersistence
|
| Constructor Summary | |
|---|---|
SocialActivitySetLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
SocialActivitySet |
addSocialActivitySet(SocialActivitySet socialActivitySet)
Adds the social activity set to the database. |
|
void |
afterPropertiesSet()
|
|
SocialActivitySet |
createSocialActivitySet(long activitySetId)
Creates a new social activity set with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
SocialActivitySet |
deleteSocialActivitySet(long activitySetId)
Deletes the social activity set with the primary key from the database. |
|
SocialActivitySet |
deleteSocialActivitySet(SocialActivitySet socialActivitySet)
Deletes the social activity set from the database. |
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> 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 matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
SocialActivitySet |
fetchSocialActivitySet(long activitySetId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
|
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
|
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
|
SocialActivitySet |
getSocialActivitySet(long activitySetId)
Returns the social activity set with the primary key. |
|
SocialActivitySetFinder |
getSocialActivitySetFinder()
Returns the social activity set finder. |
|
SocialActivitySetLocalService |
getSocialActivitySetLocalService()
Returns the social activity set local service. |
|
SocialActivitySetPersistence |
getSocialActivitySetPersistence()
Returns the social activity set persistence. |
|
List<SocialActivitySet> |
getSocialActivitySets(int start,
int end)
Returns a range of all the social activity sets. |
|
int |
getSocialActivitySetsCount()
Returns the number of social activity sets. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
|
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
|
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
|
void |
setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
Sets the social activity set finder. |
|
void |
setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
Sets the social activity set local service. |
|
void |
setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
Sets the social activity set persistence. |
|
SocialActivitySet |
updateSocialActivitySet(SocialActivitySet socialActivitySet)
Updates the social activity set in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@BeanReference(type=SocialActivitySetLocalService.class) protected SocialActivitySetLocalService socialActivitySetLocalService
@BeanReference(type=SocialActivitySetPersistence.class) protected SocialActivitySetPersistence socialActivitySetPersistence
@BeanReference(type=SocialActivitySetFinder.class) protected SocialActivitySetFinder socialActivitySetFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public SocialActivitySetLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public SocialActivitySet addSocialActivitySet(SocialActivitySet socialActivitySet)
addSocialActivitySet in interface SocialActivitySetLocalServicesocialActivitySet - the social activity set
public SocialActivitySet createSocialActivitySet(long activitySetId)
createSocialActivitySet in interface SocialActivitySetLocalServiceactivitySetId - the primary key for the new social activity set
@Indexable(type=DELETE)
public SocialActivitySet deleteSocialActivitySet(long activitySetId)
throws PortalException
deleteSocialActivitySet in interface SocialActivitySetLocalServiceactivitySetId - the primary key of the social activity set
PortalException - if a social activity set with the primary key could not be found@Indexable(type=DELETE) public SocialActivitySet deleteSocialActivitySet(SocialActivitySet socialActivitySet)
deleteSocialActivitySet in interface SocialActivitySetLocalServicesocialActivitySet - the social activity set
public DynamicQuery dynamicQuery()
dynamicQuery in interface SocialActivitySetLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface SocialActivitySetLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface SocialActivitySetLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface SocialActivitySetLocalServicedynamicQuery - 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)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface SocialActivitySetLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface SocialActivitySetLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public SocialActivitySet fetchSocialActivitySet(long activitySetId)
fetchSocialActivitySet in interface SocialActivitySetLocalService
public SocialActivitySet getSocialActivitySet(long activitySetId)
throws PortalException
getSocialActivitySet in interface SocialActivitySetLocalServiceactivitySetId - the primary key of the social activity set
PortalException - if a social activity set with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SocialActivitySetLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface SocialActivitySetLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface SocialActivitySetLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SocialActivitySetLocalServicePortalException
public List<SocialActivitySet> getSocialActivitySets(int start,
int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SocialActivitySetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSocialActivitySets in interface SocialActivitySetLocalServicestart - the lower bound of the range of social activity setsend - the upper bound of the range of social activity sets (not inclusive)
public int getSocialActivitySetsCount()
getSocialActivitySetsCount in interface SocialActivitySetLocalService@Indexable(type=REINDEX) public SocialActivitySet updateSocialActivitySet(SocialActivitySet socialActivitySet)
updateSocialActivitySet in interface SocialActivitySetLocalServicesocialActivitySet - the social activity set
public SocialActivitySetLocalService getSocialActivitySetLocalService()
public void setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
socialActivitySetLocalService - the social activity set local servicepublic SocialActivitySetPersistence getSocialActivitySetPersistence()
public void setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
socialActivitySetPersistence - the social activity set persistencepublic SocialActivitySetFinder getSocialActivitySetFinder()
public void setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
socialActivitySetFinder - the social activity set finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface SocialActivitySetLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||