Liferay 7.0-ce-b4

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

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

Uses of ListType in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ListType
 class ListTypeWrapper
           This class is a wrapper for ListType.
 

Fields in com.liferay.portal.model with type parameters of type ListType
static Accessor<ListType,Long> ListType.LIST_TYPE_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return ListType
 ListType EmailAddressWrapper.getType()
           
 ListType Website.getType()
           
 ListType EmailAddress.getType()
           
 ListType OrgLabor.getType()
           
 ListType Address.getType()
           
 ListType AddressWrapper.getType()
           
 ListType WebsiteWrapper.getType()
           
 ListType PhoneWrapper.getType()
           
 ListType OrgLaborWrapper.getType()
           
 ListType Phone.getType()
           
 ListType ListTypeWrapper.getWrappedModel()
           
 ListType ListTypeWrapper.toEscapedModel()
           
 ListType ListTypeModel.toEscapedModel()
           
 ListType ListTypeWrapper.toUnescapedModel()
           
 ListType ListTypeModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ListType
 CacheModel<ListType> ListTypeWrapper.toCacheModel()
           
 CacheModel<ListType> ListTypeModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ListType
 int ListTypeWrapper.compareTo(ListType listType)
           
 int ListTypeModel.compareTo(ListType listType)
           
static ListTypeSoap ListTypeSoap.toSoapModel(ListType model)
           
static ListTypeSoap[] ListTypeSoap.toSoapModels(ListType[] models)
           
