com.liferay.portlet.expando.service.impl
Class ExpandoColumnServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
          extended by com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoColumnService

public class ExpandoColumnServiceImpl
extends ExpandoColumnServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
counterLocalService, counterService, expandoColumnFinder, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowFinder, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExpandoColumnServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId, java.lang.String name, int type)
           
 com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData)
           
 void deleteColumn(long columnId)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId, java.lang.String name, int type)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
getCounterLocalService, getCounterService, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowFinder, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueFinder, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnServiceImpl

public ExpandoColumnServiceImpl()
Method Detail

addColumn

public com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId,
                                                                 java.lang.String name,
                                                                 int type)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addColumn

public com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId,
                                                                 java.lang.String name,
                                                                 int type,
                                                                 java.lang.Object defaultData)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateColumn

public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId,
                                                                    java.lang.String name,
                                                                    int type)
                                                             throws com.liferay.portal.PortalException,
                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateColumn

public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId,
                                                                    java.lang.String name,
                                                                    int type,
                                                                    java.lang.Object defaultData)
                                                             throws com.liferay.portal.PortalException,
                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateTypeSettings

public com.liferay.portlet.expando.model.ExpandoColumn updateTypeSettings(long columnId,
                                                                          java.lang.String typeSettings)
                                                                   throws com.liferay.portal.PortalException,
                                                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException