Example usage for com.liferay.portal.kernel.model User getTeams

List of usage examples for com.liferay.portal.kernel.model User getTeams

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model User getTeams.

Prototype

public java.util.List<Team> getTeams();

Source Link

Usage

From source file:com.liferay.osb.scv.connector.internal.model.SCVTeam.java

License:Open Source License

@Override
public List<Team> getModels(User user) throws Exception {
    return user.getTeams();
}