Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
          extended by com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl
All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoColumnService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class ExpandoColumnServiceImpl
extends ExpandoColumnServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ExpandoColumnServiceImpl()
           
 
Method Summary
 com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type)
           
 com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData)
           
 void deleteColumn(long columnId)
           
 com.liferay.expando.kernel.model.ExpandoColumn fetchExpandoColumn(long columnId)
           
 com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type)
           
 com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData)
           
 com.liferay.expando.kernel.model.ExpandoColumn updateTypeSettings(long columnId, String typeSettings)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, 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.expando.kernel.model.ExpandoColumn addColumn(long tableId,
                                                                String name,
                                                                int type)
                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

addColumn

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

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

fetchExpandoColumn

public com.liferay.expando.kernel.model.ExpandoColumn fetchExpandoColumn(long columnId)
                                                                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateColumn

public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId,
                                                                   String name,
                                                                   int type)
                                                            throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateColumn

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

updateTypeSettings

public com.liferay.expando.kernel.model.ExpandoColumn updateTypeSettings(long columnId,
                                                                         String typeSettings)
                                                                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ce-b7 portal-impl