Liferay 6.0.3

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

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)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Website
static List<Website> WebsiteModelImpl.toModels(WebsiteSoap[] soapModels)
           
 

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)
           
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
           
 Website WebsiteLocalService.addWebsite(Website website)
           
 Website WebsiteLocalServiceWrapper.createWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.createWebsite(long websiteId)
           
 Website WebsiteLocalService.createWebsite(long websiteId)
           
 Website WebsiteServiceWrapper.getWebsite(long websiteId)
           
static Website WebsiteServiceUtil.getWebsite(long websiteId)
           
 Website WebsiteService.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceWrapper.getWebsite(long websiteId)
           
static Website WebsiteLocalServiceUtil.getWebsite(long websiteId)
           
 Website WebsiteLocalService.getWebsite(long websiteId)
           
 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)
           
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
           
 Website WebsiteLocalService.updateWebsite(Website website)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website, boolean merge)
           
static Website WebsiteLocalServiceUtil.updateWebsite(Website website, boolean merge)
           
 Website WebsiteLocalService.updateWebsite(Website website, boolean merge)
           
 

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)
           
static List<Website> WebsiteLocalServiceUtil.getWebsites(int start, int end)
           
 List<Website> WebsiteLocalService.getWebsites(int start, int end)
           
 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)
           
static Website WebsiteLocalServiceUtil.addWebsite(Website website)
           
 Website WebsiteLocalService.addWebsite(Website website)
           
 void WebsiteLocalServiceWrapper.deleteWebsite(Website website)
           
static void WebsiteLocalServiceUtil.deleteWebsite(Website website)
           
 void WebsiteLocalService.deleteWebsite(Website website)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website)
           
static Website WebsiteLocalServiceUtil.updateWebsite(Website website)
           
 Website WebsiteLocalService.updateWebsite(Website website)
           
 Website WebsiteLocalServiceWrapper.updateWebsite(Website website, boolean merge)
           
static Website WebsiteLocalServiceUtil.updateWebsite(Website website, boolean merge)
           
 Website WebsiteLocalService.updateWebsite(Website website, boolean merge)
           
 

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)
           
 Website WebsiteLocalServiceBaseImpl.createWebsite(long websiteId)
           
 Website WebsiteLocalServiceBaseImpl.getWebsite(long websiteId)
           
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
           
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website, boolean merge)
           
 

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

Methods in com.liferay.portal.service.base with parameters of type Website
 Website WebsiteLocalServiceBaseImpl.addWebsite(Website website)
           
 void WebsiteLocalServiceBaseImpl.deleteWebsite(Website website)
           
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website)
           
 Website WebsiteLocalServiceBaseImpl.updateWebsite(Website website, boolean merge)
           
 

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)
           
 Website WebsitePersistence.create(long websiteId)
           
 Website WebsitePersistenceImpl.create(long websiteId)
           
static Website WebsiteUtil.fetchByPrimaryKey(long websiteId)
           
 Website WebsitePersistence.fetchByPrimaryKey(long websiteId)
           
 Website WebsitePersistenceImpl.fetchByPrimaryKey(long websiteId)
           
 Website WebsitePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static Website WebsiteUtil.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Website[] WebsiteUtil.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistence.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistenceImpl.findByC_C_C_P_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator orderByComparator)
           
static Website[] WebsiteUtil.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistence.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistenceImpl.findByC_C_C_PrevAndNext(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Website[] WebsiteUtil.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistence.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistenceImpl.findByC_C_PrevAndNext(long websiteId, long companyId, long classNameId, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static Website[] WebsiteUtil.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistence.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistenceImpl.findByCompanyId_PrevAndNext(long websiteId, long companyId, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByPrimaryKey(long websiteId)
           
 Website WebsitePersistence.findByPrimaryKey(long websiteId)
           
 Website WebsitePersistenceImpl.findByPrimaryKey(long websiteId)
           
 Website WebsitePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static Website WebsiteUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
           
static Website WebsiteUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 Website WebsitePersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
 Website WebsitePersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
           
static Website[] WebsiteUtil.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistence.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
           
 Website[] WebsitePersistenceImpl.findByUserId_PrevAndNext(long websiteId, long userId, OrderByComparator orderByComparator)
           
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)
           
 Website WebsitePersistence.remove(long websiteId)
           
 Website WebsitePersistenceImpl.remove(long websiteId)
           
 Website WebsitePersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<Website> WebsitePersistence.findAll()
           
 List<Website> WebsitePersistenceImpl.findAll()
           
static List<Website> WebsiteUtil.findAll(int start, int end)
           
 List<Website> WebsitePersistence.findAll(int start, int end)
           
 List<Website> WebsitePersistenceImpl.findAll(int start, int end)
           
static List<Website> WebsiteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
           
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end)
           
static List<Website> WebsiteUtil.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
           
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
           
static List<Website> WebsiteUtil.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId)
           
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId)
           
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId)
           
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end)
           
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
           
static List<Website> WebsiteUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findByCompanyId(long companyId)
           
 List<Website> WebsitePersistence.findByCompanyId(long companyId)
           
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId)
           
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end)
           
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end)
           
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<Website> WebsiteUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<Website> WebsiteUtil.findByUserId(long userId)
           
 List<Website> WebsitePersistence.findByUserId(long userId)
           
 List<Website> WebsitePersistenceImpl.findByUserId(long userId)
           
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end)
           
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end)
           
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end)
           
static List<Website> WebsiteUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Website> WebsitePersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void WebsitePersistence.cacheResult(Website website)
           
 void WebsitePersistenceImpl.cacheResult(Website website)
           
static void WebsiteUtil.clearCache(Website website)
           
 void WebsitePersistenceImpl.clearCache(Website 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)
           
 void WebsitePersistence.cacheResult(List<Website> websites)
           
 void WebsitePersistenceImpl.cacheResult(List<Website> websites)
           
 

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