Class ExpandoColumnServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
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
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnServiceFields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.expando.kernel.model.ExpandoColumncom.liferay.expando.kernel.model.ExpandoColumnvoiddeleteColumn(long columnId) com.liferay.expando.kernel.model.ExpandoColumnfetchExpandoColumn(long columnId) com.liferay.expando.kernel.model.ExpandoColumnupdateColumn(long columnId, String name, int type) com.liferay.expando.kernel.model.ExpandoColumnupdateColumn(long columnId, String name, int type, Object defaultData) com.liferay.expando.kernel.model.ExpandoColumnupdateTypeSettings(long columnId, String typeSettings) Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnServiceMethods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ExpandoColumnServiceImpl
public ExpandoColumnServiceImpl()
-
-
Method Details
-
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
-