public class ExpandoColumnServiceImpl extends ExpandoColumnServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceLocalService, userFinder, userLocalService, userPersistence, userService
Constructor and Description |
---|
ExpandoColumnServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
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
public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void deleteColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn fetchExpandoColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.expando.kernel.model.ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException