Liferay 7.0-ce-b4

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

Packages that use Website
com.liferay.portal.kernel.test.util   
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.users.admin.kernel.util   
 

Uses of Website in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return Website
static Website OrganizationTestUtil.addWebsite(Organization organization)
           
 

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.
 

Fields in com.liferay.portal.model with type parameters of type Website
static Accessor<Website,Long> Website.WEBSITE_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return Website
 Website 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
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(long, String, long, String, int, boolean, ServiceContext)
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(long, String, long, String, int, boolean, ServiceContext)
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(long, String, long, String, int, boolean, ServiceContext)
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(String, long, String, int, boolean, ServiceContext)
 Website WebsiteService.addWebsite(String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(String, long, String, int, boolean, ServiceContext)
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, long typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by #addWebsite(String, long, String, int, boolean, ServiceContext)
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteService.addWebsite(String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext)
           
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
static Website WebsiteLocalServiceUtil.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalService.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalServiceWrapper.createWebsite(long websiteId)
          Creates a new website with the primary key.
static Website WebsiteLocalServiceUtil.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.
 Website WebsiteLocalServiceWrapper.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
static Website WebsiteLocalServiceUtil.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceWrapper.deleteWebsite(Website website)
          Deletes the website from the database.
static Website WebsiteLocalServiceUtil.fetchWebsite(long websiteId)
           
 Website WebsiteLocalService.fetchWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.fetchWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.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.
 Website WebsiteLocalServiceWrapper.fetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
static Website WebsiteServiceUtil.getWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteService.getWebsite(long websiteId)
           
 Website WebsiteLocalService.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteServiceWrapper.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.getWebsite(long websiteId)
          Returns the website with the primary key.
static Website WebsiteLocalServiceUtil.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.
 Website WebsiteLocalServiceWrapper.getWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
static Website WebsiteServiceUtil.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
 Website WebsiteService.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
 Website WebsiteLocalService.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
 Website WebsiteServiceWrapper.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(long websiteId, String url, long typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.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.
 Website WebsiteLocalServiceWrapper.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
static List<Website> WebsiteLocalServiceUtil.getWebsites()
           
 List<Website> WebsiteLocalService.getWebsites()
           
 List<Website> WebsiteLocalServiceWrapper.getWebsites()
           
static List<Website> WebsiteLocalServiceUtil.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.
 List<Website> WebsiteLocalServiceWrapper.getWebsites(int start, int end)
          Returns a range of all the websites.
static List<Website> WebsiteLocalServiceUtil.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteLocalService.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteLocalServiceWrapper.getWebsites(long companyId, String className, long classPK)
           
static List<Website> WebsiteServiceUtil.getWebsites(String className, long classPK)
           
 List<Website> WebsiteService.getWebsites(String className, long classPK)
           
 List<Website> WebsiteServiceWrapper.getWebsites(String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type Website
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
static Website WebsiteLocalServiceUtil.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceWrapper.deleteWebsite(Website website)
          Deletes the website from the database.
static Website WebsiteLocalServiceUtil.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.
 Website WebsiteLocalServiceWrapper.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, long 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 #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long 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 #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long 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 #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long 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, long 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, long 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.
 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, long prefixId, long 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.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, long prefixId, long 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, long prefixId, long 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.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, long prefixId, long 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.
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, long prefixId, long 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, long prefixId, long 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.
static Company CompanyServiceUtil.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, 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, boolean logo, byte[] logoBytes, 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 CompanyServiceWrapper.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, byte[] logoBytes, 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)
          Deprecated. As of 7.0.0, replaced by CompanyServiceUtil.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 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)
          Deprecated. As of 7.0.0, replaced by CompanyService.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 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)
          Deprecated. As of 7.0.0, replaced by CompanyServiceWrapper.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long 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 #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long 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 #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long 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 #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, 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, long statusId, String comments, boolean logo, byte[] logoBytes, 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, long statusId, String comments, boolean logo, byte[] logoBytes, 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 OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long 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 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long 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 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long 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 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 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, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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.
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, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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, boolean portrait, byte[] portraitBytes, String languageId, String timeZoneId, String greeting, String comments, String firstName, String middleName, String lastName, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
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, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
 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, long prefixId, long suffixId, boolean male, int birthdayMonth, int birthdayDay, int birthdayYear, String smsSn, String facebookSn, String jabberSn, String skypeSn, String twitterSn, 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)
          Deprecated. As of 7.0.0, replaced by #updateUser(long, String, String, String, boolean, String, String, String, String, long, String, boolean, byte[], String, String, String, String, String, String, String, int, int, boolean, int, int, int, String, String, String, String, String, String, String, String, String, String, String, long[], long[], long[], List, long[], List, List, List, List, List, ServiceContext)
 

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

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

Methods in com.liferay.portal.service.persistence that return types with arguments of type Website
static Map<Serializable,Website> WebsiteUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,Website> WebsitePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<Website> WebsiteUtil.findAll()
          Returns all the websites.
 List<Website> WebsitePersistence.findAll()
          Returns 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)
          Returns a range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
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)
          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, 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)
          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, OrderByComparator<Website> orderByComparator)
          Returns an ordered 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<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
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)
          Returns 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)
          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, OrderByComparator<Website> orderByComparator)
          Returns an ordered 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<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
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)
          Returns 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)
          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, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId)
          Returns all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId)
          Returns 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)
          Returns a range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId)
          Returns all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId)
          Returns 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)
          Returns a range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
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)
          Returns 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)
          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, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid)
          Returns all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          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<Website> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Website
static void WebsiteUtil.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
 void WebsitePersistence.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)
           
static Website WebsiteUtil.updateImpl(Website website)
           
 Website WebsitePersistence.updateImpl(Website website)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Website
static void WebsiteUtil.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
 void WebsitePersistence.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
static Website WebsiteUtil.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Website> orderByComparator)
          Returns the last 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<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website WebsiteUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
 Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the first 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<Website> orderByComparator)
          Returns the last 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<Website> orderByComparator)
          Returns the last 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<Website> 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_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set 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<Website> orderByComparator)
          Returns an ordered 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<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
static Website[] WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
 Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered 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<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
 Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where companyId = ?.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where userId = ?.
static Website WebsiteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
static Website[] WebsiteUtil.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
 Website[] WebsitePersistence.findByUuid_C_PrevAndNext(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.
static List<Website> WebsiteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> 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<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
static Website WebsiteUtil.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
static Website WebsiteUtil.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator<Website> orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
static Website[] WebsiteUtil.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
 Website[] WebsitePersistence.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator<Website> orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the websites where uuid = ?.
static List<Website> WebsiteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Website> orderByComparator)
           
 

Uses of Website in com.liferay.users.admin.kernel.util
 

Methods in com.liferay.users.admin.kernel.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.users.admin.kernel.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 7.0-ce-b4