Liferay 6.2-ce-ga5

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

Packages that use Contact
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.theme This package defines the portal theme classes. 
 

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 User.getContact()
           
 Contact UserWrapper.getContact()
           
 Contact ContactWrapper.getWrappedContact()
          Deprecated. As of 6.1.0, replaced by ContactWrapper.getWrappedModel()
 Contact ContactWrapper.getWrappedModel()
           
 Contact ContactModel.toEscapedModel()
           
 Contact ContactWrapper.toEscapedModel()
           
 Contact ContactModel.toUnescapedModel()
           
 Contact ContactWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Contact
 CacheModel<Contact> ContactModel.toCacheModel()
           
 CacheModel<Contact> ContactWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Contact
 int ContactModel.compareTo(Contact contact)
           
 int ContactWrapper.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 ContactBaseImpl
          The extended model base implementation for the Contact service.
 class ContactImpl
           
 

Methods in com.liferay.portal.model.impl that return Contact
 Contact UserImpl.getContact()
           
 Contact ContactCacheModel.toEntityModel()
           
 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
 CacheModel<Contact> ContactModelImpl.toCacheModel()
           
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 DefaultPortalToLDAPConverter.getLDAPContactModifications(Contact contact, Map<String,Serializable> contactExpandoAttributes, Properties contactMappings, Properties contactExpandoMappings)
           
 void LDAPUser.setContact(Contact contact)
           
protected  void PortalLDAPImporterImpl.updateLDAPUser(User ldapUser, Contact ldapContact, User user, Properties userMappings, Properties contactMappings)
           
 

Uses of Contact in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Contact
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.addContact(long userId, String className, long classPK, String emailAddress, 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)
           
static Contact ContactLocalServiceUtil.addContact(long userId, String className, long classPK, String emailAddress, 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)
           
 Contact ContactLocalServiceWrapper.addContact(long userId, String className, long classPK, String emailAddress, 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)
           
 Contact ContactLocalService.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 ContactLocalServiceWrapper.createContact(long contactId)
          Creates a new contact with the primary key.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
static Contact ContactLocalServiceUtil.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 Contact ContactLocalServiceWrapper.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 Contact ContactLocalService.fetchContact(long contactId)
           
static Contact ContactLocalServiceUtil.fetchContact(long contactId)
           
 Contact ContactLocalServiceWrapper.fetchContact(long contactId)
           
 Contact ContactLocalService.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactService.getContact(long contactId)
           
static Contact ContactServiceUtil.getContact(long contactId)
           
 Contact ContactServiceWrapper.getContact(long contactId)
           
static Contact ContactLocalServiceUtil.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalServiceWrapper.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalService.updateContact(long contactId, String emailAddress, 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)
           
static Contact ContactLocalServiceUtil.updateContact(long contactId, String emailAddress, 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)
           
 Contact ContactLocalServiceWrapper.updateContact(long contactId, String emailAddress, 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)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Contact
 List<Contact> ContactLocalService.getContacts(int start, int end)
          Returns a range of all the contacts.
static List<Contact> ContactLocalServiceUtil.getContacts(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactLocalServiceWrapper.getContacts(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactLocalService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactService.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
static List<Contact> ContactLocalServiceUtil.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactLocalServiceWrapper.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service with parameters of type Contact
 Contact ContactLocalService.addContact(Contact contact)
          Adds the contact to the database.
static Contact ContactLocalServiceUtil.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalServiceWrapper.addContact(Contact contact)
          Adds the contact to the database.
 Contact ContactLocalService.deleteContact(Contact contact)
          Deletes the contact from the database.
static Contact ContactLocalServiceUtil.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceWrapper.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalService.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
static Contact ContactLocalServiceUtil.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 Contact ContactLocalServiceWrapper.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 

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.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceBaseImpl.deleteContact(long contactId)
          Deletes the contact with the primary key from the database.
 Contact ContactLocalServiceBaseImpl.fetchContact(long contactId)
           
 Contact ContactLocalServiceBaseImpl.getContact(long contactId)
          Returns the contact with the primary key.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Contact
 List<Contact> ContactLocalServiceBaseImpl.getContacts(int start, int end)
          Returns 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.
 Contact ContactLocalServiceBaseImpl.deleteContact(Contact contact)
          Deletes the contact from the database.
 Contact ContactLocalServiceBaseImpl.updateContact(Contact contact)
          Updates the contact in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.http that return Contact
static Contact ContactServiceHttp.getContact(HttpPrincipal httpPrincipal, long contactId)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Contact
static List<Contact> ContactServiceHttp.getContacts(HttpPrincipal httpPrincipal, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

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

Methods in com.liferay.portal.service.impl that return Contact
 Contact ContactLocalServiceImpl.addContact(long userId, String className, long classPK, String emailAddress, 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)
           
 Contact ContactLocalServiceImpl.deleteContact(Contact contact)
           
 Contact ContactLocalServiceImpl.deleteContact(long contactId)
           
 Contact ContactServiceImpl.getContact(long contactId)
           
 Contact ContactLocalServiceImpl.updateContact(long contactId, String emailAddress, 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)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Contact
 List<Contact> ContactServiceImpl.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 List<Contact> ContactLocalServiceImpl.getContacts(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
           
 

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

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

Methods in com.liferay.portal.service.persistence that return Contact
 Contact ContactPersistence.create(long contactId)
          Creates a new contact with the primary key.
static Contact ContactUtil.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistenceImpl.create(long contactId)
          Creates a new contact with the primary key.
 Contact ContactPersistence.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.fetchByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.fetchByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static Contact ContactUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistence.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
static Contact ContactUtil.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistenceImpl.fetchByPrimaryKey(long contactId)
          Returns the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the contact with the primary key or returns null if it could not be found.
 Contact ContactPersistence.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.findByAccountId_First(long accountId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
static Contact ContactUtil.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact ContactPersistenceImpl.findByAccountId_Last(long accountId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where accountId = ?.
 Contact[] ContactPersistence.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
static Contact[] ContactUtil.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact[] ContactPersistenceImpl.findByAccountId_PrevAndNext(long contactId, long accountId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where accountId = ?.
 Contact ContactPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
static Contact ContactUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistence.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
static Contact[] ContactUtil.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact[] ContactPersistenceImpl.findByC_C_PrevAndNext(long contactId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.
 Contact ContactPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
static Contact ContactUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact ContactPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last contact in the ordered set where companyId = ?.
 Contact[] ContactPersistence.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
static Contact[] ContactUtil.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact[] ContactPersistenceImpl.findByCompanyId_PrevAndNext(long contactId, long companyId, OrderByComparator orderByComparator)
          Returns the contacts before and after the current contact in the ordered set where companyId = ?.
 Contact ContactPersistence.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
static Contact ContactUtil.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(long contactId)
          Returns the contact with the primary key or throws a NoSuchContactException if it could not be found.
 Contact ContactPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the contact with the primary key or throws a NoSuchModelException if it could not be found.
protected  Contact ContactPersistenceImpl.getByAccountId_PrevAndNext(Session session, Contact contact, long accountId, OrderByComparator orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByC_C_PrevAndNext(Session session, Contact contact, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Contact contact, long companyId, OrderByComparator orderByComparator, boolean previous)
           
 Contact ContactPersistence.remove(long contactId)
          Removes the contact with the primary key from the database.
static Contact ContactUtil.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)
           
static Contact ContactUtil.update(Contact contact, ServiceContext serviceContext)
           
 Contact ContactPersistence.updateImpl(Contact contact)
           
static Contact ContactUtil.updateImpl(Contact contact)
           
 Contact ContactPersistenceImpl.updateImpl(Contact contact)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Contact
 List<Contact> ContactPersistence.findAll()
          Returns all the contacts.
static List<Contact> ContactUtil.findAll()
          Returns all the contacts.
 List<Contact> ContactPersistenceImpl.findAll()
          Returns all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end)
          Returns a range of all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end)
          Returns a range of all the contacts.
 List<Contact> ContactPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
static List<Contact> ContactUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts.
 List<Contact> ContactPersistence.findByAccountId(long accountId)
          Returns all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId)
          Returns all the contacts where accountId = ?.
 List<Contact> ContactPersistenceImpl.findByAccountId(long accountId)
          Returns all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end)
          Returns a range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end)
          Returns a range of all the contacts where accountId = ?.
 List<Contact> ContactPersistenceImpl.findByAccountId(long accountId, int start, int end)
          Returns a range of all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
static List<Contact> ContactUtil.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 List<Contact> ContactPersistenceImpl.findByAccountId(long accountId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where accountId = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK)
          Returns all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK)
          Returns all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
static List<Contact> ContactUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistenceImpl.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId)
          Returns all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the contacts where companyId = ?.
 List<Contact> ContactPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
static List<Contact> ContactUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the contacts where companyId = ?.
 List<Contact> ContactPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns 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
 void ContactPersistence.cacheResult(Contact contact)
          Caches the contact in the entity cache if it is enabled.
static void ContactUtil.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.getByAccountId_PrevAndNext(Session session, Contact contact, long accountId, OrderByComparator orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByC_C_PrevAndNext(Session session, Contact contact, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Contact contact, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Contact ContactPersistenceImpl.removeImpl(Contact contact)
           
protected  Contact ContactPersistenceImpl.toUnwrappedModel(Contact contact)
           
static Contact ContactUtil.update(Contact contact)
           
static Contact ContactUtil.update(Contact contact, ServiceContext serviceContext)
           
 Contact ContactPersistence.updateImpl(Contact contact)
           
static Contact ContactUtil.updateImpl(Contact contact)
           
 Contact ContactPersistenceImpl.updateImpl(Contact contact)
           
 

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

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)
           
 


Liferay 6.2-ce-ga5