com.liferay.portlet.expando.service.impl
Class ExpandoTableLocalServiceImpl
java.lang.Object
com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoTableLocalServiceImpl
- All Implemented Interfaces:
- ExpandoTableLocalService
public class ExpandoTableLocalServiceImpl
- extends ExpandoTableLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl |
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
ExpandoTable |
addDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
addDefaultTable(long companyId,
String className)
|
ExpandoTable |
addTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
addTable(long classNameId,
String name)
Deprecated. addTable(long, long, String) |
ExpandoTable |
addTable(long companyId,
String className,
String name)
|
ExpandoTable |
addTable(String className,
String name)
Deprecated. addTable(long, String, String) |
void |
deleteTable(ExpandoTable table)
|
void |
deleteTable(long tableId)
|
void |
deleteTable(long companyId,
long classNameId,
String name)
|
void |
deleteTable(long companyId,
String className,
String name)
|
void |
deleteTables(long companyId,
long classNameId)
|
void |
deleteTables(long companyId,
String className)
|
ExpandoTable |
getDefaultTable(long companyId,
long classNameId)
|
ExpandoTable |
getDefaultTable(long companyId,
String className)
|
ExpandoTable |
getTable(long tableId)
|
ExpandoTable |
getTable(long companyId,
long classNameId,
String name)
|
ExpandoTable |
getTable(long classNameId,
String name)
Deprecated. getTable(long, long, String) |
ExpandoTable |
getTable(long companyId,
String className,
String name)
|
ExpandoTable |
getTable(String className,
String name)
Deprecated. getTable(long, String, String) |
List<ExpandoTable> |
getTables(long companyId,
long classNameId)
|
List<ExpandoTable> |
getTables(long companyId,
String className)
|
ExpandoTable |
updateTable(long tableId,
String name)
|
protected void |
validate(long companyId,
long tableId,
long classNameId,
String name)
|
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl |
addExpandoTable, createExpandoTable, deleteExpandoTable, deleteExpandoTable, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTable, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTables, getExpandoTablesCount, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateExpandoTable, updateExpandoTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoTableLocalServiceImpl
public ExpandoTableLocalServiceImpl()
addDefaultTable
public ExpandoTable addDefaultTable(long companyId,
long classNameId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addDefaultTable
public ExpandoTable addDefaultTable(long companyId,
String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addTable
public ExpandoTable addTable(long companyId,
long classNameId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addTable
public ExpandoTable addTable(long classNameId,
String name)
throws PortalException,
SystemException
- Deprecated.
addTable(long, long, String)
- Throws:
PortalException
SystemException
addTable
public ExpandoTable addTable(long companyId,
String className,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addTable
public ExpandoTable addTable(String className,
String name)
throws PortalException,
SystemException
- Deprecated.
addTable(long, String, String)
- Throws:
PortalException
SystemException
deleteTable
public void deleteTable(ExpandoTable table)
throws SystemException
- Throws:
SystemException
deleteTable
public void deleteTable(long tableId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteTable
public void deleteTable(long companyId,
long classNameId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteTable
public void deleteTable(long companyId,
String className,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteTables
public void deleteTables(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
deleteTables
public void deleteTables(long companyId,
String className)
throws SystemException
- Throws:
SystemException
getDefaultTable
public ExpandoTable getDefaultTable(long companyId,
long classNameId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getDefaultTable
public ExpandoTable getDefaultTable(long companyId,
String className)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTable
public ExpandoTable getTable(long tableId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTable
public ExpandoTable getTable(long companyId,
long classNameId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTable
public ExpandoTable getTable(long classNameId,
String name)
throws PortalException,
SystemException
- Deprecated.
getTable(long, long, String)
- Throws:
PortalException
SystemException
getTable
public ExpandoTable getTable(long companyId,
String className,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTable
public ExpandoTable getTable(String className,
String name)
throws PortalException,
SystemException
- Deprecated.
getTable(long, String, String)
- Throws:
PortalException
SystemException
getTables
public List<ExpandoTable> getTables(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
getTables
public List<ExpandoTable> getTables(long companyId,
String className)
throws SystemException
- Throws:
SystemException
updateTable
public ExpandoTable updateTable(long tableId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
validate
protected void validate(long companyId,
long tableId,
long classNameId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException