Liferay 6.2.0

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.usersadmin.lar   
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()
abstract  Website WebsiteModel.toEscapedModel()
           
 Website WebsiteWrapper.toEscapedModel()
           
abstract  Website WebsiteModel.toUnescapedModel()
           
 Website WebsiteWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type Website
abstract  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.model.impl
 

Classes in com.liferay.portal.model.impl that implement Website
 class WebsiteBaseImpl
          The extended model base implementation for the Website service.
 class WebsiteImpl
           
 

Methods in com.liferay.portal.model.impl that return Website
 Website WebsiteCacheModel.toEntityModel()
           
 Website WebsiteModelImpl.toEscapedModel()
           
static Website WebsiteModelImpl.toModel(WebsiteSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Website
 List<Website> UserImpl.getWebsites()
           
 CacheModel<Website> WebsiteModelImpl.toCacheModel()
           
static List<Website> WebsiteModelImpl.toModels(WebsiteSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Website
 int WebsiteModelImpl.compareTo(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, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteLocalServiceUtil.addWebsite(long, String, long, String, int, boolean, ServiceContext)
abstract  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)
 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)
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
abstract  Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, 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)
          Deprecated. As of 6.2.0, replaced by WebsiteServiceUtil.addWebsite( String, long, String, int, boolean, ServiceContext)
abstract  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, ServiceContext serviceContext)
           
abstract  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 WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
abstract  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.
abstract  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.
abstract  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.
abstract  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)
           
abstract  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.
abstract  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.
abstract  Website WebsiteService.getWebsite(long websiteId)
           
abstract  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.
abstract  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, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
abstract  Website WebsiteService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
abstract  Website WebsiteLocalService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
abstract  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()
           
abstract  List<Website> WebsiteLocalService.getWebsites()
           
 List<Website> WebsiteLocalServiceWrapper.getWebsites()
           
static List<Website> WebsiteLocalServiceUtil.getWebsites(int start, int end)
          Returns a range of all the websites.
abstract  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)
           
abstract  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)
           
abstract  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.
abstract  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.
abstract  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.
abstract  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, 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)
abstract  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.
abstract  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.
 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.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.
abstract  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.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.
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.
abstract  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.
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.
abstract  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.
 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.
 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)
abstract  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.
abstract  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.
 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.
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.
abstract  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.
 

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

Methods in com.liferay.portal.service.base that return Website
 Website WebsiteLocalServiceBaseImpl.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalServiceBaseImpl.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalServiceBaseImpl.deleteWebsite(long websiteId)
          Deletes the website with the primary key from the database.
 Website WebsiteLocalServiceBaseImpl.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceBaseImpl.fetchWebsite(long websiteId)
           
 Website WebsiteLocalServiceBaseImpl.fetchWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalServiceBaseImpl.getWebsite(long websiteId)
          Returns the website with the primary key.
 Website WebsiteLocalServiceBaseImpl.getWebsiteByUuidAndCompanyId(String uuid, long companyId)
          Returns the website with the matching UUID and company.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
          Updates the website in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Website
 List<Website> WebsiteLocalServiceBaseImpl.getWebsites(int start, int end)
          Returns a range of all the websites.
 

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

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

Methods in com.liferay.portal.service.http that return Website
static Website WebsiteServiceHttp.addWebsite(HttpPrincipal httpPrincipal, String className, long classPK, String url, int typeId, boolean primary)
           
static Website WebsiteServiceHttp.addWebsite(HttpPrincipal httpPrincipal, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
static Website WebsiteServiceHttp.getWebsite(HttpPrincipal httpPrincipal, long websiteId)
           
static Website WebsiteServiceHttp.updateWebsite(HttpPrincipal httpPrincipal, long websiteId, String url, int typeId, boolean primary)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Website
static List<Website> WebsiteServiceHttp.getWebsites(HttpPrincipal httpPrincipal, String className, long classPK)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Website
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, 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)
           
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, 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)
           
static User UserServiceHttp.addUser(HttpPrincipal httpPrincipal, 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)
           
static User UserServiceHttp.addUserWithWorkflow(HttpPrincipal httpPrincipal, 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)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, 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)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, 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)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, 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)
           
static User UserServiceHttp.updateUser(HttpPrincipal httpPrincipal, 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)
           
 

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

