Liferay 6.0.5

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

Packages that use Contact
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.ldap   
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.portal.theme   
com.liferay.portal.tools.samplesqlbuilder   
 

Uses of Contact in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Contact
 class ContactWrapper
           This class is a wrapper for Contact.
 

Methods in com.liferay.portal.model that return Contact
 Contact UserWrapper.getContact()
           
 Contact User.getContact()
           
 Contact ContactWrapper.getWrappedContact()
           
 Contact ContactWrapper.toEscapedModel()
           
 Contact ContactModel.toEscapedModel()
          Gets a copy of this contact as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Contact
 int ContactWrapper.compareTo(Contact contact)
           
 int ContactModel.compareTo(Contact contact)
           
protected  void ContactListener.exportToLDAP(Contact contact)
           
 void ContactListener.onAfterCreate(Contact contact)
           
 void ContactListener.onAfterUpdate(Contact contact)
           
static ContactSoap ContactSoap.toSoapModel(Contact model)
           
static ContactSoap[] ContactSoap.toSoapModels(Contact[] models)
           
static ContactSoap[][] ContactSoap.toSoapModels(Contact[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Contact
ContactWrapper(Contact contact)
           
 

Uses of Contact in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Contact
 class ContactImpl
           
 

Methods in com.liferay.portal.model.impl that return Contact
 Contact UserImpl.getContact()
           
 Contact ContactModelImpl.toEscapedModel()
           
static Contact ContactModelImpl.toModel(ContactSoap 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 Contact
static List<Contact> ContactModelImpl.toModels(ContactSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Contact
 int ContactModelImpl.compareTo(Contact contact)
           
 

Uses of Contact in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap that return Contact
 Contact LDAPUser.getContact()
           
 

Methods in com.liferay.portal.security.ldap with parameters of type Contact
 void PortalLDAPExporter.exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
static void PortalLDAPExporterUtil.exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
 void PortalLDAPExporterImpl.exportToLDAP(Contact contact, Map<String,Serializable> contactExpandoAttributes)
           
 Modifications PortalToLDAPConverter.getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 Modifications BasePortalToLDAPConverter.getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 void LDAPUser.setContact(Contact contact)
           
 

Uses of Contact in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Contact
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.createContact(long contactId)
          Creates a new contact with the primary key.
static Contact ContactLocalServiceUtil.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalService.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalServiceWrapper.getContact(long contactId)
          Gets the contact with the primary key.
static Contact ContactLocalServiceUtil.getContact(long contactId)
          Gets the contact with the primary key.
 Contact ContactLocalService.getContact(long contactId)
          Gets the contact with the primary key.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database.
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
static Contact ContactLocalServiceUtil.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 Contact ContactLocalService.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Contact
 List<Contact> ContactLocalServiceWrapper.getContacts(int start, int end)
          Gets a range of all the contacts.
static List<Contact> ContactLocalServiceUtil.getContacts(int start, int end)
          Gets a range of all the contacts.
 List<Contact> ContactLocalService.getContacts(int start, int end)
          Gets a range of all the contacts.
 

Methods in com.liferay.portal.service with parameters of type Contact
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
 void ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
static void ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 void ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database.
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
static Contact ContactLocalServiceUtil.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 Contact ContactLocalService.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 

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

Methods in com.liferay.portal.service.base that return Contact
 Contact ContactLocalServiceBaseImpl.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceBaseImpl.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalServiceBaseImpl.getContact(long contactId)
          Gets the contact with the primary key.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Contact
 List<Contact> ContactLocalServiceBaseImpl.getContacts(int start, int end)
          Gets a range of all the contacts.
 

Methods in com.liferay.portal.service.base with parameters of type Contact
 Contact ContactLocalServiceBaseImpl.addContact(Contact contact)
          Adds the contact to the database.
 void ContactLocalServiceBaseImpl.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact)
          Updates the contact in the database.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact, boolean merge)
          Updates the contact in the database.
 

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

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

Method parameters in com.liferay.portal.service.http with type arguments of type Contact
static JSONArray ContactJSONSerializer.toJSONArray(List<Contact> models)
           
 

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

Methods in com.liferay.portal.service.impl that return Contact
 Contact ContactLocalServiceImpl.getContact(long contactId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Contact
 void ContactLocalServiceImpl.deleteContact(Contact contact)
           
 

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

Methods in com.liferay.portal.service.persistence that return Contact
static Contact ContactUtil.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistence.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistenceImpl.create(long contactId)
          Creates a new contact with the primary key.
static Contact ContactUtil.fetchByPrimaryKey(long contactId)
          Finds the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistence.fetchByPrimaryKey(long contactId)
          Finds the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistenceImpl.fetchByPrimaryKey(long contactId)
          Finds the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the contact with the primary key or returns null if it could not be found.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last contact in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Finds the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Finds the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact[] ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Finds the contacts before and after the current contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByPrimaryKey(long contactId)
          Finds the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistence.findByPrimaryKey(long contactId)
          Finds the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(long contactId)
          Finds the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the contact with the primary key or throws a NoSuchModelException if it could not be found.
protected  Contact ContactPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Contact contact, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Contact ContactUtil.remove(Contact contact)
           
static Contact ContactUtil.remove(long contactId)
          Removes the contact with the primary key from the database.
 Contact ContactPersistence.remove(long contactId)
          Removes the contact with the primary key from the database.
 Contact ContactPersistenceImpl.remove(long contactId)
          Removes the contact with the primary key from the database.
 Contact ContactPersistenceImpl.remove(Serializable primaryKey)
          Removes the contact with the primary key from the database.
protected  Contact ContactPersistenceImpl.removeImpl(Contact contact)
           
protected  Contact ContactPersistenceImpl.toUnwrappedModel(Contact contact)
           
static Contact ContactUtil.update(Contact contact, boolean merge)
           
static Contact ContactUtil.update(Contact contact, boolean merge, ServiceContext serviceContext)
           
static Contact ContactUtil.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistence.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistenceImpl.updateImpl(Contact contact, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Contact
static List<Contact> ContactUtil.findAll()
          Finds all the contacts.
 List<Contact> ContactPersistence.findAll()
          Finds all the contacts.
 List<Contact> ContactPersistenceImpl.findAll()
          Finds all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end)
          Finds a range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end)
          Finds a range of all the contacts.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end)
          Finds a range of all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts.
static List<Contact> ContactUtil.findByCompanyId(long companyId)
          Finds all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId)
          Finds all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId)
          Finds all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Contact> ContactUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Contact
