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:
- com.liferay.portlet.expando.service.ExpandoTableLocalService
public class ExpandoTableLocalServiceImpl
- extends ExpandoTableLocalServiceBaseImpl
View Source
- Author:
- Raymond Augé, Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl |
counterLocalService, counterService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService |
Method Summary |
com.liferay.portlet.expando.model.ExpandoTable |
addDefaultTable(long classNameId)
|
com.liferay.portlet.expando.model.ExpandoTable |
addDefaultTable(java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
addTable(long classNameId,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
addTable(java.lang.String className,
java.lang.String name)
|
void |
deleteTable(long tableId)
|
void |
deleteTable(long classNameId,
java.lang.String name)
|
void |
deleteTable(java.lang.String className,
java.lang.String name)
|
void |
deleteTables(long classNameId)
|
void |
deleteTables(java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
getDefaultTable(long classNameId)
|
com.liferay.portlet.expando.model.ExpandoTable |
getDefaultTable(java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long tableId)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long classNameId,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(java.lang.String className,
java.lang.String name)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoTable> |
getTables(long classNameId)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoTable> |
getTables(java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
updateTable(long tableId,
java.lang.String name)
|
protected void |
validate(long companyId,
long tableId,
long classNameId,
java.lang.String name)
|
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl |
addExpandoTable, createExpandoTable, deleteExpandoTable, deleteExpandoTable, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTable, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTables, getExpandoTablesCount, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, runSQL, setCounterLocalService, setCounterService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, 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 com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTable
public void deleteTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTable
public void deleteTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTable
public void deleteTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTables
public void deleteTables(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTables
public void deleteTables(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTables
public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTables
public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(java.lang.String className)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateTable
public com.liferay.portlet.expando.model.ExpandoTable updateTable(long tableId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
protected void validate(long companyId,
long tableId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException