public class ExpandoColumnServiceImpl extends ExpandoColumnServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService
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, getCounterLocalService, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumnService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService
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