static void ContactUtil.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
 void ContactPersistence.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
 void ContactPersistenceImpl.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
static void ContactUtil.clearCache(Contact contact)
           
 void ContactPersistenceImpl.clearCache(Contact contact)
          Clears the cache for the contact.
protected  Contact ContactPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Contact contact, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static Contact ContactUtil.remove(Contact contact)
           
protected  Contact ContactPersistenceImpl.removeImpl(Contact contact)
           
protected  Contact ContactPersistenceImpl.toUnwrappedModel(Contact contact)
           
static Contact ContactUtil.update(Contact contact, boolean merge)
           
static Contact ContactUtil.update(Contact contact, boolean merge, ServiceContext serviceContext)
           
static Contact ContactUtil.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistence.updateImpl(Contact contact, boolean merge)
           
 Contact ContactPersistenceImpl.updateImpl(Contact contact, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Contact
static void ContactUtil.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
 void ContactPersistence.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
 void ContactPersistenceImpl.cacheResult(List<Contact> contacts)
          Caches the contacts in the entity cache if it is enabled.
 

Uses of Contact in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Contact
 Contact ThemeDisplay.getContact()
           
 

Methods in com.liferay.portal.theme with parameters of type Contact
 void ThemeDisplay.setContact(Contact contact)
           
 

Uses of Contact in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return Contact
 Contact DataFactory.addContact(String firstName, String lastName)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type Contact
 void SampleSQLBuilder.insertUser(Contact contact, Group group, List<Long> groupIds, List<Long> organizationIds, List<Layout> privateLayouts, List<Layout> publicLayouts, List<Role> roleIds, User user)
           
 


Liferay 6.0.5