Liferay 6.0.5

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

Packages that use Website
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.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.getWrappedWebsite()
           
 Website WebsiteWrapper.toEscapedModel()
           
 Website WebsiteModel.toEscapedModel()
          Gets a copy of this website as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Website
 int WebsiteWrapper.compareTo(Website website)
           
 int WebsiteModel.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 WebsiteImpl
           
 

Methods in com.liferay.portal.model.impl that return Website
 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
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
 Website WebsiteLocalServiceWrapper.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteLocalService.addWebsite(long userId, String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteServiceWrapper.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
static Website WebsiteServiceUtil.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteService.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
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.createWebsite(long websiteId)
          Creates a new website with the primary key.
static Website WebsiteLocalServiceUtil.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteLocalService.createWebsite(long websiteId)
          Creates a new website with the primary key.
 Website WebsiteServiceWrapper.getWebsite(long websiteId)
           
static Website WebsiteServiceUtil.getWebsite(long websiteId)
           
 Website WebsiteService.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.getWebsite(long websiteId)
          Gets the website with the primary key.
static Website WebsiteLocalServiceUtil.getWebsite(long websiteId)
          Gets the website with the primary key.
 Website WebsiteLocalService.getWebsite(long websiteId)
          Gets the website with the primary key.
 Website WebsiteServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
static Website WebsiteLocalServiceUtil.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalService.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website)
          Updates the website in the database.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 Website WebsiteLocalService.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 

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

Methods in com.liferay.portal.service with parameters of type Website
 Website WebsiteLocalServiceWrapper.addWebsite(Website website)
          Adds the website to the database.
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
          Adds the website to the database.
 Website WebsiteLocalService.addWebsite(Website website)
          Adds the website to the database.
 void WebsiteLocalServiceWrapper.deleteWebsite(Website website)
          Deletes the website from the database.
static void WebsiteLocalServiceUtil.deleteWebsite(Website website)
          Deletes the website from the database.
 void WebsiteLocalService.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website)
          Updates the website in the database.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalService.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
static Website WebsiteLocalServiceUtil.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 Website WebsiteLocalService.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 

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, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 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, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
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, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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)
           
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)
           
 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)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext 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, 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)
           
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)
           
 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)
           
 

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.getWebsite(long websiteId)
          Gets the website with the primary key.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Website
 List<Website> WebsiteLocalServiceBaseImpl.getWebsites(int start, int end)
          Gets 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.
 void WebsiteLocalServiceBaseImpl.deleteWebsite(Website website)
          Deletes the website from the database.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
          Updates the website in the database.
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website, boolean merge)
          Updates the website in the database.
 

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.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)
           
 

Methods in com.liferay.portal.service.http with parameters of type Website
static JSONArray WebsiteJSONSerializer.toJSONArray(Website[] models)
           
static JSONArray WebsiteJSONSerializer.toJSONArray(Website[][] models)
           
static JSONObject WebsiteJSONSerializer.toJSONObject(Website model)
           
 

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, 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, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
static JSONArray WebsiteJSONSerializer.toJSONArray(List<Website> models)
           
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, 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)
           
 Website WebsiteServiceImpl.addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 Website WebsiteServiceImpl.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceImpl.getWebsite(long websiteId)
           
 Website WebsiteServiceImpl.updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 Website WebsiteLocalServiceImpl.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)
           
 

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, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 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, boolean sendEmail, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, List<AnnouncementsDelivery> announcementsDelivers, ServiceContext serviceContext)
           
 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)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 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)
           
 

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.
 Website WebsitePersistenceImpl.create(long websiteId)
          Creates a new website with the primary key.
static Website WebsiteUtil.fetchByPrimaryKey(long websiteId)
          Finds the website with the primary key or returns null if it could not be found.
 Website WebsitePersistence.fetchByPrimaryKey(long websiteId)
          Finds the website with the primary key or returns null if it could not be found.
 Website WebsitePersistenceImpl.fetchByPrimaryKey(long websiteId)
          Finds the website with the primary key or returns null if it could not be found.
 Website WebsitePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the website with the primary key or returns null if it could not be found.
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ? and classNameId = ?.
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ? and classNameId = ?.
 Website WebsitePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds the first website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
 Website WebsitePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where companyId = ?.
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
 Website[] WebsitePersistenceImpl.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where companyId = ?.
static Website WebsiteUtil.findByPrimaryKey(long websiteId)
          Finds the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistence.findByPrimaryKey(long websiteId)
          Finds the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(long websiteId)
          Finds the website with the primary key or throws a NoSuchWebsiteException if it could not be found.
 Website WebsitePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds the first website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first website in the ordered set where userId = ?.
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
 Website WebsitePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last website in the ordered set where userId = ?.
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
 Website[] WebsitePersistenceImpl.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
          Finds the websites before and after the current website in the ordered set where userId = ?.
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)
           
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.
 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.
static Website WebsiteUtil.remove(Website website)
           
protected  Website WebsitePersistenceImpl.removeImpl(Website website)
           
protected  Website WebsitePersistenceImpl.toUnwrappedModel(Website website)
           
static Website WebsiteUtil.update(Website website, boolean merge)
           
static Website WebsiteUtil.update(Website website, boolean merge, ServiceContext serviceContext)
           
static Website WebsiteUtil.updateImpl(Website website, boolean merge)
           
 Website WebsitePersistence.updateImpl(Website website, boolean merge)
           
 Website WebsitePersistenceImpl.updateImpl(Website website, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Website
static List<Website> WebsiteUtil.findAll()
          Finds all the websites.
 List<Website> WebsitePersistence.findAll()
          Finds all the websites.
 List<Website> WebsitePersistenceImpl.findAll()
          Finds all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end)
          Finds a range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end)
          Finds a range of all the websites.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end)
          Finds a range of all the websites.
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites.
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites.
 List<Website> WebsitePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites.
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds 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)
          Finds all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds all the websites where companyId = ? and classNameId = ? and classPK = ?.
 List<Website> WebsitePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId)
          Finds all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId)
          Finds all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId)
          Finds all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Finds a range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Finds a range of all the websites where companyId = ? and classNameId = ?.
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Finds 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)
          Finds 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 orderByComparator)
          Finds 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)
          Finds an ordered range of all the websites where companyId = ? and classNameId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId)
          Finds all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId)
          Finds all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId)
          Finds all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where companyId = ?.
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where companyId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId)
          Finds all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId)
          Finds all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId)
          Finds all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the websites where userId = ?.
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where userId = ?.
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the websites where userId = ?.
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.
 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)
           
static Website WebsiteUtil.remove(Website website)
           
protected  Website WebsitePersistenceImpl.removeImpl(Website website)
           
protected  Website WebsitePersistenceImpl.toUnwrappedModel(Website website)
           
static Website WebsiteUtil.update(Website website, boolean merge)
           
static Website WebsiteUtil.update(Website website, boolean merge, ServiceContext serviceContext)
           
static Website WebsiteUtil.updateImpl(Website website, boolean merge)
           
 Website WebsitePersistence.updateImpl(Website website, boolean merge)
           
 Website WebsitePersistenceImpl.updateImpl(Website website, boolean merge)
           
 

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.
 void WebsitePersistenceImpl.cacheResult(List<Website> websites)
          Caches the websites in the entity cache if it is enabled.
 

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

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type Website
static List<Website> EnterpriseAdminUtil.getWebsites(ActionRequest actionRequest)
           
 List<Website> EnterpriseAdmin.getWebsites(ActionRequest actionRequest)
           
 List<Website> EnterpriseAdminImpl.getWebsites(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type Website
static void EnterpriseAdminUtil.updateWebsites(String className, long classPK, List<Website> websites)
           
 void EnterpriseAdmin.updateWebsites(String className, long classPK, List<Website> websites)
           
 void EnterpriseAdminImpl.updateWebsites(String className, long classPK, List<Website> websites)
           
 


Liferay 6.0.5