Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.expando.model.ExpandoTable

Packages that use ExpandoTable
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.expando.service   
com.liferay.portlet.expando.service.base   
com.liferay.portlet.expando.service.impl   
com.liferay.portlet.expando.service.persistence   
 

Uses of ExpandoTable in com.liferay.portlet.expando.model
 

Classes in com.liferay.portlet.expando.model that implement ExpandoTable
 class ExpandoTableWrapper
           This class is a wrapper for ExpandoTable.
 

Methods in com.liferay.portlet.expando.model that return ExpandoTable
 ExpandoTable ExpandoTableWrapper.getWrappedExpandoTable()
          Deprecated. Renamed to ExpandoTableWrapper.getWrappedModel()
 ExpandoTable ExpandoTableWrapper.getWrappedModel()
           
 ExpandoTable ExpandoTableWrapper.toEscapedModel()
           
 ExpandoTable ExpandoTableModel.toEscapedModel()
           
 ExpandoTable ExpandoTableWrapper.toUnescapedModel()
           
 ExpandoTable ExpandoTableModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.expando.model that return types with arguments of type ExpandoTable
 CacheModel<ExpandoTable> ExpandoTableWrapper.toCacheModel()
           
 CacheModel<ExpandoTable> ExpandoTableModel.toCacheModel()
           
 

Methods in com.liferay.portlet.expando.model with parameters of type ExpandoTable
 int ExpandoTableWrapper.compareTo(ExpandoTable expandoTable)
           
 int ExpandoTableModel.compareTo(ExpandoTable expandoTable)
           
static ExpandoTableSoap ExpandoTableSoap.toSoapModel(ExpandoTable model)
           
static ExpandoTableSoap[] ExpandoTableSoap.toSoapModels(ExpandoTable[] models)
           
static ExpandoTableSoap[][] ExpandoTableSoap.toSoapModels(ExpandoTable[][] models)
           
 

Method parameters in com.liferay.portlet.expando.model with type arguments of type ExpandoTable
static ExpandoTableSoap[] ExpandoTableSoap.toSoapModels(List<ExpandoTable> models)
           
 

Constructors in com.liferay.portlet.expando.model with parameters of type ExpandoTable
ExpandoTableWrapper(ExpandoTable expandoTable)
           
 

Uses of ExpandoTable in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoTable
 class ExpandoTableBaseImpl
          The extended model base implementation for the ExpandoTable service.
 class ExpandoTableImpl
           
 

Methods in com.liferay.portlet.expando.model.impl that return ExpandoTable
protected  ExpandoTable ExpandoBridgeImpl.getTable()
           
 ExpandoTable ExpandoTableCacheModel.toEntityModel()
           
 ExpandoTable ExpandoTableModelImpl.toEscapedModel()
           
 ExpandoTable ExpandoTableModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.expando.model.impl that return types with arguments of type ExpandoTable
 CacheModel<ExpandoTable> ExpandoTableModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type ExpandoTable
 int ExpandoTableModelImpl.compareTo(ExpandoTable expandoTable)
           
 

Uses of ExpandoTable in com.liferay.portlet.expando.service
 

