com.liferay.portlet.expando.service
Class ExpandoTableLocalServiceWrapper
java.lang.Object
com.liferay.portlet.expando.service.ExpandoTableLocalServiceWrapper
- All Implemented Interfaces:
- ExpandoTableLocalService
public class ExpandoTableLocalServiceWrapper
- extends java.lang.Object
- implements ExpandoTableLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ExpandoTableLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoTableLocalService
- Generated:
Method Summary |
ExpandoTable |
addDefaultTable(long classNameId)
|
ExpandoTable |
addDefaultTable(java.lang.String className)
|
ExpandoTable |
addExpandoTable(ExpandoTable expandoTable)
|
ExpandoTable |
addTable(long classNameId,
java.lang.String name)
|
ExpandoTable |
addTable(java.lang.String className,
java.lang.String name)
|
ExpandoTable |
createExpandoTable(long tableId)
|
void |
deleteExpandoTable(ExpandoTable expandoTable)
|
void |
deleteExpandoTable(long tableId)
|
void |
deleteTable(ExpandoTable table)
|
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)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
ExpandoTable |
getDefaultTable(long classNameId)
|
ExpandoTable |
getDefaultTable(java.lang.String className)
|
ExpandoTable |
getExpandoTable(long tableId)
|
java.util.List<ExpandoTable> |
getExpandoTables(int start,
int end)
|
int |
getExpandoTablesCount()
|
ExpandoTable |
getTable(long tableId)
|
ExpandoTable |
getTable(long classNameId,
java.lang.String name)
|
ExpandoTable |
getTable(java.lang.String className,
java.lang.String name)
|
java.util.List<ExpandoTable> |
getTables(long classNameId)
|
java.util.List<ExpandoTable> |
getTables(java.lang.String className)
|
ExpandoTableLocalService |
getWrappedExpandoTableLocalService()
|
ExpandoTable |
updateExpandoTable(ExpandoTable expandoTable)
|
ExpandoTable |
updateExpandoTable(ExpandoTable expandoTable,
boolean merge)
|
ExpandoTable |
updateTable(long tableId,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoTableLocalServiceWrapper
public ExpandoTableLocalServiceWrapper(ExpandoTableLocalService expandoTableLocalService)
addExpandoTable
public ExpandoTable addExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Specified by:
addExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
createExpandoTable
public ExpandoTable createExpandoTable(long tableId)
- Specified by:
createExpandoTable
in interface ExpandoTableLocalService
deleteExpandoTable
public void deleteExpandoTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteExpandoTable
public void deleteExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Specified by:
deleteExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
getExpandoTable
public ExpandoTable getExpandoTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getExpandoTables
public java.util.List<ExpandoTable> getExpandoTables(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getExpandoTables
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
getExpandoTablesCount
public int getExpandoTablesCount()
throws com.liferay.portal.SystemException
- Specified by:
getExpandoTablesCount
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
updateExpandoTable
public ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Specified by:
updateExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
updateExpandoTable
public ExpandoTable updateExpandoTable(ExpandoTable expandoTable,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateExpandoTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
addDefaultTable
public ExpandoTable addDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addDefaultTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addDefaultTable
public ExpandoTable addDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addDefaultTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addTable
public ExpandoTable addTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addTable
public ExpandoTable addTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTable
public void deleteTable(ExpandoTable table)
throws com.liferay.portal.SystemException
- Specified by:
deleteTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
deleteTable
public void deleteTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTable
in interface ExpandoTableLocalService
- 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
- Specified by:
deleteTable
in interface ExpandoTableLocalService
- 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
- Specified by:
deleteTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTables
public void deleteTables(long classNameId)
throws com.liferay.portal.SystemException
- Specified by:
deleteTables
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
deleteTables
public void deleteTables(java.lang.String className)
throws com.liferay.portal.SystemException
- Specified by:
deleteTables
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
getDefaultTable
public ExpandoTable getDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDefaultTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
public ExpandoTable getDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDefaultTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public ExpandoTable getTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public ExpandoTable getTable(long classNameId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
public ExpandoTable getTable(java.lang.String className,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTables
public java.util.List<ExpandoTable> getTables(long classNameId)
throws com.liferay.portal.SystemException
- Specified by:
getTables
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
getTables
public java.util.List<ExpandoTable> getTables(java.lang.String className)
throws com.liferay.portal.SystemException
- Specified by:
getTables
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.SystemException
updateTable
public ExpandoTable updateTable(long tableId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateTable
in interface ExpandoTableLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedExpandoTableLocalService
public ExpandoTableLocalService getWrappedExpandoTableLocalService()