|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.announcements.service.AnnouncementsDeliveryServiceWrapper
public class AnnouncementsDeliveryServiceWrapper
This class is a wrapper for AnnouncementsDeliveryService
.
AnnouncementsDeliveryService
Constructor Summary | |
---|---|
AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
AnnouncementsDeliveryService |
getWrappedAnnouncementsDeliveryService()
Deprecated. Renamed to getWrappedService() |
AnnouncementsDeliveryService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService) |
void |
setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
|
AnnouncementsDelivery |
updateDelivery(long userId,
String type,
boolean email,
boolean sms,
boolean website)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnouncementsDeliveryServiceWrapper(AnnouncementsDeliveryService announcementsDeliveryService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface AnnouncementsDeliveryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AnnouncementsDeliveryService
beanIdentifier
- the Spring bean ID for this beanpublic AnnouncementsDelivery updateDelivery(long userId, String type, boolean email, boolean sms, boolean website) throws PortalException, SystemException
updateDelivery
in interface AnnouncementsDeliveryService
PortalException
SystemException
public AnnouncementsDeliveryService getWrappedAnnouncementsDeliveryService()
getWrappedService()
public void setWrappedAnnouncementsDeliveryService(AnnouncementsDeliveryService announcementsDeliveryService)
setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsDeliveryService)
public AnnouncementsDeliveryService getWrappedService()
getWrappedService
in interface ServiceWrapper<AnnouncementsDeliveryService>
public void setWrappedService(AnnouncementsDeliveryService announcementsDeliveryService)
setWrappedService
in interface ServiceWrapper<AnnouncementsDeliveryService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |