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, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
com.liferay.portlet.expando.model.ExpandoTable |
addDefaultTable(long companyId,
long classNameId)
|
com.liferay.portlet.expando.model.ExpandoTable |
addDefaultTable(long companyId,
java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
addTable(long companyId,
long classNameId,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
addTable(long classNameId,
java.lang.String name)
Deprecated. addTable(long, long, String) |
com.liferay.portlet.expando.model.ExpandoTable |
addTable(long companyId,
java.lang.String className,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
addTable(java.lang.String className,
java.lang.String name)
Deprecated. addTable(long, String, String) |
void |
deleteTable(com.liferay.portlet.expando.model.ExpandoTable table)
|
void |
deleteTable(long tableId)
|
void |
deleteTable(long companyId,
long classNameId,
java.lang.String name)
|
void |
deleteTable(long companyId,
java.lang.String className,
java.lang.String name)
|
void |
deleteTables(long companyId,
long classNameId)
|
void |
deleteTables(long companyId,
java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
getDefaultTable(long companyId,
long classNameId)
|
com.liferay.portlet.expando.model.ExpandoTable |
getDefaultTable(long companyId,
java.lang.String className)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long tableId)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long companyId,
long classNameId,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long classNameId,
java.lang.String name)
Deprecated. getTable(long, long, String) |
com.liferay.portlet.expando.model.ExpandoTable |
getTable(long companyId,
java.lang.String className,
java.lang.String name)
|
com.liferay.portlet.expando.model.ExpandoTable |
getTable(java.lang.String className,
java.lang.String name)
Deprecated. getTable(long, String, String) |
java.util.List<com.liferay.portlet.expando.model.ExpandoTable> |
getTables(long companyId,
long classNameId)
|
java.util.List<com.liferay.portlet.expando.model.ExpandoTable> |
getTables(long companyId,
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, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, 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 com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Deprecated.
addTable(long, long, String)
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(long companyId,
java.lang.String className,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addTable
public com.liferay.portlet.expando.model.ExpandoTable addTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Deprecated.
addTable(long, String, String)
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTable
public void deleteTable(com.liferay.portlet.expando.model.ExpandoTable table)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTable
public void deleteTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTable
public void deleteTable(long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTable
public void deleteTable(long companyId,
java.lang.String className,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteTables
public void deleteTables(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteTables
public void deleteTables(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDefaultTable
public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Deprecated.
getTable(long, long, String)
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(long companyId,
java.lang.String className,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTable
public com.liferay.portlet.expando.model.ExpandoTable getTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Deprecated.
getTable(long, String, String)
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getTables
public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getTables
public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateTable
public com.liferay.portlet.expando.model.ExpandoTable updateTable(long tableId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
validate
protected void validate(long companyId,
long tableId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException