|
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.messageboards.service.MBBanServiceWrapper
public class MBBanServiceWrapper
This class is a wrapper for MBBanService
.
MBBanService
Constructor Summary | |
---|---|
MBBanServiceWrapper(MBBanService mbBanService)
|
Method Summary | |
---|---|
MBBan |
addBan(long banUserId,
ServiceContext serviceContext)
|
void |
deleteBan(long banUserId,
ServiceContext serviceContext)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
MBBanService |
getWrappedMBBanService()
Deprecated. Renamed to getWrappedService() |
MBBanService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedMBBanService(MBBanService mbBanService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.messageboards.service.MBBanService) |
void |
setWrappedService(MBBanService mbBanService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBBanServiceWrapper(MBBanService mbBanService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface MBBanService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface MBBanService
beanIdentifier
- the Spring bean ID for this beanpublic MBBan addBan(long banUserId, ServiceContext serviceContext) throws PortalException, SystemException
addBan
in interface MBBanService
PortalException
SystemException
public void deleteBan(long banUserId, ServiceContext serviceContext) throws PortalException, SystemException
deleteBan
in interface MBBanService
PortalException
SystemException
public MBBanService getWrappedMBBanService()
getWrappedService()
public void setWrappedMBBanService(MBBanService mbBanService)
setWrappedService(com.liferay.portlet.messageboards.service.MBBanService)
public MBBanService getWrappedService()
getWrappedService
in interface ServiceWrapper<MBBanService>
public void setWrappedService(MBBanService mbBanService)
setWrappedService
in interface ServiceWrapper<MBBanService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |