@Deprecated
@ProviderType
public abstract class CalEventLocalServiceBaseImpl
extends com.liferay.portal.service.BaseLocalServiceImpl
implements com.liferay.portlet.calendar.service.CalEventLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
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| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
assetEntryFinder
Deprecated.
|
protected com.liferay.portlet.asset.service.AssetEntryLocalService |
assetEntryLocalService
Deprecated.
|
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence
Deprecated.
|
protected com.liferay.portlet.asset.service.AssetLinkLocalService |
assetLinkLocalService
Deprecated.
|
protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence |
assetLinkPersistence
Deprecated.
|
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder |
assetTagFinder
Deprecated.
|
protected com.liferay.portlet.asset.service.AssetTagLocalService |
assetTagLocalService
Deprecated.
|
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
assetTagPersistence
Deprecated.
|
protected com.liferay.portlet.calendar.service.persistence.CalEventFinder |
calEventFinder
Deprecated.
|
protected com.liferay.portlet.calendar.service.CalEventLocalService |
calEventLocalService
Deprecated.
|
protected com.liferay.portlet.calendar.service.persistence.CalEventPersistence |
calEventPersistence
Deprecated.
|
protected com.liferay.portal.service.ClassNameLocalService |
classNameLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.ClassNamePersistence |
classNamePersistence
Deprecated.
|
protected com.liferay.portal.service.CompanyLocalService |
companyLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.CompanyPersistence |
companyPersistence
Deprecated.
|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService
Deprecated.
|
protected com.liferay.portlet.expando.service.ExpandoValueLocalService |
expandoValueLocalService
Deprecated.
|
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence |
expandoValuePersistence
Deprecated.
|
protected com.liferay.portal.service.persistence.GroupFinder |
groupFinder
Deprecated.
|
protected com.liferay.portal.service.GroupLocalService |
groupLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.GroupPersistence |
groupPersistence
Deprecated.
|
protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder |
mbMessageFinder
Deprecated.
|
protected com.liferay.portlet.messageboards.service.MBMessageLocalService |
mbMessageLocalService
Deprecated.
|
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence |
mbMessagePersistence
Deprecated.
|
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
Deprecated.
|
protected com.liferay.portal.service.persistence.PortletPreferencesFinder |
portletPreferencesFinder
Deprecated.
|
protected com.liferay.portal.service.PortletPreferencesLocalService |
portletPreferencesLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence |
portletPreferencesPersistence
Deprecated.
|
protected com.liferay.portal.service.ResourceLocalService |
resourceLocalService
Deprecated.
|
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder |
socialActivityFinder
Deprecated.
|
protected com.liferay.portlet.social.service.SocialActivityLocalService |
socialActivityLocalService
Deprecated.
|
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
socialActivityPersistence
Deprecated.
|
protected com.liferay.portal.service.SubscriptionLocalService |
subscriptionLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.SubscriptionPersistence |
subscriptionPersistence
Deprecated.
|
protected com.liferay.portal.service.persistence.UserFinder |
userFinder
Deprecated.
|
protected com.liferay.portal.service.UserLocalService |
userLocalService
Deprecated.
|
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence
Deprecated.
|
| Constructor and Description |
|---|
CalEventLocalServiceBaseImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.calendar.model.CalEvent |
addCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
Deprecated.
Adds the cal event to the database.
|
void |
afterPropertiesSet()
Deprecated.
|
com.liferay.portlet.calendar.model.CalEvent |
createCalEvent(long eventId)
Deprecated.
Creates a new cal event with the primary key.
|
com.liferay.portlet.calendar.model.CalEvent |
deleteCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
Deprecated.
Deletes the cal event from the database.
|
com.liferay.portlet.calendar.model.CalEvent |
deleteCalEvent(long eventId)
Deprecated.
Deletes the cal event with the primary key from the database.
|
com.liferay.portal.model.PersistedModel |
deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
Deprecated.
|
void |
destroy()
Deprecated.
|
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Deprecated.
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Deprecated.
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Deprecated.
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Deprecated.
Returns the number of rows matching the dynamic query.
|
com.liferay.portlet.calendar.model.CalEvent |
fetchCalEvent(long eventId)
Deprecated.
|
com.liferay.portlet.calendar.model.CalEvent |
fetchCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the cal event matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
com.liferay.portlet.asset.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Deprecated.
Returns the asset entry finder.
|
com.liferay.portlet.asset.service.AssetEntryLocalService |
getAssetEntryLocalService()
Deprecated.
Returns the asset entry local service.
|
com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Deprecated.
Returns the asset entry persistence.
|
com.liferay.portlet.asset.service.AssetLinkLocalService |
getAssetLinkLocalService()
Deprecated.
Returns the asset link local service.
|
com.liferay.portlet.asset.service.persistence.AssetLinkPersistence |
getAssetLinkPersistence()
Deprecated.
Returns the asset link persistence.
|
com.liferay.portlet.asset.service.persistence.AssetTagFinder |
getAssetTagFinder()
Deprecated.
Returns the asset tag finder.
|
com.liferay.portlet.asset.service.AssetTagLocalService |
getAssetTagLocalService()
Deprecated.
Returns the asset tag local service.
|
com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Deprecated.
Returns the asset tag persistence.
|
com.liferay.portlet.calendar.model.CalEvent |
getCalEvent(long eventId)
Deprecated.
Returns the cal event with the primary key.
|
com.liferay.portlet.calendar.model.CalEvent |
getCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the cal event matching the UUID and group.
|
com.liferay.portlet.calendar.service.persistence.CalEventFinder |
getCalEventFinder()
Deprecated.
Returns the cal event finder.
|
com.liferay.portlet.calendar.service.CalEventLocalService |
getCalEventLocalService()
Deprecated.
Returns the cal event local service.
|
com.liferay.portlet.calendar.service.persistence.CalEventPersistence |
getCalEventPersistence()
Deprecated.
Returns the cal event persistence.
|
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getCalEvents(int start,
int end)
Deprecated.
Returns a range of all the cal events.
|
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getCalEventsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Deprecated.
Returns all the cal events matching the UUID and company.
|
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getCalEventsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.calendar.model.CalEvent> orderByComparator)
Deprecated.
Returns a range of cal events matching the UUID and company.
|
int |
getCalEventsCount()
Deprecated.
Returns the number of cal events.
|
com.liferay.portal.service.ClassNameLocalService |
getClassNameLocalService()
Deprecated.
Returns the class name local service.
|
com.liferay.portal.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Deprecated.
Returns the class name persistence.
|
com.liferay.portal.service.CompanyLocalService |
getCompanyLocalService()
Deprecated.
Returns the company local service.
|
com.liferay.portal.service.persistence.CompanyPersistence |
getCompanyPersistence()
Deprecated.
Returns the company persistence.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Deprecated.
Returns the counter local service.
|
com.liferay.portlet.expando.service.ExpandoValueLocalService |
getExpandoValueLocalService()
Deprecated.
Returns the expando value local service.
|
com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence |
getExpandoValuePersistence()
Deprecated.
Returns the expando value persistence.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
Deprecated.
|
com.liferay.portal.service.persistence.GroupFinder |
getGroupFinder()
Deprecated.
Returns the group finder.
|
com.liferay.portal.service.GroupLocalService |
getGroupLocalService()
Deprecated.
Returns the group local service.
|
com.liferay.portal.service.persistence.GroupPersistence |
getGroupPersistence()
Deprecated.
Returns the group persistence.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
com.liferay.portlet.messageboards.service.persistence.MBMessageFinder |
getMBMessageFinder()
Deprecated.
Returns the message-boards message finder.
|
com.liferay.portlet.messageboards.service.MBMessageLocalService |
getMBMessageLocalService()
Deprecated.
Returns the message-boards message local service.
|
com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence |
getMBMessagePersistence()
Deprecated.
Returns the message-boards message persistence.
|
protected java.lang.Class<?> |
getModelClass()
Deprecated.
|
protected java.lang.String |
getModelClassName()
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
com.liferay.portal.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj)
Deprecated.
|
com.liferay.portal.service.persistence.PortletPreferencesFinder |
getPortletPreferencesFinder()
Deprecated.
Returns the portlet preferences finder.
|
com.liferay.portal.service.PortletPreferencesLocalService |
getPortletPreferencesLocalService()
Deprecated.
Returns the portlet preferences local service.
|
com.liferay.portal.service.persistence.PortletPreferencesPersistence |
getPortletPreferencesPersistence()
Deprecated.
Returns the portlet preferences persistence.
|
com.liferay.portal.service.ResourceLocalService |
getResourceLocalService()
Deprecated.
Returns the resource local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityFinder |
getSocialActivityFinder()
Deprecated.
Returns the social activity finder.
|
com.liferay.portlet.social.service.SocialActivityLocalService |
getSocialActivityLocalService()
Deprecated.
Returns the social activity local service.
|
com.liferay.portlet.social.service.persistence.SocialActivityPersistence |
getSocialActivityPersistence()
Deprecated.
Returns the social activity persistence.
|
com.liferay.portal.service.SubscriptionLocalService |
getSubscriptionLocalService()
Deprecated.
Returns the subscription local service.
|
com.liferay.portal.service.persistence.SubscriptionPersistence |
getSubscriptionPersistence()
Deprecated.
Returns the subscription persistence.
|
com.liferay.portal.service.persistence.UserFinder |
getUserFinder()
Deprecated.
Returns the user finder.
|
com.liferay.portal.service.UserLocalService |
getUserLocalService()
Deprecated.
Returns the user local service.
|
com.liferay.portal.service.persistence.UserPersistence |
getUserPersistence()
Deprecated.
Returns the user persistence.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
Deprecated.
|
protected void |
runSQL(java.lang.String sql)
Deprecated.
Performs a SQL query.
|
void |
setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
Deprecated.
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
Deprecated.
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
Deprecated.
Sets the asset entry persistence.
|
void |
setAssetLinkLocalService(com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService)
Deprecated.
Sets the asset link local service.
|
void |
setAssetLinkPersistence(com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence)
Deprecated.
Sets the asset link persistence.
|
void |
setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
Deprecated.
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
Deprecated.
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
Deprecated.
Sets the asset tag persistence.
|
void |
setCalEventFinder(com.liferay.portlet.calendar.service.persistence.CalEventFinder calEventFinder)
Deprecated.
Sets the cal event finder.
|
void |
setCalEventLocalService(com.liferay.portlet.calendar.service.CalEventLocalService calEventLocalService)
Deprecated.
Sets the cal event local service.
|
void |
setCalEventPersistence(com.liferay.portlet.calendar.service.persistence.CalEventPersistence calEventPersistence)
Deprecated.
Sets the cal event persistence.
|
void |
setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
Deprecated.
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
Deprecated.
Sets the class name persistence.
|
void |
setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
Deprecated.
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
Deprecated.
Sets the company persistence.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Deprecated.
Sets the counter local service.
|
void |
setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
Deprecated.
Sets the expando value local service.
|
void |
setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
Deprecated.
Sets the expando value persistence.
|
void |
setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
Deprecated.
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
Deprecated.
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
Deprecated.
Sets the group persistence.
|
void |
setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
Deprecated.
Sets the message-boards message finder.
|
void |
setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
Deprecated.
Sets the message-boards message local service.
|
void |
setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
Deprecated.
Sets the message-boards message persistence.
|
void |
setPortletPreferencesFinder(com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder)
Deprecated.
Sets the portlet preferences finder.
|
void |
setPortletPreferencesLocalService(com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService)
Deprecated.
Sets the portlet preferences local service.
|
void |
setPortletPreferencesPersistence(com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence)
Deprecated.
Sets the portlet preferences persistence.
|
void |
setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Deprecated.
Sets the resource local service.
|
void |
setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
Deprecated.
Sets the social activity finder.
|
void |
setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
Deprecated.
Sets the social activity local service.
|
void |
setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
Deprecated.
Sets the social activity persistence.
|
void |
setSubscriptionLocalService(com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService)
Deprecated.
Sets the subscription local service.
|
void |
setSubscriptionPersistence(com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence)
Deprecated.
Sets the subscription persistence.
|
void |
setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Deprecated.
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Deprecated.
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Deprecated.
Sets the user persistence.
|
com.liferay.portlet.calendar.model.CalEvent |
updateCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
Deprecated.
Updates the cal event in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEvent, 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@BeanReference(type=com.liferay.portlet.calendar.service.CalEventLocalService.class) protected com.liferay.portlet.calendar.service.CalEventLocalService calEventLocalService
@BeanReference(type=com.liferay.portlet.calendar.service.persistence.CalEventPersistence.class) protected com.liferay.portlet.calendar.service.persistence.CalEventPersistence calEventPersistence
@BeanReference(type=com.liferay.portlet.calendar.service.persistence.CalEventFinder.class) protected com.liferay.portlet.calendar.service.persistence.CalEventFinder calEventFinder
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.service.ClassNameLocalService.class) protected com.liferay.portal.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.service.CompanyLocalService.class) protected com.liferay.portal.service.CompanyLocalService companyLocalService
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class) protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
@BeanReference(type=com.liferay.portal.service.GroupLocalService.class) protected com.liferay.portal.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class) protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupFinder.class) protected com.liferay.portal.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.service.PortletPreferencesLocalService.class) protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService
@BeanReference(type=com.liferay.portal.service.persistence.PortletPreferencesPersistence.class) protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=com.liferay.portal.service.persistence.PortletPreferencesFinder.class) protected com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder
@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class) protected com.liferay.portal.service.ResourceLocalService resourceLocalService
@BeanReference(type=com.liferay.portal.service.SubscriptionLocalService.class) protected com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService
@BeanReference(type=com.liferay.portal.service.persistence.SubscriptionPersistence.class) protected com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence
@BeanReference(type=com.liferay.portal.service.UserLocalService.class) protected com.liferay.portal.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class) protected com.liferay.portal.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetEntryLocalService.class) protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
@BeanReference(type=com.liferay.portlet.asset.service.AssetLinkLocalService.class) protected com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetLinkPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence
@BeanReference(type=com.liferay.portlet.asset.service.AssetTagLocalService.class) protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagFinder.class) protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
@BeanReference(type=com.liferay.portlet.expando.service.ExpandoValueLocalService.class) protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
@BeanReference(type=com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence.class) protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=com.liferay.portlet.messageboards.service.MBMessageLocalService.class) protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService
@BeanReference(type=com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence.class) protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
@BeanReference(type=com.liferay.portlet.messageboards.service.persistence.MBMessageFinder.class) protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder
@BeanReference(type=com.liferay.portlet.social.service.SocialActivityLocalService.class) protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class) protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityFinder.class) protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.portlet.calendar.model.CalEvent addCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
addCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServicecalEvent - the cal eventpublic com.liferay.portlet.calendar.model.CalEvent createCalEvent(long eventId)
createCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServiceeventId - the primary key for the new cal event@Indexable(type=DELETE)
public com.liferay.portlet.calendar.model.CalEvent deleteCalEvent(long eventId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServiceeventId - the primary key of the cal eventcom.liferay.portal.kernel.exception.PortalException - if a cal event with the primary key could not be found@Indexable(type=DELETE) public com.liferay.portlet.calendar.model.CalEvent deleteCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
deleteCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServicecalEvent - the cal eventpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 com.liferay.portlet.calendar.service.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> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 com.liferay.portlet.calendar.service.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.portlet.calendar.service.CalEventLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.portlet.calendar.service.CalEventLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.portlet.calendar.model.CalEvent fetchCalEvent(long eventId)
fetchCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServicepublic com.liferay.portlet.calendar.model.CalEvent fetchCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
fetchCalEventByUuidAndGroupId in interface com.liferay.portlet.calendar.service.CalEventLocalServiceuuid - the cal event's UUIDgroupId - the primary key of the groupnull if a matching cal event could not be foundpublic com.liferay.portlet.calendar.model.CalEvent getCalEvent(long eventId)
throws com.liferay.portal.kernel.exception.PortalException
getCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServiceeventId - the primary key of the cal eventcom.liferay.portal.kernel.exception.PortalException - if a cal event with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.portlet.exportimport.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalServicepublic com.liferay.portal.model.PersistedModel deletePersistedModel(com.liferay.portal.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.portlet.calendar.service.CalEventLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.portlet.calendar.service.CalEventLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getCalEventsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
getCalEventsByUuidAndCompanyId in interface com.liferay.portlet.calendar.service.CalEventLocalServiceuuid - the UUID of the cal eventscompanyId - the primary key of the companypublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getCalEventsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.calendar.model.CalEvent> orderByComparator)
getCalEventsByUuidAndCompanyId in interface com.liferay.portlet.calendar.service.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 com.liferay.portlet.calendar.model.CalEvent getCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCalEventByUuidAndGroupId in interface com.liferay.portlet.calendar.service.CalEventLocalServiceuuid - the cal event's UUIDgroupId - the primary key of the groupcom.liferay.portal.kernel.exception.PortalException - if a matching cal event could not be foundpublic java.util.List<com.liferay.portlet.calendar.model.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 com.liferay.portlet.calendar.service.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 com.liferay.portlet.calendar.service.CalEventLocalService@Indexable(type=REINDEX) public com.liferay.portlet.calendar.model.CalEvent updateCalEvent(com.liferay.portlet.calendar.model.CalEvent calEvent)
updateCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalServicecalEvent - the cal eventpublic com.liferay.portlet.calendar.service.CalEventLocalService getCalEventLocalService()
public void setCalEventLocalService(com.liferay.portlet.calendar.service.CalEventLocalService calEventLocalService)
calEventLocalService - the cal event local servicepublic com.liferay.portlet.calendar.service.persistence.CalEventPersistence getCalEventPersistence()
public void setCalEventPersistence(com.liferay.portlet.calendar.service.persistence.CalEventPersistence calEventPersistence)
calEventPersistence - the cal event persistencepublic com.liferay.portlet.calendar.service.persistence.CalEventFinder getCalEventFinder()
public void setCalEventFinder(com.liferay.portlet.calendar.service.persistence.CalEventFinder calEventFinder)
calEventFinder - the cal event finderpublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService()
public void setPortletPreferencesLocalService(com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService)
portletPreferencesLocalService - the portlet preferences local servicepublic com.liferay.portal.service.persistence.PortletPreferencesPersistence getPortletPreferencesPersistence()
public void setPortletPreferencesPersistence(com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence)
portletPreferencesPersistence - the portlet preferences persistencepublic com.liferay.portal.service.persistence.PortletPreferencesFinder getPortletPreferencesFinder()
public void setPortletPreferencesFinder(com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder)
portletPreferencesFinder - the portlet preferences finderpublic com.liferay.portal.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.service.SubscriptionLocalService getSubscriptionLocalService()
public void setSubscriptionLocalService(com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService)
subscriptionLocalService - the subscription local servicepublic com.liferay.portal.service.persistence.SubscriptionPersistence getSubscriptionPersistence()
public void setSubscriptionPersistence(com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence)
subscriptionPersistence - the subscription persistencepublic com.liferay.portal.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic com.liferay.portlet.asset.service.AssetLinkLocalService getAssetLinkLocalService()
public void setAssetLinkLocalService(com.liferay.portlet.asset.service.AssetLinkLocalService assetLinkLocalService)
assetLinkLocalService - the asset link local servicepublic com.liferay.portlet.asset.service.persistence.AssetLinkPersistence getAssetLinkPersistence()
public void setAssetLinkPersistence(com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence)
assetLinkPersistence - the asset link persistencepublic com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
expandoValueLocalService - the expando value local servicepublic com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
expandoValuePersistence - the expando value persistencepublic com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
mbMessageLocalService - the message-boards message local servicepublic com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
mbMessagePersistence - the message-boards message persistencepublic com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
public void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
mbMessageFinder - the message-boards message finderpublic com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService - the social activity local servicepublic com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence - the social activity persistencepublic com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
socialActivityFinder - the social activity finderpublic void afterPropertiesSet()
public void destroy()
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portlet.calendar.service.CalEventLocalServiceprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query