Liferay 6.1.2-ce-ga3

com.liferay.portlet.announcements.service.base
Class AnnouncementsDeliveryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.announcements.service.base.AnnouncementsDeliveryLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, AnnouncementsDeliveryLocalService
Direct Known Subclasses:
AnnouncementsDeliveryLocalServiceImpl

public abstract class AnnouncementsDeliveryLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements AnnouncementsDeliveryLocalService, IdentifiableBean

The base implementation of the announcements delivery 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 AnnouncementsDeliveryLocalServiceImpl.

See Also:
AnnouncementsDeliveryLocalServiceImpl, AnnouncementsDeliveryLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AnnouncementsDeliveryLocalService announcementsDeliveryLocalService
           
protected  AnnouncementsDeliveryPersistence announcementsDeliveryPersistence
           
protected  AnnouncementsDeliveryService announcementsDeliveryService
           
protected  AnnouncementsEntryFinder announcementsEntryFinder
           
protected  AnnouncementsEntryLocalService announcementsEntryLocalService
           
protected  AnnouncementsEntryPersistence announcementsEntryPersistence
           
protected  AnnouncementsEntryService announcementsEntryService
           
protected  AnnouncementsFlagLocalService announcementsFlagLocalService
           
protected  AnnouncementsFlagPersistence announcementsFlagPersistence
           
protected  AnnouncementsFlagService announcementsFlagService
           
protected  CounterLocalService counterLocalService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
AnnouncementsDeliveryLocalServiceBaseImpl()
           
 
Method Summary
 AnnouncementsDelivery addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Adds the announcements delivery to the database.
 void afterPropertiesSet()
           
 AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
          Creates a new announcements delivery with the primary key.
 AnnouncementsDelivery deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Deletes the announcements delivery from the database.
 AnnouncementsDelivery deleteAnnouncementsDelivery(long deliveryId)
          Deletes the announcements delivery with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 AnnouncementsDelivery fetchAnnouncementsDelivery(long deliveryId)
           
 List<AnnouncementsDelivery> getAnnouncementsDeliveries(int start, int end)
          Returns a range of all the announcements deliveries.
 int getAnnouncementsDeliveriesCount()
          Returns the number of announcements deliveries.
 AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
          Returns the announcements delivery with the primary key.
 AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
          Returns the announcements delivery local service.
 AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
          Returns the announcements delivery persistence.
 AnnouncementsDeliveryService getAnnouncementsDeliveryService()
          Returns the announcements delivery remote service.
 AnnouncementsEntryFinder getAnnouncementsEntryFinder()
          Returns the announcements entry finder.
 AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
          Returns the announcements entry local service.
 AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
          Returns the announcements entry persistence.
 AnnouncementsEntryService getAnnouncementsEntryService()
          Returns the announcements entry remote service.
 AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
          Returns the announcements flag local service.
 AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
          Returns the announcements flag persistence.
 AnnouncementsFlagService getAnnouncementsFlagService()
          Returns the announcements flag remote service.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceFinder getResourceFinder()
          Returns the resource finder.
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 ResourceService getResourceService()
          Returns the resource remote service.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
          Sets the announcements delivery local service.
 void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
          Sets the announcements delivery persistence.
 void setAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
          Sets the announcements delivery remote service.
 void setAnnouncementsEntryFinder(AnnouncementsEntryFinder announcementsEntryFinder)
          Sets the announcements entry finder.
 void setAnnouncementsEntryLocalService(AnnouncementsEntryLocalService announcementsEntryLocalService)
          Sets the announcements entry local service.
 void setAnnouncementsEntryPersistence(AnnouncementsEntryPersistence announcementsEntryPersistence)
          Sets the announcements entry persistence.
 void setAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
          Sets the announcements entry remote service.
 void setAnnouncementsFlagLocalService(AnnouncementsFlagLocalService announcementsFlagLocalService)
          Sets the announcements flag local service.
 void setAnnouncementsFlagPersistence(AnnouncementsFlagPersistence announcementsFlagPersistence)
          Sets the announcements flag persistence.
 void setAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
          Sets the announcements flag remote service.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
          Updates the announcements delivery in the database or adds it if it does not yet exist.
 AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery, boolean merge)
          Updates the announcements delivery in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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.announcements.service.AnnouncementsDeliveryLocalService
addUserDelivery, deleteDeliveries, deleteDelivery, deleteDelivery, deleteDelivery, getDelivery, getUserDeliveries, getUserDelivery, updateDelivery
 

Field Detail

announcementsDeliveryLocalService

@BeanReference(type=AnnouncementsDeliveryLocalService.class)
protected AnnouncementsDeliveryLocalService announcementsDeliveryLocalService

announcementsDeliveryService

