com.liferay.portal.service
Class TeamServiceWrapper
java.lang.Object
com.liferay.portal.service.TeamServiceWrapper
- All Implemented Interfaces:
- TeamService
public class TeamServiceWrapper
- extends java.lang.Object
- implements TeamService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TeamService.
- Author:
- Brian Wing Shun Chan
- See Also:
TeamService- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TeamServiceWrapper
public TeamServiceWrapper(TeamService teamService)
addTeam
public Team addTeam(long groupId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addTeam in interface TeamService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTeam
public void deleteTeam(long teamId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteTeam in interface TeamService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateTeam
public Team updateTeam(long teamId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateTeam in interface TeamService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedTeamService
public TeamService getWrappedTeamService()