public class ExpandoTableLocalServiceImpl extends ExpandoTableLocalServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
ExpandoTableLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
As of 6.1.0, replaced by
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.
As of 6.1.0, replaced by
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 |
fetchDefaultTable(long companyId,
long classNameId) |
com.liferay.portlet.expando.model.ExpandoTable |
fetchDefaultTable(long companyId,
java.lang.String className) |
com.liferay.portlet.expando.model.ExpandoTable |
fetchTable(long companyId,
long classNameId,
java.lang.String name) |
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.
As of 6.1.0, replaced by
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.
As of 6.1.0, replaced by
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) |
addExpandoTable, afterPropertiesSet, createExpandoTable, deleteExpandoTable, deleteExpandoTable, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchExpandoTable, getBeanIdentifier, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTable, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTables, getExpandoTablesCount, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateExpandoTablepublic com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
addTable(long, long,
String)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
addTable(long, String,
String)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteTable(com.liferay.portlet.expando.model.ExpandoTable table)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteTable(long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteTables(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteTables(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.expando.model.ExpandoTable fetchDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.expando.model.ExpandoTable fetchDefaultTable(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.expando.model.ExpandoTable fetchTable(long companyId,
long classNameId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.expando.model.ExpandoTable getTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
getTable(long, long,
String)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
getTable(long, String,
String)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException