com.liferay.portlet.expando.service.impl
Class ExpandoColumnServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl
- All Implemented Interfaces:
- ExpandoColumnService
public class ExpandoColumnServiceImpl
- extends ExpandoColumnServiceBaseImpl
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl |
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
ExpandoColumn |
addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
addColumn(long tableId,
String name,
int type,
Object defaultData)
|
void |
deleteColumn(long columnId)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl |
getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoColumnServiceImpl
public ExpandoColumnServiceImpl()
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public void deleteColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateTypeSettings
public ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException