com.liferay.portlet.expando.service.impl
Class ExpandoTableLocalServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoTableLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.expando.kernel.service.ExpandoTableLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
public class ExpandoTableLocalServiceImpl
- extends ExpandoTableLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoTableLocalServiceBaseImpl |
classNameLocalService, classNamePersistence, counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence |
|
Method Summary |
com.liferay.expando.kernel.model.ExpandoTable |
addDefaultTable(long companyId,
long classNameId)
|
com.liferay.expando.kernel.model.ExpandoTable |
addDefaultTable(long companyId,
String className)
|
com.liferay.expando.kernel.model.ExpandoTable |
addTable(long companyId,
long classNameId,
String name)
|
com.liferay.expando.kernel.model.ExpandoTable |
addTable(long companyId,
String className,
String name)
|
void |
deleteTable(com.liferay.expando.kernel.model.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)
|
com.liferay.expando.kernel.model.ExpandoTable |
fetchDefaultTable(long companyId,
long classNameId)
|
com.liferay.expando.kernel.model.ExpandoTable |
fetchDefaultTable(long companyId,
String className)
|
com.liferay.expando.kernel.model.ExpandoTable |
fetchTable(long companyId,
long classNameId,
String name)
|
com.liferay.expando.kernel.model.ExpandoTable |
getDefaultTable(long companyId,
long classNameId)
|
com.liferay.expando.kernel.model.ExpandoTable |
getDefaultTable(long companyId,
String className)
|
com.liferay.expando.kernel.model.ExpandoTable |
getTable(long tableId)
|
com.liferay.expando.kernel.model.ExpandoTable |
getTable(long companyId,
long classNameId,
String name)
|
com.liferay.expando.kernel.model.ExpandoTable |
getTable(long companyId,
String className,
String name)
|
List<com.liferay.expando.kernel.model.ExpandoTable> |
getTables(long companyId,
long classNameId)
|
List<com.liferay.expando.kernel.model.ExpandoTable> |
getTables(long companyId,
String className)
|
com.liferay.expando.kernel.model.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, afterPropertiesSet, createExpandoTable, deleteExpandoTable, deleteExpandoTable, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchExpandoTable, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTable, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoTables, getExpandoTablesCount, getExpandoValueLocalService, getExpandoValuePersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateExpandoTable |
| Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| 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.expando.kernel.model.ExpandoTable addDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
addDefaultTable
public com.liferay.expando.kernel.model.ExpandoTable addDefaultTable(long companyId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
addTable
public com.liferay.expando.kernel.model.ExpandoTable addTable(long companyId,
long classNameId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
addTable
public com.liferay.expando.kernel.model.ExpandoTable addTable(long companyId,
String className,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteTable
public void deleteTable(com.liferay.expando.kernel.model.ExpandoTable table)
deleteTable
public void deleteTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteTable
public void deleteTable(long companyId,
long classNameId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteTable
public void deleteTable(long companyId,
String className,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteTables
public void deleteTables(long companyId,
long classNameId)
deleteTables
public void deleteTables(long companyId,
String className)
fetchDefaultTable
public com.liferay.expando.kernel.model.ExpandoTable fetchDefaultTable(long companyId,
long classNameId)
fetchDefaultTable
public com.liferay.expando.kernel.model.ExpandoTable fetchDefaultTable(long companyId,
String className)
fetchTable
public com.liferay.expando.kernel.model.ExpandoTable fetchTable(long companyId,
long classNameId,
String name)
getDefaultTable
public com.liferay.expando.kernel.model.ExpandoTable getDefaultTable(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getDefaultTable
public com.liferay.expando.kernel.model.ExpandoTable getDefaultTable(long companyId,
String className)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTable
public com.liferay.expando.kernel.model.ExpandoTable getTable(long tableId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTable
public com.liferay.expando.kernel.model.ExpandoTable getTable(long companyId,
long classNameId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTable
public com.liferay.expando.kernel.model.ExpandoTable getTable(long companyId,
String className,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getTables
public List<com.liferay.expando.kernel.model.ExpandoTable> getTables(long companyId,
long classNameId)
getTables
public List<com.liferay.expando.kernel.model.ExpandoTable> getTables(long companyId,
String className)
updateTable
public com.liferay.expando.kernel.model.ExpandoTable updateTable(long tableId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
validate
protected void validate(long companyId,
long tableId,
long classNameId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException