com.liferay.portlet.expando.service
Interface ExpandoTableLocalService
- All Known Implementing Classes:
- ExpandoTableLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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
- 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)
|
ExpandoTable |
updateExpandoTable(ExpandoTable expandoTable)
|
ExpandoTable |
updateExpandoTable(ExpandoTable expandoTable,
boolean merge)
|
ExpandoTable |
updateTable(long tableId,
java.lang.String name)
|
addExpandoTable
ExpandoTable addExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createExpandoTable
ExpandoTable createExpandoTable(long tableId)
deleteExpandoTable
void deleteExpandoTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteExpandoTable
void deleteExpandoTable(ExpandoTable expandoTable)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
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
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoTable getExpandoTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getExpandoTables
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoTable> getExpandoTables(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getExpandoTablesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
updateExpandoTable
ExpandoTable updateExpandoTable(ExpandoTable expandoTable,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
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
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
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
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
deleteTable
void deleteTable(ExpandoTable table)
throws com.liferay.portal.SystemException
- Throws:
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(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(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
deleteTables
void deleteTables(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteTables
void deleteTables(java.lang.String className)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoTable getDefaultTable(long classNameId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDefaultTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoTable getDefaultTable(java.lang.String className)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoTable getTable(long tableId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
getTable
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
getTables
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoTable> getTables(long classNameId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTables
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ExpandoTable> getTables(java.lang.String className)
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