com.liferay.portlet.expando.service.impl
Class ExpandoColumnServiceImpl
java.lang.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
public class ExpandoColumnServiceImpl
- extends ExpandoColumnServiceBaseImpl
| 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 |
|
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 |
ExpandoColumnServiceImpl
public ExpandoColumnServiceImpl()
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