|
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.calendar.service.base.CalEventLocalServiceBaseImpl
@Deprecated @ProviderType public abstract class CalEventLocalServiceBaseImpl
Provides the base implementation for the cal event 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 CalEventLocalServiceImpl.
CalEventLocalServiceImpl,
CalEventLocalServiceUtil| Constructor Summary | |
|---|---|
CalEventLocalServiceBaseImpl()
Deprecated. |
|
| Method Summary | ||
|---|---|---|
CalEvent |
addCalEvent(CalEvent calEvent)
Deprecated. Adds the cal event to the database. |
|
void |
afterPropertiesSet()
Deprecated. |
|
CalEvent |
createCalEvent(long eventId)
Deprecated. Creates a new cal event with the primary key. |
|
CalEvent |
deleteCalEvent(CalEvent calEvent)
Deprecated. Deletes the cal event from the database. |
|
CalEvent |
deleteCalEvent(long eventId)
Deprecated. Deletes the cal event with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
Deprecated. |
|
void |
destroy()
Deprecated. |
|
DynamicQuery |
dynamicQuery()
Deprecated. |
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Deprecated. Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Deprecated. 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)
Deprecated. Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Deprecated. Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Deprecated. Returns the number of rows matching the dynamic query. |
|
CalEvent |
fetchCalEvent(long eventId)
Deprecated. |
|
CalEvent |
fetchCalEventByUuidAndGroupId(String uuid,
long groupId)
Deprecated. Returns the cal event matching the UUID and group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated. |
|
AssetEntryFinder |
getAssetEntryFinder()
Deprecated. Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Deprecated. Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Deprecated. Returns the asset entry persistence. |
|
AssetLinkLocalService |
getAssetLinkLocalService()
Deprecated. Returns the asset link local service. |
|
AssetLinkPersistence |
getAssetLinkPersistence()
Deprecated. Returns the asset link persistence. |
|
AssetTagFinder |
getAssetTagFinder()
Deprecated. Returns the asset tag finder. |
|
AssetTagLocalService |
getAssetTagLocalService()
Deprecated. Returns the asset tag local service. |
|
AssetTagPersistence |
getAssetTagPersistence()
Deprecated. Returns the asset tag persistence. |
|
CalEvent |
getCalEvent(long eventId)
Deprecated. Returns the cal event with the primary key. |
|
CalEvent |
getCalEventByUuidAndGroupId(String uuid,
long groupId)
Deprecated. Returns the cal event matching the UUID and group. |
|
CalEventFinder |
getCalEventFinder()
Deprecated. Returns the cal event finder. |
|
CalEventLocalService |
getCalEventLocalService()
Deprecated. Returns the cal event local service. |
|
CalEventPersistence |
getCalEventPersistence()
Deprecated. Returns the cal event persistence. |
|
List<CalEvent> |
getCalEvents(int start,
int end)
Deprecated. Returns a range of all the cal events. |
|
List<CalEvent> |
getCalEventsByUuidAndCompanyId(String uuid,
long companyId)
Deprecated. Returns all the cal events matching the UUID and company. |
|
List<CalEvent> |
getCalEventsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
Deprecated. Returns a range of cal events matching the UUID and company. |
|
int |
getCalEventsCount()
Deprecated. Returns the number of cal events. |
|
ClassNameLocalService |
getClassNameLocalService()
Deprecated. Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Deprecated. Returns the class name persistence. |
|
CompanyLocalService |
getCompanyLocalService()
Deprecated. Returns the company local service. |
|
CompanyPersistence |
getCompanyPersistence()
Deprecated. Returns the company persistence. |
|
CounterLocalService |
getCounterLocalService()
Deprecated. Returns the counter local service. |
|
ExpandoValueLocalService |
getExpandoValueLocalService()
Deprecated. Returns the expando value local service. |
|
ExpandoValuePersistence |
getExpandoValuePersistence()
Deprecated. Returns the expando value persistence. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Deprecated. |
|
GroupFinder |
getGroupFinder()
Deprecated. Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Deprecated. Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Deprecated. Returns the group persistence. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated. |
|
MBMessageFinder |
getMBMessageFinder()
Deprecated. Returns the message-boards message finder. |
|
MBMessageLocalService |
getMBMessageLocalService()
Deprecated. Returns the message-boards message local service. |
|
MBMessagePersistence |
getMBMessagePersistence()
Deprecated. Returns the message-boards message persistence. |
|
protected Class<?> |
getModelClass()
Deprecated. |
|
protected String |
getModelClassName()
Deprecated. |
|
String |
getOSGiServiceIdentifier()
Deprecated. Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
Deprecated. |
|
PortletPreferencesFinder |
getPortletPreferencesFinder()
Deprecated. Returns the portlet preferences finder. |
|
PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Deprecated. Returns the portlet preferences local service. |
|
PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Deprecated. Returns the portlet preferences persistence. |
|
ResourceLocalService |
getResourceLocalService()
Deprecated. Returns the resource local service. |
|
SocialActivityFinder |
getSocialActivityFinder()
Deprecated. Returns the social activity finder. |
|
SocialActivityLocalService |
getSocialActivityLocalService()
Deprecated. Returns the social activity local service. |
|
SocialActivityPersistence |
getSocialActivityPersistence()
Deprecated. Returns the social activity persistence. |
|
SubscriptionLocalService |
getSubscriptionLocalService()
Deprecated. Returns the subscription local service. |
|
SubscriptionPersistence |
getSubscriptionPersistence()
Deprecated. Returns the subscription persistence. |
|
UserFinder |
getUserFinder()
Deprecated. Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Deprecated. Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Deprecated. Returns the user persistence. |
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
Deprecated. |
|
protected void |
runSQL(String sql)
Deprecated. Performs a SQL query. |
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Deprecated. Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Deprecated. Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Deprecated. Sets the asset entry persistence. |
|
void |
setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Deprecated. Sets the asset link local service. |
|
void |
setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Deprecated. Sets the asset link persistence. |
|
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Deprecated. Sets the asset tag finder. |
|
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Deprecated. Sets the asset tag local service. |
|
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Deprecated. Sets the asset tag persistence. |
|
void |
setCalEventFinder(CalEventFinder calEventFinder)
Deprecated. Sets the cal event finder. |
|
void |
setCalEventLocalService(CalEventLocalService calEventLocalService)
Deprecated. Sets the cal event local service. |
|
void |
setCalEventPersistence(CalEventPersistence calEventPersistence)
Deprecated. Sets the cal event persistence. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Deprecated. Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Deprecated. Sets the class name persistence. |
|
void |
setCompanyLocalService(CompanyLocalService companyLocalService)
Deprecated. Sets the company local service. |
|
void |
setCompanyPersistence(CompanyPersistence companyPersistence)
Deprecated. Sets the company persistence. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Deprecated. Sets the counter local service. |
|
void |
setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Deprecated. Sets the expando value local service. |
|
void |
setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Deprecated. Sets the expando value persistence. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Deprecated. Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Deprecated. Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Deprecated. Sets the group persistence. |
|
void |
setMBMessageFinder(MBMessageFinder mbMessageFinder)
Deprecated. Sets the message-boards message finder. |
|
void |
setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Deprecated. Sets the message-boards message local service. |
|
void |
setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Deprecated. Sets the message-boards message persistence. |
|
void |
setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Deprecated. Sets the portlet preferences finder. |
|
void |
setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Deprecated. Sets the portlet preferences local service. |
|
void |
setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Deprecated. Sets the portlet preferences persistence. |
|
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Deprecated. Sets the resource local service. |
|
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Deprecated. Sets the social activity finder. |
|
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Deprecated. Sets the social activity local service. |
|
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Deprecated. Sets the social activity persistence. |
|
void |
setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Deprecated. Sets the subscription local service. |
|
void |
setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Deprecated. Sets the subscription persistence. |
|
void |
setUserFinder(UserFinder userFinder)
Deprecated. Sets the user finder. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Deprecated. Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Deprecated. Sets the user persistence. |
|
CalEvent |
updateCalEvent(CalEvent calEvent)
Deprecated. Updates the cal event 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 |
| Methods inherited from interface com.liferay.portlet.calendar.service.CalEventLocalService |
|---|
addEvent, addEvent, addEventResources, addEventResources, addEventResources, addEventResources, checkEvents, deleteEvent, deleteEvent, deleteEvents, exportEvent, exportEvents, exportGroupEvents, getCompanyEvents, getCompanyEventsCount, getEvent, getEvents, getEvents, getEvents, getEvents, getEvents, getEventsCount, getEventsCount, getNoAssetEvents, getRepeatingEvents, getRepeatingEvents, hasEvents, hasEvents, hasEvents, importICal4j, updateAsset, updateEvent, updateEvent |
| Field Detail |
|---|
@BeanReference(type=CalEventLocalService.class) protected CalEventLocalService calEventLocalService
@BeanReference(type=CalEventPersistence.class) protected CalEventPersistence calEventPersistence
@BeanReference(type=CalEventFinder.class) protected CalEventFinder calEventFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=CompanyLocalService.class) protected CompanyLocalService companyLocalService
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=PortletPreferencesLocalService.class) protected PortletPreferencesLocalService portletPreferencesLocalService
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=PortletPreferencesFinder.class) protected PortletPreferencesFinder portletPreferencesFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=SubscriptionLocalService.class) protected SubscriptionLocalService subscriptionLocalService
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetLinkLocalService.class) protected AssetLinkLocalService assetLinkLocalService
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=ExpandoValueLocalService.class) protected ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=MBMessageLocalService.class) protected MBMessageLocalService mbMessageLocalService
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=MBMessageFinder.class) protected MBMessageFinder mbMessageFinder
@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 CalEventLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public CalEvent addCalEvent(CalEvent calEvent)
addCalEvent in interface CalEventLocalServicecalEvent - the cal event
public CalEvent createCalEvent(long eventId)
createCalEvent in interface CalEventLocalServiceeventId - the primary key for the new cal event
@Indexable(type=DELETE)
public CalEvent deleteCalEvent(long eventId)
throws PortalException
deleteCalEvent in interface CalEventLocalServiceeventId - the primary key of the cal event
PortalException - if a cal event with the primary key could not be found@Indexable(type=DELETE) public CalEvent deleteCalEvent(CalEvent calEvent)
deleteCalEvent in interface CalEventLocalServicecalEvent - the cal event
public DynamicQuery dynamicQuery()
dynamicQuery in interface CalEventLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface CalEventLocalServicedynamicQuery - 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 CalEventModelImpl. 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 CalEventLocalServicedynamicQuery - 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 CalEventModelImpl. 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 CalEventLocalServicedynamicQuery - 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 CalEventLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface CalEventLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public CalEvent fetchCalEvent(long eventId)
fetchCalEvent in interface CalEventLocalService
public CalEvent fetchCalEventByUuidAndGroupId(String uuid,
long groupId)
fetchCalEventByUuidAndGroupId in interface CalEventLocalServiceuuid - the cal event's UUIDgroupId - the primary key of the group
null if a matching cal event could not be found
public CalEvent getCalEvent(long eventId)
throws PortalException
getCalEvent in interface CalEventLocalServiceeventId - the primary key of the cal event
PortalException - if a cal event with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CalEventLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CalEventLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CalEventLocalService
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface CalEventLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface CalEventLocalServicePortalException
public List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid,
long companyId)
getCalEventsByUuidAndCompanyId in interface CalEventLocalServiceuuid - the UUID of the cal eventscompanyId - the primary key of the company
public List<CalEvent> getCalEventsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<CalEvent> orderByComparator)
getCalEventsByUuidAndCompanyId in interface CalEventLocalServiceuuid - the UUID of the cal eventscompanyId - the primary key of the companystart - the lower bound of the range of cal eventsend - the upper bound of the range of cal events (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public CalEvent getCalEventByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getCalEventByUuidAndGroupId in interface CalEventLocalServiceuuid - the cal event's UUIDgroupId - the primary key of the group
PortalException - if a matching cal event could not be found
public List<CalEvent> getCalEvents(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 CalEventModelImpl. 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.
getCalEvents in interface CalEventLocalServicestart - the lower bound of the range of cal eventsend - the upper bound of the range of cal events (not inclusive)
public int getCalEventsCount()
getCalEventsCount in interface CalEventLocalService@Indexable(type=REINDEX) public CalEvent updateCalEvent(CalEvent calEvent)
updateCalEvent in interface CalEventLocalServicecalEvent - the cal event
public CalEventLocalService getCalEventLocalService()
public void setCalEventLocalService(CalEventLocalService calEventLocalService)
calEventLocalService - the cal event local servicepublic CalEventPersistence getCalEventPersistence()
public void setCalEventPersistence(CalEventPersistence calEventPersistence)
calEventPersistence - the cal event persistencepublic CalEventFinder getCalEventFinder()
public void setCalEventFinder(CalEventFinder calEventFinder)
calEventFinder - the cal event finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic PortletPreferencesLocalService getPortletPreferencesLocalService()
public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
portletPreferencesLocalService - the portlet preferences local servicepublic PortletPreferencesPersistence getPortletPreferencesPersistence()
public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
portletPreferencesPersistence - the portlet preferences persistencepublic PortletPreferencesFinder getPortletPreferencesFinder()
public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
portletPreferencesFinder - the portlet preferences finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService - the asset link local servicepublic AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence - the asset link persistencepublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value persistencepublic MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
mbMessageLocalService - the message-boards message local servicepublic MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
mbMessagePersistence - the message-boards message persistencepublic MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
mbMessageFinder - the message-boards message finderpublic 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 CalEventLocalServiceprotected 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 | |||||||||