@BeanReference(type=AnnouncementsDeliveryService.class)
protected AnnouncementsDeliveryService announcementsDeliveryService

announcementsDeliveryPersistence

@BeanReference(type=AnnouncementsDeliveryPersistence.class)
protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence

announcementsEntryLocalService

@BeanReference(type=AnnouncementsEntryLocalService.class)
protected AnnouncementsEntryLocalService announcementsEntryLocalService

announcementsEntryService

@BeanReference(type=AnnouncementsEntryService.class)
protected AnnouncementsEntryService announcementsEntryService

announcementsEntryPersistence

@BeanReference(type=AnnouncementsEntryPersistence.class)
protected AnnouncementsEntryPersistence announcementsEntryPersistence

announcementsEntryFinder

@BeanReference(type=AnnouncementsEntryFinder.class)
protected AnnouncementsEntryFinder announcementsEntryFinder

announcementsFlagLocalService

@BeanReference(type=AnnouncementsFlagLocalService.class)
protected AnnouncementsFlagLocalService announcementsFlagLocalService

announcementsFlagService

@BeanReference(type=AnnouncementsFlagService.class)
protected AnnouncementsFlagService announcementsFlagService

announcementsFlagPersistence

@BeanReference(type=AnnouncementsFlagPersistence.class)
protected AnnouncementsFlagPersistence announcementsFlagPersistence

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

AnnouncementsDeliveryLocalServiceBaseImpl

public AnnouncementsDeliveryLocalServiceBaseImpl()
Method Detail

addAnnouncementsDelivery

@Indexable(type=REINDEX)
public AnnouncementsDelivery addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
                                               throws SystemException
Adds the announcements delivery to the database. Also notifies the appropriate model listeners.

Specified by:
addAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
announcementsDelivery - the announcements delivery
Returns:
the announcements delivery that was added
Throws:
SystemException - if a system exception occurred

createAnnouncementsDelivery

public AnnouncementsDelivery createAnnouncementsDelivery(long deliveryId)
Creates a new announcements delivery with the primary key. Does not add the announcements delivery to the database.

Specified by:
createAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
deliveryId - the primary key for the new announcements delivery
Returns:
the new announcements delivery

deleteAnnouncementsDelivery

@Indexable(type=DELETE)
public AnnouncementsDelivery deleteAnnouncementsDelivery(long deliveryId)
                                                  throws PortalException,
                                                         SystemException
Deletes the announcements delivery with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
deliveryId - the primary key of the announcements delivery
Returns:
the announcements delivery that was removed
Throws:
PortalException - if a announcements delivery with the primary key could not be found
SystemException - if a system exception occurred

deleteAnnouncementsDelivery

@Indexable(type=DELETE)
public AnnouncementsDelivery deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
                                                  throws SystemException
Deletes the announcements delivery from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
announcementsDelivery - the announcements delivery
Returns:
the announcements delivery that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Specified by:
dynamicQuery in interface AnnouncementsDeliveryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface AnnouncementsDeliveryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchAnnouncementsDelivery

public AnnouncementsDelivery fetchAnnouncementsDelivery(long deliveryId)
                                                 throws SystemException
Specified by:
fetchAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Throws:
SystemException

getAnnouncementsDelivery

public AnnouncementsDelivery getAnnouncementsDelivery(long deliveryId)
                                               throws PortalException,
                                                      SystemException
Returns the announcements delivery with the primary key.

Specified by:
getAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
deliveryId - the primary key of the announcements delivery
Returns:
the announcements delivery
Throws:
PortalException - if a announcements delivery with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface AnnouncementsDeliveryLocalService
Throws:
PortalException
SystemException

getAnnouncementsDeliveries

public List<AnnouncementsDelivery> getAnnouncementsDeliveries(int start,
                                                              int end)
                                                       throws SystemException
Returns a range of all the announcements deliveries.

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.

Specified by:
getAnnouncementsDeliveries in interface AnnouncementsDeliveryLocalService
Parameters:
start - the lower bound of the range of announcements deliveries
end - the upper bound of the range of announcements deliveries (not inclusive)
Returns:
the range of announcements deliveries
Throws:
SystemException - if a system exception occurred

getAnnouncementsDeliveriesCount

public int getAnnouncementsDeliveriesCount()
                                    throws SystemException
Returns the number of announcements deliveries.

Specified by:
getAnnouncementsDeliveriesCount in interface AnnouncementsDeliveryLocalService
Returns:
the number of announcements deliveries
Throws:
SystemException - if a system exception occurred

updateAnnouncementsDelivery

@Indexable(type=REINDEX)
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery)
                                                  throws SystemException
Updates the announcements delivery in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
announcementsDelivery - the announcements delivery
Returns:
the announcements delivery that was updated
Throws:
SystemException - if a system exception occurred

updateAnnouncementsDelivery

@Indexable(type=REINDEX)
public AnnouncementsDelivery updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery,
                                                                              boolean merge)
                                                  throws SystemException
Updates the announcements delivery in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateAnnouncementsDelivery in interface AnnouncementsDeliveryLocalService
Parameters:
announcementsDelivery - the announcements delivery
merge - whether to merge the announcements delivery with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the announcements delivery that was updated
Throws:
SystemException - if a system exception occurred

getAnnouncementsDeliveryLocalService

public AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService()
Returns the announcements delivery local service.

Returns:
the announcements delivery local service

setAnnouncementsDeliveryLocalService

public void setAnnouncementsDeliveryLocalService(AnnouncementsDeliveryLocalService announcementsDeliveryLocalService)
Sets the announcements delivery local service.

Parameters:
announcementsDeliveryLocalService - the announcements delivery local service

getAnnouncementsDeliveryService

public AnnouncementsDeliveryService getAnnouncementsDeliveryService()
Returns the announcements delivery remote service.

Returns:
the announcements delivery remote service

setAnnouncementsDeliveryService

public void setAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
Sets the announcements delivery remote service.

Parameters:
announcementsDeliveryService - the announcements delivery remote service

getAnnouncementsDeliveryPersistence

public AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence()
Returns the announcements delivery persistence.

Returns:
the announcements delivery persistence

setAnnouncementsDeliveryPersistence

public void setAnnouncementsDeliveryPersistence(AnnouncementsDeliveryPersistence announcementsDeliveryPersistence)
Sets the announcements delivery persistence.

Parameters:
announcementsDeliveryPersistence - the announcements delivery persistence

getAnnouncementsEntryLocalService

public AnnouncementsEntryLocalService getAnnouncementsEntryLocalService()
Returns the announcements entry local service.

Returns:
the announcements entry local service

setAnnouncementsEntryLocalService

public void setAnnouncementsEntryLocalService(AnnouncementsEntryLocalService announcementsEntryLocalService)
Sets the announcements entry local service.

Parameters:
announcementsEntryLocalService - the announcements entry local service

getAnnouncementsEntryService

public AnnouncementsEntryService getAnnouncementsEntryService()
Returns the announcements entry remote service.

Returns:
the announcements entry remote service

setAnnouncementsEntryService

public void setAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
Sets the announcements entry remote service.

Parameters:
announcementsEntryService - the announcements entry remote service

getAnnouncementsEntryPersistence

public AnnouncementsEntryPersistence getAnnouncementsEntryPersistence()
Returns the announcements entry persistence.

Returns:
the announcements entry persistence

setAnnouncementsEntryPersistence

public void setAnnouncementsEntryPersistence(AnnouncementsEntryPersistence announcementsEntryPersistence)
Sets the announcements entry persistence.

Parameters:
announcementsEntryPersistence - the announcements entry persistence

getAnnouncementsEntryFinder

public AnnouncementsEntryFinder getAnnouncementsEntryFinder()
Returns the announcements entry finder.

Returns:
the announcements entry finder

setAnnouncementsEntryFinder

public void setAnnouncementsEntryFinder(AnnouncementsEntryFinder announcementsEntryFinder)
Sets the announcements entry finder.

Parameters:
announcementsEntryFinder - the announcements entry finder

getAnnouncementsFlagLocalService

public AnnouncementsFlagLocalService getAnnouncementsFlagLocalService()
Returns the announcements flag local service.

Returns:
the announcements flag local service

setAnnouncementsFlagLocalService

public void setAnnouncementsFlagLocalService(AnnouncementsFlagLocalService announcementsFlagLocalService)
Sets the announcements flag local service.

Parameters:
announcementsFlagLocalService - the announcements flag local service

getAnnouncementsFlagService

public AnnouncementsFlagService getAnnouncementsFlagService()
Returns the announcements flag remote service.

Returns:
the announcements flag remote service

setAnnouncementsFlagService

public void setAnnouncementsFlagService(AnnouncementsFlagService announcementsFlagService)
Sets the announcements flag remote service.

Parameters:
announcementsFlagService - the announcements flag remote service

getAnnouncementsFlagPersistence

public AnnouncementsFlagPersistence getAnnouncementsFlagPersistence()
Returns the announcements flag persistence.

Returns:
the announcements flag persistence

setAnnouncementsFlagPersistence

public void setAnnouncementsFlagPersistence(AnnouncementsFlagPersistence announcementsFlagPersistence)
Sets the announcements flag persistence.

Parameters:
announcementsFlagPersistence - the announcements flag persistence

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface AnnouncementsDeliveryLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface AnnouncementsDeliveryLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.1.2-ce-ga3