com.liferay.portlet.expando.service
Interface ExpandoTableLocalService
public interface ExpandoTableLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.expando.service.impl.ExpandoTableLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoTableLocalServiceUtil
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)
|
void |
deleteExpandoTable(ExpandoTable expandoTable)
|
void |
deleteExpandoTable(long tableId)
|
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
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)
|
ExpandoTable |
updateExpandoTable(ExpandoTable expandoTable)
|
ExpandoTable |
updateTable(long tableId,
java.lang.String name)
|
addExpandoTable
ExpandoTable addExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteExpandoTable
void deleteExpandoTable(long tableId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteExpandoTable
void deleteExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoTable
ExpandoTable getExpandoTable(long tableId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getExpandoTables
java.util.List<ExpandoTable> getExpandoTables(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoTablesCount
int getExpandoTablesCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateExpandoTable
ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addDefaultTable
ExpandoTable addDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addDefaultTable
ExpandoTable addDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addTable
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
addTable
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
deleteTable
void deleteTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTable
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
deleteTable
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
deleteTables
void deleteTables(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTables
void deleteTables(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
ExpandoTable getDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
ExpandoTable getDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
ExpandoTable getTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
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
getTable
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
getTables
java.util.List<ExpandoTable> getTables(java.lang.String className)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTables
java.util.List<ExpandoTable> getTables(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateTable
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