Liferay 6.0.3

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

Packages that use ListType
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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.
 

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

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 ListTypeImpl
           
 

Methods in com.liferay.portal.model.impl that return ListType
 ListType WebsiteImpl.getType()
           
 ListType PhoneImpl.getType()
           
 ListType OrgLaborImpl.getType()
           
 ListType EmailAddressImpl.getType()
           
 ListType AddressImpl.getType()
           
 ListType ListTypeModelImpl.toEscapedModel()
           
static ListType ListTypeModelImpl.toModel(ListTypeSoap soapModel)
           
 

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

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
 ListType ListTypeServiceWrapper.getListType(int listTypeId)
           
static ListType ListTypeServiceUtil.getListType(int listTypeId)
           
 ListType ListTypeService.getListType(int listTypeId)
           
 

Methods in com.liferay.portal.service that return types with arguments of type ListType
 List<ListType> ListTypeServiceWrapper.getListTypes(String type)
           
static List<ListType> ListTypeServiceUtil.getListTypes(String type)
           
 List<ListType> ListTypeService.getListTypes(String type)
           
 

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, int 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)
           
 

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

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

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

Methods in com.liferay.portal.service.impl that return ListType
 ListType ListTypeServiceImpl.getListType(int listTypeId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type ListType
 List<ListType> ListTypeServiceImpl.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(int listTypeId)
           
 ListType ListTypePersistence.create(int listTypeId)
           
 ListType ListTypePersistenceImpl.create(int listTypeId)
           
static ListType ListTypeUtil.fetchByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistence.fetchByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static ListType ListTypeUtil.findByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistence.findByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistenceImpl.findByPrimaryKey(int listTypeId)
           
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator orderByComparator)
           
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
           
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator orderByComparator)
           
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
 ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
 ListType[] ListTypePersistenceImpl.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
           
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator orderByComparator, boolean previous)
           
static ListType ListTypeUtil.remove(int listTypeId)
           
 ListType ListTypePersistence.remove(int listTypeId)
           
 ListType ListTypePersistenceImpl.remove(int listTypeId)
           
static ListType ListTypeUtil.remove(ListType listType)
           
 ListType ListTypePersistenceImpl.remove(Serializable primaryKey)
           
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistence.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ListType
static List<ListType> ListTypeUtil.findAll()
           
 List<ListType> ListTypePersistence.findAll()
           
 List<ListType> ListTypePersistenceImpl.findAll()
           
static List<ListType> ListTypeUtil.findAll(int start, int end)
           
 List<ListType> ListTypePersistence.findAll(int start, int end)
           
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end)
           
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<ListType> ListTypeUtil.findByType(String type)
           
 List<ListType> ListTypePersistence.findByType(String type)
           
 List<ListType> ListTypePersistenceImpl.findByType(String type)
           
static List<ListType> ListTypeUtil.findByType(String type, int start, int end)
           
 List<ListType> ListTypePersistence.findByType(String type, int start, int end)
           
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end)
           
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
           
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
           
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator orderByComparator)
           
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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ListType
static void ListTypeUtil.cacheResult(ListType listType)
           
 void ListTypePersistence.cacheResult(ListType listType)
           
 void ListTypePersistenceImpl.cacheResult(ListType listType)
           
static void ListTypeUtil.clearCache(ListType listType)
           
 void ListTypePersistenceImpl.clearCache(ListType listType)
           
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator orderByComparator, boolean previous)
           
static ListType ListTypeUtil.remove(ListType listType)
           
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistence.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ListType
static void ListTypeUtil.cacheResult(List<ListType> listTypes)
           
 void ListTypePersistence.cacheResult(List<ListType> listTypes)
           
 void ListTypePersistenceImpl.cacheResult(List<ListType> listTypes)
           
 


Liferay 6.0.3