Methods in com.liferay.portal.service.impl that return Website
 Website WebsiteLocalServiceImpl.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteLocalServiceImpl.addWebsite(long, String, long, String, int, boolean, ServiceContext)
 Website WebsiteLocalServiceImpl.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteServiceImpl.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by WebsiteServiceImpl.addWebsite( String, long, String, int, boolean, ServiceContext)
 Website WebsiteServiceImpl.addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 Website WebsiteLocalServiceImpl.deleteWebsite(long websiteId)
           
 Website WebsiteLocalServiceImpl.deleteWebsite(Website website)
           
 Website WebsiteServiceImpl.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceImpl.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteServiceImpl.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Website
 List<Website> WebsiteLocalServiceImpl.getWebsites()
           
 List<Website> WebsiteLocalServiceImpl.getWebsites(long companyId, String className, long classPK)
           
 List<Website> WebsiteServiceImpl.getWebsites(String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Website
 Website WebsiteLocalServiceImpl.deleteWebsite(Website website)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Website
 Organization OrganizationServiceImpl.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 OrganizationServiceImpl.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 OrganizationServiceImpl.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.
 User UserServiceImpl.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 UserServiceImpl.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 CompanyServiceImpl.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 OrganizationServiceImpl.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 OrganizationServiceImpl.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 OrganizationServiceImpl.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.
 User UserServiceImpl.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
static Website WebsiteUtil.create(long websiteId)
          Creates a new website with the primary key.
abstract  Website WebsitePersistence.create(long websiteId)
          Creates a new website with the primary key.
 Website WebsitePersistenceImpl.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 orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.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_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator 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.
abstract  Website WebsitePersistence.fetchByPrimaryKey(long websiteId)
          Returns the website with the primary key or returns null if it could not be found.
 Website WebsitePersistenceImpl.fetchByPrimaryKey(long websiteId)
          Returns the website with the primary key or returns null if it could not be found.
 Website WebsitePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the website with the primary key or returns null if it could not be found.
static Website WebsiteUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
abstract  Website WebsitePersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
static Website WebsiteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistenceImpl.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_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistenceImpl.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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator 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 orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.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_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
abstract  Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
abstract  Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
abstract  Website WebsitePersistence.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(long websiteId)
          Returns the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the website with the primary key or throws a NoSuchModelException if it could not be found.
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
abstract  Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistenceImpl.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_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
abstract  Website WebsitePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ? and companyId = ?.
 Website WebsitePersistenceImpl.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_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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
abstract  Website WebsitePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first website in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
abstract  Website WebsitePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last website in the ordered set where uuid = ?.
 Website WebsitePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
abstract  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 = ?.
 Website[] WebsitePersistenceImpl.findByUuid_PrevAndNext(long websiteId, String uuid, OrderByComparator orderByComparator)
          Returns the websites before and after the current website in the ordered set where uuid = ?.
protected  Website WebsitePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Website website, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUserId_PrevAndNext(Session session, Website website, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Website website, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_PrevAndNext(Session session, Website website, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static Website WebsiteUtil.remove(long websiteId)
          Removes the website with the primary key from the database.
abstract  Website WebsitePersistence.remove(long websiteId)
          Removes the website with the primary key from the database.
 Website WebsitePersistenceImpl.remove(long websiteId)
          Removes the website with the primary key from the database.
 Website WebsitePersistenceImpl.remove(Serializable primaryKey)
          Removes the website with the primary key from the database.
protected  Website WebsitePersistenceImpl.removeImpl(Website website)
           
protected  Website WebsitePersistenceImpl.toUnwrappedModel(Website website)
           
static Website WebsiteUtil.update(Website website)
           
static Website WebsiteUtil.update(Website website, ServiceContext serviceContext)
           
static Website WebsiteUtil.updateImpl(Website website)
           
abstract  Website WebsitePersistence.updateImpl(Website website)
           
 Website WebsitePersistenceImpl.updateImpl(Website website)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Website
static List<Website> WebsiteUtil.findAll()
          Returns all the websites.
abstract  List<Website> WebsitePersistence.findAll()
          Returns all the websites.
 List<Website> WebsitePersistenceImpl.findAll()
          Returns all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end)
          Returns a range of all the websites.
abstract  List<Website> WebsitePersistence.findAll(int start, int end)
          Returns a range of all the websites.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end)
          Returns a range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
abstract  List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          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 = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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(long companyId, long classNameId, long classPK)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
abstract  List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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(long companyId, long classNameId)
          Returns all the websites where companyId = ? and classNameId = ?.
abstract  List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId)
          Returns all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where companyId = ? and classNameId = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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.findByCompanyId(long companyId)
          Returns all the websites where companyId = ?.
abstract  List<Website> WebsitePersistence.findByCompanyId(long companyId)
          Returns all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
abstract  List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId)
          Returns all the websites where userId = ?.
abstract  List<Website> WebsitePersistence.findByUserId(long userId)
          Returns all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  List<Website> WebsitePersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
abstract  List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          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 = ?.
abstract  List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  List<Website> WebsitePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the websites where uuid = ? and companyId = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where uuid = ? and companyId = ?.
abstract  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 = ?.
 List<Website> WebsitePersistenceImpl.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(String uuid)
          Returns all the websites where uuid = ?.
abstract  List<Website> WebsitePersistence.findByUuid(String uuid)
          Returns all the websites where uuid = ?.
 List<Website> WebsitePersistenceImpl.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 = ?.
abstract  List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the websites where uuid = ?.
 List<Website> WebsitePersistenceImpl.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 orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
abstract  List<Website> WebsitePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the websites where uuid = ?.
 List<Website> WebsitePersistenceImpl.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
static void WebsiteUtil.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
abstract  void WebsitePersistence.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
 void WebsitePersistenceImpl.cacheResult(Website website)
          Caches the website in the entity cache if it is enabled.
static void WebsiteUtil.clearCache(Website website)
           
 void WebsitePersistenceImpl.clearCache(Website website)
          Clears the cache for the website.
protected  Website WebsitePersistenceImpl.getByC_C_C_P_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByC_C_PrevAndNext(Session session, Website website, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByCompanyId_PrevAndNext(Session session, Website website, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUserId_PrevAndNext(Session session, Website website, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_C_PrevAndNext(Session session, Website website, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.getByUuid_PrevAndNext(Session session, Website website, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  Website WebsitePersistenceImpl.removeImpl(Website website)
           
protected  Website WebsitePersistenceImpl.toUnwrappedModel(Website website)
           
static Website WebsiteUtil.update(Website website)
           
static Website WebsiteUtil.update(Website website, ServiceContext serviceContext)
           
static Website WebsiteUtil.updateImpl(Website website)
           
abstract  Website WebsitePersistence.updateImpl(Website website)
           
 Website WebsitePersistenceImpl.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.
abstract  void WebsitePersistence.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
 void WebsitePersistenceImpl.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
 void WebsitePersistenceImpl.clearCache(List<Website> websites)
           
 

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

Methods in com.liferay.portlet.usersadmin.lar with parameters of type Website
protected  void WebsiteStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, Website website)
           
protected  void WebsiteStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, Website website)
           
 

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

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

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


Liferay 6.2.0