Liferay 6.2.0-ce-b3

Uses of Interface
com.liferay.portal.model.Website

Packages that use Website
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.usersadmin.util   
 

Uses of Website in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Website
 class WebsiteWrapper
           This class is a wrapper for Website.
 

Methods in com.liferay.portal.model that return Website
 Website WebsiteWrapper.getWrappedModel()
           
 Website WebsiteWrapper.getWrappedWebsite()
          Deprecated. As of 6.1.0, replaced by WebsiteWrapper.getWrappedModel()
 Website WebsiteModel.toEscapedModel()
           
 Website WebsiteWrapper.toEscapedModel()
           
 Website WebsiteModel.toUnescapedModel()
           
 Website WebsiteWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Website
 List<Website> User.getWebsites()
           
 List<Website> UserWrapper.getWebsites()
           
 CacheModel<Website> WebsiteModel.toCacheModel()
           
 CacheModel<Website> WebsiteWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Website
 int WebsiteModel.compareTo(Website website)
           
 int WebsiteWrapper.compareTo(Website website)
           
static WebsiteSoap WebsiteSoap.toSoapModel(Website model)
           
static WebsiteSoap[] WebsiteSoap.toSoapModels(Website[] models)
           
static WebsiteSoap[][] WebsiteSoap.toSoapModels(Website[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Website
static WebsiteSoap[] WebsiteSoap.toSoapModels(List<Website> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Website
WebsiteWrapper(Website website)
           
 

Uses of Website in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Website
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteLocalServiceWrapper.addWebsite(long, String, long, String, int, boolean, ServiceContext)
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteLocalService.addWebsite(long, String, long, String, int, boolean, ServiceContext)
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteLocalServiceUtil.addWebsite(long, String, long, String, int, boolean, ServiceContext)
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteService.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteService.addWebsite( String, long, String, int, boolean, ServiceContext)
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteServiceWrapper.addWebsite( String, long, String, int, boolean, ServiceContext)
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteServiceUtil.addWebsite( String, long, String, int, boolean, ServiceContext)
 Website WebsiteService.addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalServiceWrapper.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalService.createWebsite(long websiteId)
          Creates a new website with the primary key.
static Website WebsiteLocalServiceUtil.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalServiceWrapper.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 Website WebsiteLocalService.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
static Website WebsiteLocalServiceUtil.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 Website WebsiteLocalServiceWrapper.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
static Website WebsiteLocalServiceUtil.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceWrapper.fetchWebsite(long websiteId)
           
 Website WebsiteLocalService.fetchWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.fetchWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.fetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalService.fetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
static Website WebsiteLocalServiceUtil.fetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalServiceWrapper.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteLocalService.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteService.getWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteServiceWrapper.getWebsite(long websiteId)
           
static Website WebsiteServiceUtil.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.getWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalService.getWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
static Website WebsiteLocalServiceUtil.getWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type Website
 List<Website> WebsiteLocalServiceWrapper.getWebsites()
           
 List<Website> WebsiteLocalService.getWebsites()
           
static List<Website> WebsiteLocalServiceUtil.getWebsites()
           
 List<Website> WebsiteLocalServiceWrapper.getWebsites(int start, int end)
          Returns a range of all the websites.
 List<Website> WebsiteLocalService.getWebsites(int start, int end)
          Returns a range of all the websites.
static List<Website> WebsiteLocalServiceUtil.getWebsites(int start, int end)
          Returns a range of all the websites.
 List<Website> WebsiteLocalServiceWrapper.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteLocalService.getWebsites(long companyId, String className, long classPK)
           
static List<Website> WebsiteLocalServiceUtil.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteService.getWebsites(String className, long classPK)
           
 List<Website> WebsiteServiceWrapper.getWebsites(String className, long classPK)
           
static List<Website> WebsiteServiceUtil.getWebsites(String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type Website
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalServiceWrapper.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
static Website WebsiteLocalServiceUtil.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Website
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationServiceWrapper.addOrganization(long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationService.addOrganization(long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationServiceUtil.addOrganization(long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
static User UserServiceUtil.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserService.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
 User UserServiceWrapper.addUser(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with additional parameters.
static User UserServiceUtil.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserService.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 User UserServiceWrapper.addUserWithWorkflow(long companyId, boolean autoPassword, String password1, String password2, boolean autoScreenName, String screenName, String emailAddress, long facebookId, String openId, Locale locale, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, boolean sendEmail, ServiceContext serviceContext)
          Adds a user with workflow and additional parameters.
 Company CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties properties)
          Updates the company with addition information.
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationServiceWrapper.updateOrganization(long, long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationService.updateOrganization(long, long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by OrganizationServiceUtil.updateOrganization(long, long, String, String, long, long, int, String, boolean, java.util.List, java.util.List, java.util.List, java.util.List, java.util.List, ServiceContext)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, int statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
static User UserServiceUtil.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 User UserService.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 User UserServiceWrapper.updateUser(long userId, String oldPassword, String newPassword1, String newPassword2, boolean passwordReset, String reminderQueryQuestion, String reminderQueryAnswer, String screenName, String emailAddress, long facebookId, String openId, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, int prefixId, int suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String aimSn, String facebookSn, String icqSn, String jabberSn, String msnSn, String mySpaceSn, String skypeSn, String twitterSn, String ymSn, String jobTitle, long[] groupIds, long[] organizationIds, long[] roleIds, List<UserGroupRole> userGroupRoles, long[] userGroupIds, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
          Updates the user with additional parameters.
 

Uses of Website in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Website
 Website WebsitePersistence.create(long websiteId)
          Creates a new website with the primary key.
static Website WebsiteUtil.create(long websiteId)
          Creates a new website with the primary key.
 Website WebsitePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByPrimaryKey(long websiteId)
          Returns the website with the primary key or returns null if it could not be found.
static Website WebsiteUtil.fetchByPrimaryKey(long websiteId)
          Returns the website with the primary key or returns null if it could not be found.
 Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website[] WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website[] WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website[] WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
static Website WebsiteUtil.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website[] WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static Website[] WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website[] WebsitePersistence.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
 Website WebsitePersistence.remove(long websiteId)
          Removes the website with the primary key from the database.
static Website WebsiteUtil.remove(long websiteId)
          Removes the website with the primary key from the database.
static Website WebsiteUtil.update(Website website)
           
static Website WebsiteUtil.update(Website website, ServiceContext serviceContext)
           
 Website WebsitePersistence.updateImpl(Website website)
           
static Website WebsiteUtil.updateImpl(Website website)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Website
 List<Website> WebsitePersistence.findAll()
          Returns all the websites.
static List<Website> WebsiteUtil.findAll()
          Returns all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end)
          Returns a range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end)
          Returns a range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId)
          Returns all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId)
          Returns all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId)
          Returns all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId)
          Returns all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId)
          Returns all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId)
          Returns all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the websites where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId)
          Returns all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the websites where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid)
          Returns all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid)
          Returns all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Website
 void WebsitePersistence.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