static ListTypeSoap[][] ListTypeSoap.toSoapModels(ListType[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type ListType
ListTypeWrapper(ListType listType)
           
 

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

Classes in com.liferay.portal.model.impl that implement ListType
 class ListTypeBaseImpl
          The extended model base implementation for the ListType service.
 class ListTypeImpl
           
 

Methods in com.liferay.portal.model.impl that return ListType
 ListType PhoneImpl.getType()
           
 ListType WebsiteImpl.getType()
           
 ListType AddressImpl.getType()
           
 ListType EmailAddressImpl.getType()
           
 ListType OrgLaborImpl.getType()
           
 ListType ListTypeCacheModel.toEntityModel()
           
 ListType ListTypeModelImpl.toEscapedModel()
           
static ListType ListTypeModelImpl.toModel(ListTypeSoap 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 ListType
 CacheModel<ListType> ListTypeModelImpl.toCacheModel()
           
static List<ListType> ListTypeModelImpl.toModels(ListTypeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type ListType
 int ListTypeModelImpl.compareTo(ListType listType)
           
 

Uses of ListType in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ListType
static ListType ListTypeLocalServiceUtil.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalServiceWrapper.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalService.addListType(ListType listType)
          Adds the list type to the database.
static ListType ListTypeLocalServiceUtil.addListType(String name, String type)
           
 ListType ListTypeLocalServiceWrapper.addListType(String name, String type)
           
 ListType ListTypeLocalService.addListType(String name, String type)
           
static ListType ListTypeLocalServiceUtil.createListType(long listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypeLocalServiceWrapper.createListType(long listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypeLocalService.createListType(long listTypeId)
          Creates a new list type with the primary key.
static ListType ListTypeLocalServiceUtil.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalServiceWrapper.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalService.deleteListType(ListType listType)
          Deletes the list type from the database.
static ListType ListTypeLocalServiceUtil.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
 ListType ListTypeLocalServiceWrapper.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
 ListType ListTypeLocalService.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
static ListType ListTypeLocalServiceUtil.fetchListType(long listTypeId)
           
 ListType ListTypeLocalServiceWrapper.fetchListType(long listTypeId)
           
 ListType ListTypeLocalService.fetchListType(long listTypeId)
           
 ListType ListTypeService.getListType(long listTypeId)
           
static ListType ListTypeLocalServiceUtil.getListType(long listTypeId)
          Returns the list type with the primary key.
 ListType ListTypeLocalServiceWrapper.getListType(long listTypeId)
          Returns the list type with the primary key.
 ListType ListTypeLocalService.getListType(long listTypeId)
          Returns the list type with the primary key.
 ListType ListTypeServiceWrapper.getListType(long listTypeId)
           
static ListType ListTypeServiceUtil.getListType(long listTypeId)
           
static ListType ListTypeLocalServiceUtil.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 ListType ListTypeLocalServiceWrapper.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 ListType ListTypeLocalService.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type ListType
static List<ListType> ListTypeLocalServiceUtil.getListTypes(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypeLocalServiceWrapper.getListTypes(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypeLocalService.getListTypes(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypeService.getListTypes(String type)
           
static List<ListType> ListTypeLocalServiceUtil.getListTypes(String type)
           
 List<ListType> ListTypeLocalServiceWrapper.getListTypes(String type)
           
 List<ListType> ListTypeLocalService.getListTypes(String type)
           
 List<ListType> ListTypeServiceWrapper.getListTypes(String type)
           
static List<ListType> ListTypeServiceUtil.getListTypes(String type)
           
 

Methods in com.liferay.portal.service with parameters of type ListType
static ListType ListTypeLocalServiceUtil.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalServiceWrapper.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalService.addListType(ListType listType)
          Adds the list type to the database.
static ListType ListTypeLocalServiceUtil.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalServiceWrapper.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalService.deleteListType(ListType listType)
          Deletes the list type from the database.
static ListType ListTypeLocalServiceUtil.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 ListType ListTypeLocalServiceWrapper.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 ListType ListTypeLocalService.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return ListType
 ListType ListTypeLocalServiceBaseImpl.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalServiceBaseImpl.createListType(long listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypeLocalServiceBaseImpl.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalServiceBaseImpl.deleteListType(long listTypeId)
          Deletes the list type with the primary key from the database.
 ListType ListTypeLocalServiceBaseImpl.fetchListType(long listTypeId)
           
 ListType ListTypeLocalServiceBaseImpl.getListType(long listTypeId)
          Returns the list type with the primary key.
 ListType ListTypeLocalServiceBaseImpl.updateListType(ListType listType)
          Updates the list type 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 ListType
 List<ListType> ListTypeLocalServiceBaseImpl.getListTypes(int start, int end)
          Returns a range of all the list types.
 

Methods in com.liferay.portal.service.base with parameters of type ListType
 ListType ListTypeLocalServiceBaseImpl.addListType(ListType listType)
          Adds the list type to the database.
 ListType ListTypeLocalServiceBaseImpl.deleteListType(ListType listType)
          Deletes the list type from the database.
 ListType ListTypeLocalServiceBaseImpl.updateListType(ListType listType)
          Updates the list type in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.http that return ListType
static ListType ListTypeServiceHttp.getListType(HttpPrincipal httpPrincipal, long listTypeId)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type ListType
static List<ListType> ListTypeServiceHttp.getListTypes(HttpPrincipal httpPrincipal, String type)
           
 

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

Methods in com.liferay.portal.service.impl that return ListType
 ListType ListTypeLocalServiceImpl.addListType(String name, String type)
           
 ListType ListTypeServiceImpl.getListType(long listTypeId)
           
 ListType ListTypeLocalServiceImpl.getListType(long listTypeId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type ListType
 List<ListType> ListTypeServiceImpl.getListTypes(String type)
           
 List<ListType> ListTypeLocalServiceImpl.getListTypes(String type)
           
 

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

Methods in com.liferay.portal.service.persistence that return ListType
static ListType ListTypeUtil.create(long listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypePersistence.create(long listTypeId)
          Creates a new list type with the primary key.
static ListType ListTypeUtil.fetchByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or returns null if it could not be found.
 ListType ListTypePersistence.fetchByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or returns null if it could not be found.
static ListType ListTypeUtil.fetchByN_T(String name, String type, boolean retrieveFromCache)
          Returns the list type where name = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 ListType ListTypePersistence.fetchByN_T(String name, String type, boolean retrieveFromCache)
          Returns the list type where name = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
static ListType ListTypeUtil.fetchByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistence.fetchByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found.
static ListType ListTypeUtil.findByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
static ListType ListTypeUtil.remove(long listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistence.remove(long listTypeId)
          Removes the list type with the primary key from the database.
static ListType ListTypeUtil.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
 ListType ListTypePersistence.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
static ListType ListTypeUtil.update(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType)
           
 ListType ListTypePersistence.updateImpl(ListType listType)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ListType
static Map<Serializable,ListType> ListTypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,ListType> ListTypePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<ListType> ListTypeUtil.findAll()
          Returns all the list types.
 List<ListType> ListTypePersistence.findAll()
          Returns all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end)
          Returns a range of all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
static List<ListType> ListTypeUtil.findByType(String type)
          Returns all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type)
          Returns all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ListType
static void ListTypeUtil.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
 void ListTypePersistence.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
static void ListTypeUtil.clearCache(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType)
           
 ListType ListTypePersistence.updateImpl(ListType listType)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ListType
static void ListTypeUtil.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
 void ListTypePersistence.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator)
           
 

Uses of ListType in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return ListType
 ListType ListTypePersistenceImpl.create(long listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypePersistenceImpl.fetchByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByN_T(String name, String type, boolean retrieveFromCache)
          Returns the list type where name = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByN_T(String name, String type)
          Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(long listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or throws a NoSuchModelException if it could not be found.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType[] ListTypePersistenceImpl.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator<ListType> orderByComparator, boolean previous)
           
 ListType ListTypePersistenceImpl.remove(long listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistenceImpl.removeByN_T(String name, String type)
          Removes the list type where name = ? and type = ? from the database.
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type ListType
 Map<Serializable,ListType> ListTypePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<ListType> ListTypePersistenceImpl.findAll()
          Returns all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistenceImpl.findByType(String type)
          Returns all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type ListType
 void ListTypePersistenceImpl.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
 void ListTypePersistenceImpl.clearCache(ListType listType)
          Clears the cache for the list type.
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator<ListType> orderByComparator, boolean previous)
           
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type ListType
 void ListTypePersistenceImpl.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
 void ListTypePersistenceImpl.clearCache(List<ListType> listTypes)
           
 ListType ListTypePersistenceImpl.fetchByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.fetchByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator<ListType> orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator<ListType> orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 ListType[] ListTypePersistenceImpl.findByType_PrevAndNext(long listTypeId, String type, OrderByComparator<ListType> orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the list types where type = ?.
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator<ListType> orderByComparator, boolean previous)
           
 


Liferay 7.0-ce-b4