com.liferay.portlet.expando.service.base
Class ExpandoColumnLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
- All Implemented Interfaces:
- ExpandoColumnLocalService
- Direct Known Subclasses:
- ExpandoColumnLocalServiceImpl
public abstract class ExpandoColumnLocalServiceBaseImpl
- extends Object
- implements ExpandoColumnLocalService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.expando.service.ExpandoColumnLocalService |
addColumn, addColumn, deleteColumn, deleteColumn, deleteColumn, deleteColumn, deleteColumn, deleteColumns, deleteColumns, deleteColumns, getColumn, getColumn, getColumn, getColumn, getColumns, getColumns, getColumns, getColumnsCount, getColumnsCount, getColumnsCount, getDefaultTableColumn, getDefaultTableColumn, getDefaultTableColumns, getDefaultTableColumns, getDefaultTableColumnsCount, getDefaultTableColumnsCount, updateColumn, updateColumn, updateTypeSettings |
expandoColumnLocalService
@BeanReference(type=ExpandoColumnLocalService.class)
protected ExpandoColumnLocalService expandoColumnLocalService
expandoColumnService
@BeanReference(type=ExpandoColumnService.class)
protected ExpandoColumnService expandoColumnService
expandoColumnPersistence
@BeanReference(type=ExpandoColumnPersistence.class)
protected ExpandoColumnPersistence expandoColumnPersistence
expandoRowLocalService
@BeanReference(type=ExpandoRowLocalService.class)
protected ExpandoRowLocalService expandoRowLocalService
expandoRowPersistence
@BeanReference(type=ExpandoRowPersistence.class)
protected ExpandoRowPersistence expandoRowPersistence
expandoTableLocalService
@BeanReference(type=ExpandoTableLocalService.class)
protected ExpandoTableLocalService expandoTableLocalService
expandoTablePersistence
@BeanReference(type=ExpandoTablePersistence.class)
protected ExpandoTablePersistence expandoTablePersistence
expandoValueLocalService
@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService
expandoValueService
@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService
expandoValuePersistence
@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence
counterLocalService
@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService
resourceLocalService
@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService
resourceService
@BeanReference(type=ResourceService.class)
protected ResourceService resourceService
resourcePersistence
@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence
resourceFinder
@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder
userLocalService
@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService
userService
@BeanReference(type=UserService.class)
protected UserService userService
userPersistence
@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
userFinder
@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
ExpandoColumnLocalServiceBaseImpl
public ExpandoColumnLocalServiceBaseImpl()
addExpandoColumn
public ExpandoColumn addExpandoColumn(ExpandoColumn expandoColumn)
throws SystemException
- Specified by:
addExpandoColumn in interface ExpandoColumnLocalService
- Throws:
SystemException
createExpandoColumn
public ExpandoColumn createExpandoColumn(long columnId)
- Specified by:
createExpandoColumn in interface ExpandoColumnLocalService
deleteExpandoColumn
public void deleteExpandoColumn(long columnId)
throws PortalException,
SystemException
- Specified by:
deleteExpandoColumn in interface ExpandoColumnLocalService
- Throws:
PortalException
SystemException
deleteExpandoColumn
public void deleteExpandoColumn(ExpandoColumn expandoColumn)
throws SystemException
- Specified by:
deleteExpandoColumn in interface ExpandoColumnLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface ExpandoColumnLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface ExpandoColumnLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface ExpandoColumnLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface ExpandoColumnLocalService
- Throws:
SystemException
getExpandoColumn
public ExpandoColumn getExpandoColumn(long columnId)
throws PortalException,
SystemException
- Specified by:
getExpandoColumn in interface ExpandoColumnLocalService
- Throws:
PortalException
SystemException
getExpandoColumns
public List<ExpandoColumn> getExpandoColumns(int start,
int end)
throws SystemException
- Specified by:
getExpandoColumns in interface ExpandoColumnLocalService
- Throws:
SystemException
getExpandoColumnsCount
public int getExpandoColumnsCount()
throws SystemException
- Specified by:
getExpandoColumnsCount in interface ExpandoColumnLocalService
- Throws:
SystemException
updateExpandoColumn
public ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn)
throws SystemException
- Specified by:
updateExpandoColumn in interface ExpandoColumnLocalService
- Throws:
SystemException
updateExpandoColumn
public ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn,
boolean merge)
throws SystemException
- Specified by:
updateExpandoColumn in interface ExpandoColumnLocalService
- Throws:
SystemException
getExpandoColumnLocalService
public ExpandoColumnLocalService getExpandoColumnLocalService()
setExpandoColumnLocalService
public void setExpandoColumnLocalService(ExpandoColumnLocalService expandoColumnLocalService)
getExpandoColumnService
public ExpandoColumnService getExpandoColumnService()
setExpandoColumnService
public void setExpandoColumnService(ExpandoColumnService expandoColumnService)
getExpandoColumnPersistence
public ExpandoColumnPersistence getExpandoColumnPersistence()
setExpandoColumnPersistence
public void setExpandoColumnPersistence(ExpandoColumnPersistence expandoColumnPersistence)
getExpandoRowLocalService
public ExpandoRowLocalService getExpandoRowLocalService()
setExpandoRowLocalService
public void setExpandoRowLocalService(ExpandoRowLocalService expandoRowLocalService)
getExpandoRowPersistence
public ExpandoRowPersistence getExpandoRowPersistence()
setExpandoRowPersistence
public void setExpandoRowPersistence(ExpandoRowPersistence expandoRowPersistence)
getExpandoTableLocalService
public ExpandoTableLocalService getExpandoTableLocalService()
setExpandoTableLocalService
public void setExpandoTableLocalService(ExpandoTableLocalService expandoTableLocalService)
getExpandoTablePersistence
public ExpandoTablePersistence getExpandoTablePersistence()
setExpandoTablePersistence
public void setExpandoTablePersistence(ExpandoTablePersistence expandoTablePersistence)
getExpandoValueLocalService
public ExpandoValueLocalService getExpandoValueLocalService()
setExpandoValueLocalService
public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
getExpandoValueService
public ExpandoValueService getExpandoValueService()
setExpandoValueService
public void setExpandoValueService(ExpandoValueService expandoValueService)
getExpandoValuePersistence
public ExpandoValuePersistence getExpandoValuePersistence()
setExpandoValuePersistence
public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
getCounterLocalService
public CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(CounterLocalService counterLocalService)
getResourceLocalService
public ResourceLocalService getResourceLocalService()
setResourceLocalService
public void setResourceLocalService(ResourceLocalService resourceLocalService)
getResourceService
public ResourceService getResourceService()
setResourceService
public void setResourceService(ResourceService resourceService)
getResourcePersistence
public ResourcePersistence getResourcePersistence()
setResourcePersistence
public void setResourcePersistence(ResourcePersistence resourcePersistence)
getResourceFinder
public ResourceFinder getResourceFinder()
setResourceFinder
public void setResourceFinder(ResourceFinder resourceFinder)
getUserLocalService
public UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(UserLocalService userLocalService)
getUserService
public UserService getUserService()
setUserService
public void setUserService(UserService userService)
getUserPersistence
public UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(UserPersistence userPersistence)
getUserFinder
public UserFinder getUserFinder()
setUserFinder
public void setUserFinder(UserFinder userFinder)
runSQL
protected void runSQL(String sql)
throws SystemException
- Throws:
SystemException