static void WebsiteUtil.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
static void WebsiteUtil.clearCache(Website website)
           
static Website WebsiteUtil.update(Website website)
           
static Website WebsiteUtil.update(Website website, ServiceContext serviceContext)
           
 Website WebsitePersistence.updateImpl(Website website)
           
static Website WebsiteUtil.updateImpl(Website website)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Website
 void WebsitePersistence.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
static void WebsiteUtil.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
 

Uses of Website in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Website
 List<Website> UsersAdmin.getWebsites(ActionRequest actionRequest)
           
static List<Website> UsersAdminUtil.getWebsites(ActionRequest actionRequest)
           
 List<Website> UsersAdmin.getWebsites(ActionRequest actionRequest, List<Website> defaultWebsites)
           
static List<Website> UsersAdminUtil.getWebsites(ActionRequest actionRequest, List<Website> defaultWebsites)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Website
 List<Website> UsersAdmin.getWebsites(ActionRequest actionRequest, List<Website> defaultWebsites)
           
static List<Website> UsersAdminUtil.getWebsites(ActionRequest actionRequest, List<Website> defaultWebsites)
           
 void UsersAdmin.updateWebsites(String className, long classPK, List<Website> websites)
           
static void UsersAdminUtil.updateWebsites(String className, long classPK, List<Website> websites)
           
 


Liferay 6.2.0-ce-b3