Methods in com.liferay.portlet.expando.service that return ExpandoTable
static ExpandoTable ExpandoTableLocalServiceUtil.addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.addDefaultTable(long companyId, long classNameId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalService.addDefaultTable(long companyId, String className)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalServiceWrapper.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.addTable(long companyId, long classNameId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceUtil.addTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, long, String)
 ExpandoTable ExpandoTableLocalService.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalService.addTable(long, long, String)
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalService.addTable(long companyId, String className, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.addTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceUtil.addTable(long, String, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.addTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.addTable(long, String, String)
 ExpandoTable ExpandoTableLocalService.addTable(String className, String name)
          Deprecated. ExpandoTableLocalService.addTable(long, String, String)
static ExpandoTable ExpandoTableLocalServiceUtil.createExpandoTable(long tableId)
          Creates a new expando table with the primary key.
 ExpandoTable ExpandoTableLocalServiceWrapper.createExpandoTable(long tableId)
          Creates a new expando table with the primary key.
 ExpandoTable ExpandoTableLocalService.createExpandoTable(long tableId)
          Creates a new expando table with the primary key.
static ExpandoTable ExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
static ExpandoTable ExpandoTableLocalServiceUtil.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 ExpandoTable ExpandoTableLocalServiceWrapper.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 ExpandoTable ExpandoTableLocalService.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
static ExpandoTable ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.fetchDefaultTable(long companyId, long classNameId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.fetchDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.fetchDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalService.fetchDefaultTable(long companyId, String className)
           
static ExpandoTable ExpandoTableLocalServiceUtil.fetchExpandoTable(long tableId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.fetchExpandoTable(long tableId)
           
 ExpandoTable ExpandoTableLocalService.fetchExpandoTable(long tableId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.fetchTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.fetchTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.fetchTable(long companyId, long classNameId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, long classNameId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalService.getDefaultTable(long companyId, String className)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
 ExpandoTable ExpandoTableLocalServiceWrapper.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
 ExpandoTable ExpandoTableLocalService.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalService.getTable(long tableId)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, long classNameId, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceUtil.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalService.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, long, String)
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalService.getTable(long companyId, String className, String name)
           
static ExpandoTable ExpandoTableLocalServiceUtil.getTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceUtil.getTable(long, String, String)
 ExpandoTable ExpandoTableLocalServiceWrapper.getTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceWrapper.getTable(long, String, String)
 ExpandoTable ExpandoTableLocalService.getTable(String className, String name)
          Deprecated. ExpandoTableLocalService.getTable(long, String, String)
static ExpandoTable ExpandoTableLocalServiceUtil.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
static ExpandoTable ExpandoTableLocalServiceUtil.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
static ExpandoTable ExpandoTableLocalServiceUtil.updateTable(long tableId, String name)
           
 ExpandoTable ExpandoTableLocalServiceWrapper.updateTable(long tableId, String name)
           
 ExpandoTable ExpandoTableLocalService.updateTable(long tableId, String name)
           
 

Methods in com.liferay.portlet.expando.service that return types with arguments of type ExpandoTable
static List<ExpandoTable> ExpandoTableLocalServiceUtil.getExpandoTables(int start, int end)
          Returns a range of all the expando tables.
 List<ExpandoTable> ExpandoTableLocalServiceWrapper.getExpandoTables(int start, int end)
          Returns a range of all the expando tables.
 List<ExpandoTable> ExpandoTableLocalService.getExpandoTables(int start, int end)
          Returns a range of all the expando tables.
static List<ExpandoTable> ExpandoTableLocalServiceUtil.getTables(long companyId, long classNameId)
           
 List<ExpandoTable> ExpandoTableLocalServiceWrapper.getTables(long companyId, long classNameId)
           
 List<ExpandoTable> ExpandoTableLocalService.getTables(long companyId, long classNameId)
           
static List<ExpandoTable> ExpandoTableLocalServiceUtil.getTables(long companyId, String className)
           
 List<ExpandoTable> ExpandoTableLocalServiceWrapper.getTables(long companyId, String className)
           
 List<ExpandoTable> ExpandoTableLocalService.getTables(long companyId, String className)
           
 

Methods in com.liferay.portlet.expando.service with parameters of type ExpandoTable
static ExpandoTable ExpandoTableLocalServiceUtil.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalServiceWrapper.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalService.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
static ExpandoTable ExpandoTableLocalServiceUtil.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalServiceWrapper.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalService.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
static void ExpandoTableLocalServiceUtil.deleteTable(ExpandoTable table)
           
 void ExpandoTableLocalServiceWrapper.deleteTable(ExpandoTable table)
           
 void ExpandoTableLocalService.deleteTable(ExpandoTable table)
           
static ExpandoTable ExpandoTableLocalServiceUtil.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
static ExpandoTable ExpandoTableLocalServiceUtil.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceWrapper.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalService.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 

Uses of ExpandoTable in com.liferay.portlet.expando.service.base
 

Methods in com.liferay.portlet.expando.service.base that return ExpandoTable
 ExpandoTable ExpandoTableLocalServiceBaseImpl.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.createExpandoTable(long tableId)
          Creates a new expando table with the primary key.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.deleteExpandoTable(long tableId)
          Deletes the expando table with the primary key from the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.fetchExpandoTable(long tableId)
           
 ExpandoTable ExpandoTableLocalServiceBaseImpl.getExpandoTable(long tableId)
          Returns the expando table with the primary key.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.expando.service.base that return types with arguments of type ExpandoTable
 List<ExpandoTable> ExpandoTableLocalServiceBaseImpl.getExpandoTables(int start, int end)
          Returns a range of all the expando tables.
 

Methods in com.liferay.portlet.expando.service.base with parameters of type ExpandoTable
 ExpandoTable ExpandoTableLocalServiceBaseImpl.addExpandoTable(ExpandoTable expandoTable)
          Adds the expando table to the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.deleteExpandoTable(ExpandoTable expandoTable)
          Deletes the expando table from the database.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.updateExpandoTable(ExpandoTable expandoTable)
          Updates the expando table in the database or adds it if it does not yet exist.
 ExpandoTable ExpandoTableLocalServiceBaseImpl.updateExpandoTable(ExpandoTable expandoTable, boolean merge)
          Updates the expando table in the database or adds it if it does not yet exist.
 

Uses of ExpandoTable in com.liferay.portlet.expando.service.impl
 

Methods in com.liferay.portlet.expando.service.impl that return ExpandoTable
 ExpandoTable ExpandoTableLocalServiceImpl.addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceImpl.addDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceImpl.addTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceImpl.addTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceImpl.addTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceImpl.addTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceImpl.addTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceImpl.addTable(long, String, String)
 ExpandoTable ExpandoTableLocalServiceImpl.fetchDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceImpl.fetchDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceImpl.fetchTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getDefaultTable(long companyId, String className)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getTable(long tableId)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getTable(long companyId, long classNameId, String name)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getTable(long classNameId, String name)
          Deprecated. ExpandoTableLocalServiceImpl.getTable(long, long, String)
 ExpandoTable ExpandoTableLocalServiceImpl.getTable(long companyId, String className, String name)
           
 ExpandoTable ExpandoTableLocalServiceImpl.getTable(String className, String name)
          Deprecated. ExpandoTableLocalServiceImpl.getTable(long, String, String)
 ExpandoTable ExpandoTableLocalServiceImpl.updateTable(long tableId, String name)
           
 

Methods in com.liferay.portlet.expando.service.impl that return types with arguments of type ExpandoTable
 List<ExpandoTable> ExpandoTableLocalServiceImpl.getTables(long companyId, long classNameId)
           
 List<ExpandoTable> ExpandoTableLocalServiceImpl.getTables(long companyId, String className)
           
 

Methods in com.liferay.portlet.expando.service.impl with parameters of type ExpandoTable
 void ExpandoTableLocalServiceImpl.deleteTable(ExpandoTable table)
           
 

Uses of ExpandoTable in com.liferay.portlet.expando.service.persistence
 

Methods in com.liferay.portlet.expando.service.persistence that return ExpandoTable
 ExpandoTable ExpandoTablePersistence.create(long tableId)
          Creates a new expando table with the primary key.
static ExpandoTable ExpandoTableUtil.create(long tableId)
          Creates a new expando table with the primary key.
 ExpandoTable ExpandoTablePersistenceImpl.create(long tableId)
          Creates a new expando table with the primary key.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found.
static ExpandoTable ExpandoTableUtil.fetchByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found.
 ExpandoTable ExpandoTablePersistence.fetchByC_C_N(long companyId, long classNameId, String name, boolean retrieveFromCache)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static ExpandoTable ExpandoTableUtil.fetchByC_C_N(long companyId, long classNameId, String name, boolean retrieveFromCache)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByC_C_N(long companyId, long classNameId, String name, boolean retrieveFromCache)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 ExpandoTable ExpandoTablePersistence.fetchByPrimaryKey(long tableId)
          Returns the expando table with the primary key or returns null if it could not be found.
static ExpandoTable ExpandoTableUtil.fetchByPrimaryKey(long tableId)
          Returns the expando table with the primary key or returns null if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByPrimaryKey(long tableId)
          Returns the expando table with the primary key or returns null if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the expando table with the primary key or returns null if it could not be found.
 ExpandoTable ExpandoTablePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable ExpandoTableUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistence.findByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found.
static ExpandoTable ExpandoTableUtil.findByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByC_C_N(long companyId, long classNameId, String name)
          Returns the expando table where companyId = ? and classNameId = ? and name = ? or throws a NoSuchTableException if it could not be found.
 ExpandoTable[] ExpandoTablePersistence.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
static ExpandoTable[] ExpandoTableUtil.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable[] ExpandoTablePersistenceImpl.findByC_C_PrevAndNext(long tableId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.
 ExpandoTable ExpandoTablePersistence.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
static ExpandoTable ExpandoTableUtil.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByPrimaryKey(long tableId)
          Returns the expando table with the primary key or throws a NoSuchTableException if it could not be found.
 ExpandoTable ExpandoTablePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the expando table with the primary key or throws a NoSuchModelException if it could not be found.
protected  ExpandoTable ExpandoTablePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoTable expandoTable, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
 ExpandoTable ExpandoTablePersistence.remove(long tableId)
          Removes the expando table with the primary key from the database.
static ExpandoTable ExpandoTableUtil.remove(long tableId)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistenceImpl.remove(long tableId)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistenceImpl.remove(Serializable primaryKey)
          Removes the expando table with the primary key from the database.
 ExpandoTable ExpandoTablePersistence.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
static ExpandoTable ExpandoTableUtil.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
 ExpandoTable ExpandoTablePersistenceImpl.removeByC_C_N(long companyId, long classNameId, String name)
          Removes the expando table where companyId = ? and classNameId = ? and name = ? from the database.
protected  ExpandoTable ExpandoTablePersistenceImpl.removeImpl(ExpandoTable expandoTable)
           
protected  ExpandoTable ExpandoTablePersistenceImpl.toUnwrappedModel(ExpandoTable expandoTable)
           
static ExpandoTable ExpandoTableUtil.update(ExpandoTable expandoTable, boolean merge)
           
static ExpandoTable ExpandoTableUtil.update(ExpandoTable expandoTable, boolean merge, ServiceContext serviceContext)
           
 ExpandoTable ExpandoTablePersistence.updateImpl(ExpandoTable expandoTable, boolean merge)
           
static ExpandoTable ExpandoTableUtil.updateImpl(ExpandoTable expandoTable, boolean merge)
           
 ExpandoTable ExpandoTablePersistenceImpl.updateImpl(ExpandoTable expandoTable, boolean merge)
           
 

Methods in com.liferay.portlet.expando.service.persistence that return types with arguments of type ExpandoTable
 List<ExpandoTable> ExpandoTablePersistence.findAll()
          Returns all the expando tables.
static List<ExpandoTable> ExpandoTableUtil.findAll()
          Returns all the expando tables.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findAll()
          Returns all the expando tables.
 List<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end)
          Returns a range of all the expando tables.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end)
          Returns a range of all the expando tables.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findAll(int start, int end)
          Returns a range of all the expando tables.
 List<ExpandoTable> ExpandoTablePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
static List<ExpandoTable> ExpandoTableUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables.
 List<ExpandoTable> ExpandoTablePersistence.findByC_C(long companyId, long classNameId)
          Returns all the expando tables where companyId = ? and classNameId = ?.
static List<ExpandoTable> ExpandoTableUtil.findByC_C(long companyId, long classNameId)
          Returns all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findByC_C(long companyId, long classNameId)
          Returns all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoTable> ExpandoTablePersistence.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the expando tables where companyId = ? and classNameId = ?.
static List<ExpandoTable> ExpandoTableUtil.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end)
          Returns a range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoTable> ExpandoTablePersistence.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
static List<ExpandoTable> ExpandoTableUtil.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
 List<ExpandoTable> ExpandoTablePersistenceImpl.findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.
static List<ExpandoTable> ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ExpandoTable> ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ExpandoTable> ExpandoTableUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.expando.service.persistence with parameters of type ExpandoTable
 void ExpandoTablePersistence.cacheResult(ExpandoTable expandoTable)
          Caches the expando table in the entity cache if it is enabled.
static void ExpandoTableUtil.cacheResult(ExpandoTable expandoTable)
          Caches the expando table in the entity cache if it is enabled.
 void ExpandoTablePersistenceImpl.cacheResult(ExpandoTable expandoTable)
          Caches the expando table in the entity cache if it is enabled.
protected  void ExpandoTablePersistenceImpl.cacheUniqueFindersCache(ExpandoTable expandoTable)
           
static void ExpandoTableUtil.clearCache(ExpandoTable expandoTable)
           
 void ExpandoTablePersistenceImpl.clearCache(ExpandoTable expandoTable)
          Clears the cache for the expando table.
protected  void ExpandoTablePersistenceImpl.clearUniqueFindersCache(ExpandoTable expandoTable)
           
protected  ExpandoTable ExpandoTablePersistenceImpl.getByC_C_PrevAndNext(Session session, ExpandoTable expandoTable, long companyId, long classNameId, OrderByComparator orderByComparator, boolean previous)
           
protected  ExpandoTable ExpandoTablePersistenceImpl.removeImpl(ExpandoTable expandoTable)
           
protected  ExpandoTable ExpandoTablePersistenceImpl.toUnwrappedModel(ExpandoTable expandoTable)
           
static ExpandoTable ExpandoTableUtil.update(ExpandoTable expandoTable, boolean merge)
           
static ExpandoTable ExpandoTableUtil.update(ExpandoTable expandoTable, boolean merge, ServiceContext serviceContext)
           
 ExpandoTable ExpandoTablePersistence.updateImpl(ExpandoTable expandoTable, boolean merge)
           
static ExpandoTable ExpandoTableUtil.updateImpl(ExpandoTable expandoTable, boolean merge)
           
 ExpandoTable ExpandoTablePersistenceImpl.updateImpl(ExpandoTable expandoTable, boolean merge)
           
 

Method parameters in com.liferay.portlet.expando.service.persistence with type arguments of type ExpandoTable
 void ExpandoTablePersistence.cacheResult(List<ExpandoTable> expandoTables)
          Caches the expando tables in the entity cache if it is enabled.
static void ExpandoTableUtil.cacheResult(List<ExpandoTable> expandoTables)
          Caches the expando tables in the entity cache if it is enabled.
 void ExpandoTablePersistenceImpl.cacheResult(List<ExpandoTable> expandoTables)
          Caches the expando tables in the entity cache if it is enabled.
 void ExpandoTablePersistenceImpl.clearCache(List<ExpandoTable> expandoTables)
           
 


Liferay 6.1.2-ce-ga3